Andrey Gusev : api-ms-win-appmodel-identity-l1-1-0: Add dll.

Alexandre Julliard julliard at winehq.org
Mon Nov 21 15:28:12 CST 2016


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

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Sat Nov 19 20:05:57 2016 +0200

api-ms-win-appmodel-identity-l1-1-0: Add dll.

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 configure                                               |  2 ++
 configure.ac                                            |  1 +
 dlls/api-ms-win-appmodel-identity-l1-1-0/Makefile.in    |  1 +
 .../api-ms-win-appmodel-identity-l1-1-0.spec            | 17 +++++++++++++++++
 tools/make_specfiles                                    |  1 +
 5 files changed, 22 insertions(+)

diff --git a/configure b/configure
index fffb920..3feca3f 100755
--- a/configure
+++ b/configure
@@ -874,6 +874,7 @@ enable_actxprxy
 enable_advapi32
 enable_advpack
 enable_amstream
+enable_api_ms_win_appmodel_identity_l1_1_0
 enable_api_ms_win_appmodel_runtime_l1_1_1
 enable_api_ms_win_core_apiquery_l1_1_0
 enable_api_ms_win_core_appcompat_l1_1_1
@@ -17589,6 +17590,7 @@ wine_fn_config_dll advpack enable_advpack implib
 wine_fn_config_test dlls/advpack/tests advpack_test
 wine_fn_config_dll amstream enable_amstream clean
 wine_fn_config_test dlls/amstream/tests amstream_test
+wine_fn_config_dll api-ms-win-appmodel-identity-l1-1-0 enable_api_ms_win_appmodel_identity_l1_1_0
 wine_fn_config_dll api-ms-win-appmodel-runtime-l1-1-1 enable_api_ms_win_appmodel_runtime_l1_1_1
 wine_fn_config_dll api-ms-win-core-apiquery-l1-1-0 enable_api_ms_win_core_apiquery_l1_1_0
 wine_fn_config_dll api-ms-win-core-appcompat-l1-1-1 enable_api_ms_win_core_appcompat_l1_1_1
diff --git a/configure.ac b/configure.ac
index 38435d2..1c42e2d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2651,6 +2651,7 @@ WINE_CONFIG_DLL(advpack,,[implib])
 WINE_CONFIG_TEST(dlls/advpack/tests)
 WINE_CONFIG_DLL(amstream,,[clean])
 WINE_CONFIG_TEST(dlls/amstream/tests)
+WINE_CONFIG_DLL(api-ms-win-appmodel-identity-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-appmodel-runtime-l1-1-1)
 WINE_CONFIG_DLL(api-ms-win-core-apiquery-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-appcompat-l1-1-1)
diff --git a/dlls/api-ms-win-appmodel-identity-l1-1-0/Makefile.in b/dlls/api-ms-win-appmodel-identity-l1-1-0/Makefile.in
new file mode 100644
index 0000000..a30bea5
--- /dev/null
+++ b/dlls/api-ms-win-appmodel-identity-l1-1-0/Makefile.in
@@ -0,0 +1 @@
+MODULE    = api-ms-win-appmodel-identity-l1-1-0.dll
diff --git a/dlls/api-ms-win-appmodel-identity-l1-1-0/api-ms-win-appmodel-identity-l1-1-0.spec b/dlls/api-ms-win-appmodel-identity-l1-1-0/api-ms-win-appmodel-identity-l1-1-0.spec
new file mode 100644
index 0000000..edb4e9f
--- /dev/null
+++ b/dlls/api-ms-win-appmodel-identity-l1-1-0/api-ms-win-appmodel-identity-l1-1-0.spec
@@ -0,0 +1,17 @@
+@ stub AppContainerDeriveSidFromMoniker
+@ stub AppContainerFreeMemory
+@ stub AppContainerLookupDisplayNameMrtReference
+@ stub AppContainerLookupMoniker
+@ stub AppContainerRegisterSid
+@ stub AppContainerUnregisterSid
+@ stub AppXFreeMemory
+@ stub AppXGetApplicationData
+@ stub AppXGetDevelopmentMode
+@ stub AppXGetOSMaxVersionTested
+@ stub AppXGetOSMinVersion
+@ stub AppXGetPackageCapabilities
+@ stub AppXGetPackageSid
+@ stub AppXGetPackageState
+@ stub AppXLookupDisplayName
+@ stub AppXLookupMoniker
+@ stub AppXSetPackageState
diff --git a/tools/make_specfiles b/tools/make_specfiles
index adfce06..1e2400e 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -152,6 +152,7 @@ my @dll_groups =
  ],
  [
   "kernel32",
+  "api-ms-win-appmodel-identity-l1-1-0",
   "api-ms-win-appmodel-runtime-l1-1-1",
   "api-ms-win-downlevel-normaliz-l1-1-0",
   "api-ms-win-core-processthreads-l1-1-0",




More information about the wine-cvs mailing list