From 91c42ffe46687c611bd9323996a08798633823a0 Mon Sep 17 00:00:00 2001 From: Alex Henrie Date: Tue, 29 Jun 2021 20:33:45 -0600 Subject: [PATCH] tbs: Add stub dll. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51335 Signed-off-by: Alex Henrie Signed-off-by: Alexandre Julliard --- configure | 2 ++ configure.ac | 1 + dlls/tbs/Makefile.in | 3 +++ dlls/tbs/tbs.spec | 21 +++++++++++++++++++++ 4 files changed, 27 insertions(+) create mode 100644 dlls/tbs/Makefile.in create mode 100644 dlls/tbs/tbs.spec diff --git a/configure b/configure index 14c9dd2ff7d..1789634ea84 100755 --- a/configure +++ b/configure @@ -1626,6 +1626,7 @@ enable_sxs enable_t2embed enable_tapi32 enable_taskschd +enable_tbs enable_tdh enable_tdi_sys enable_traffic @@ -20990,6 +20991,7 @@ wine_fn_config_makefile dlls/tapi32 enable_tapi32 wine_fn_config_makefile dlls/tapi32/tests enable_tests wine_fn_config_makefile dlls/taskschd enable_taskschd wine_fn_config_makefile dlls/taskschd/tests enable_tests +wine_fn_config_makefile dlls/tbs enable_tbs wine_fn_config_makefile dlls/tdh enable_tdh wine_fn_config_makefile dlls/tdi.sys enable_tdi_sys wine_fn_config_makefile dlls/toolhelp.dll16 enable_win16 diff --git a/configure.ac b/configure.ac index 09c58aaff28..f0a42cf3b0a 100644 --- a/configure.ac +++ b/configure.ac @@ -3665,6 +3665,7 @@ WINE_CONFIG_MAKEFILE(dlls/tapi32) WINE_CONFIG_MAKEFILE(dlls/tapi32/tests) WINE_CONFIG_MAKEFILE(dlls/taskschd) WINE_CONFIG_MAKEFILE(dlls/taskschd/tests) +WINE_CONFIG_MAKEFILE(dlls/tbs) WINE_CONFIG_MAKEFILE(dlls/tdh) WINE_CONFIG_MAKEFILE(dlls/tdi.sys) WINE_CONFIG_MAKEFILE(dlls/toolhelp.dll16,enable_win16) diff --git a/dlls/tbs/Makefile.in b/dlls/tbs/Makefile.in new file mode 100644 index 00000000000..8f23c81e4f9 --- /dev/null +++ b/dlls/tbs/Makefile.in @@ -0,0 +1,3 @@ +MODULE = tbs.dll + +EXTRADLLFLAGS = -mno-cygwin diff --git a/dlls/tbs/tbs.spec b/dlls/tbs/tbs.spec new file mode 100644 index 00000000000..3fa5c04f863 --- /dev/null +++ b/dlls/tbs/tbs.spec @@ -0,0 +1,21 @@ +@ stub Tbsi_Create_Attestation_From_Log +@ stub Tbsi_Get_TCG_Logs +@ stub GetDeviceID +@ stub GetDeviceIDString +@ stub GetDeviceIDWithTimeout +@ stub Tbsi_Context_Create +@ stub Tbsi_Create_Windows_Key +@ stub Tbsi_FilterLog +@ stub Tbsi_GetDeviceInfo +@ stub Tbsi_Get_OwnerAuth +@ stub Tbsi_Get_TCG_Log +@ stub Tbsi_Get_TCG_Log_Ex +@ stub Tbsi_Physical_Presence_Command +@ stub Tbsi_Revoke_Attestation +@ stub Tbsi_ShaHash +@ stub Tbsip_Cancel_Commands +@ stub Tbsip_Context_Close +@ stub Tbsip_Submit_Command +@ stub Tbsip_Submit_Command_NonBlocking +@ stub Tbsip_TestInterruptInformation +@ stub Tbsip_TestMorBit