Esme Povirk : sppc: Add stub dll.

Alexandre Julliard julliard at winehq.org
Wed Jun 2 16:27:44 CDT 2021


Module: wine
Branch: master
Commit: 3dce18b2302e8a280559ffd90db4522aacb90ddf
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=3dce18b2302e8a280559ffd90db4522aacb90ddf

Author: Esme Povirk <esme at codeweavers.com>
Date:   Wed Jun  2 14:40:15 2021 -0500

sppc: Add stub dll.

Signed-off-by: Esme Povirk <esme at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 configure             |  2 ++
 configure.ac          |  1 +
 dlls/sppc/Makefile.in |  3 +++
 dlls/sppc/sppc.spec   | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 73 insertions(+)

diff --git a/configure b/configure
index d74c155d8b6..512ced158fa 100755
--- a/configure
+++ b/configure
@@ -1607,6 +1607,7 @@ enable_slc
 enable_snmpapi
 enable_softpub
 enable_spoolss
+enable_sppc
 enable_srclient
 enable_srvcli
 enable_sspicli
@@ -20999,6 +21000,7 @@ wine_fn_config_makefile dlls/softpub enable_softpub
 wine_fn_config_makefile dlls/sound.drv16 enable_win16
 wine_fn_config_makefile dlls/spoolss enable_spoolss
 wine_fn_config_makefile dlls/spoolss/tests enable_tests
+wine_fn_config_makefile dlls/sppc enable_sppc
 wine_fn_config_makefile dlls/srclient enable_srclient
 wine_fn_config_makefile dlls/srvcli enable_srvcli
 wine_fn_config_makefile dlls/sspicli enable_sspicli
diff --git a/configure.ac b/configure.ac
index 2882e54bea5..23075b36a42 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3660,6 +3660,7 @@ WINE_CONFIG_MAKEFILE(dlls/softpub)
 WINE_CONFIG_MAKEFILE(dlls/sound.drv16,enable_win16)
 WINE_CONFIG_MAKEFILE(dlls/spoolss)
 WINE_CONFIG_MAKEFILE(dlls/spoolss/tests)
+WINE_CONFIG_MAKEFILE(dlls/sppc)
 WINE_CONFIG_MAKEFILE(dlls/srclient)
 WINE_CONFIG_MAKEFILE(dlls/srvcli)
 WINE_CONFIG_MAKEFILE(dlls/sspicli)
diff --git a/dlls/sppc/Makefile.in b/dlls/sppc/Makefile.in
new file mode 100644
index 00000000000..19c9e0a9b64
--- /dev/null
+++ b/dlls/sppc/Makefile.in
@@ -0,0 +1,3 @@
+MODULE    = sppc.dll
+
+EXTRADLLFLAGS = -mno-cygwin -Wb,--prefer-native
diff --git a/dlls/sppc/sppc.spec b/dlls/sppc/sppc.spec
new file mode 100644
index 00000000000..5bc9fee19d1
--- /dev/null
+++ b/dlls/sppc/sppc.spec
@@ -0,0 +1,67 @@
+@ stub SLCallServer
+@ stub SLpAuthenticateGenuineTicketResponse
+@ stub SLpBeginGenuineTicketTransaction
+@ stub SLpClearActivationInProgress
+@ stub SLpDepositDownlevelGenuineTicket
+@ stub SLpDepositTokenActivationResponse
+@ stub SLpGenerateTokenActivationChallenge
+@ stub SLpGetGenuineBlob
+@ stub SLpGetGenuineLocal
+@ stub SLpGetLicenseAcquisitionInfo
+@ stub SLpGetMSPidInformation
+@ stub SLpGetMachineUGUID
+@ stub SLpGetTokenActivationGrantInfo
+@ stub SLpIAActivateProduct
+@ stub SLpIsCurrentInstalledProductKeyDefaultKey
+@ stub SLpProcessVMPipeMessage
+@ stub SLpSetActivationInProgress
+@ stub SLpTriggerServiceWorker
+@ stub SLpVLActivateProduct
+@ stub SLClose
+@ stub SLConsumeRight
+@ stub SLDepositMigrationBlob
+@ stub SLDepositOfflineConfirmationId
+@ stub SLDepositOfflineConfirmationIdEx
+@ stub SLDepositStoreToken
+@ stub SLFireEvent
+@ stub SLGatherMigrationBlob
+@ stub SLGatherMigrationBlobEx
+@ stub SLGenerateOfflineInstallationId
+@ stub SLGenerateOfflineInstallationIdEx
+@ stub SLGetActiveLicenseInfo
+@ stub SLGetApplicationInformation
+@ stub SLGetApplicationPolicy
+@ stub SLGetAuthenticationResult
+@ stub SLGetEncryptedPIDEx
+@ stub SLGetGenuineInformation
+@ stub SLGetInstalledProductKeyIds
+@ stub SLGetLicense
+@ stub SLGetLicenseFileId
+@ stub SLGetLicenseInformation
+@ stub SLGetLicensingStatusInformation
+@ stub SLGetPKeyId
+@ stub SLGetPKeyInformation
+@ stub SLGetPolicyInformation
+@ stub SLGetPolicyInformationDWORD
+@ stub SLGetProductSkuInformation
+@ stub SLGetSLIDList
+@ stub SLGetServiceInformation
+@ stub SLInstallLicense
+@ stub SLInstallProofOfPurchase
+@ stub SLInstallProofOfPurchaseEx
+@ stub SLIsGenuineLocalEx
+@ stub SLLoadApplicationPolicies
+@ stub SLOpen
+@ stub SLPersistApplicationPolicies
+@ stub SLPersistRTSPayloadOverride
+@ stub SLReArm
+@ stub SLRegisterEvent
+@ stub SLRegisterPlugin
+@ stub SLSetAuthenticationData
+@ stub SLSetCurrentProductKey
+@ stub SLSetGenuineInformation
+@ stub SLUninstallLicense
+@ stub SLUninstallProofOfPurchase
+@ stub SLUnloadApplicationPolicies
+@ stub SLUnregisterEvent
+@ stub SLUnregisterPlugin




More information about the wine-cvs mailing list