Andrey Gusev : api-ms-win-appmodel-runtime-l1-1-2: Add dll.

Alexandre Julliard julliard at winehq.org
Tue Oct 3 15:39:52 CDT 2017


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

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Tue Oct  3 12:01:11 2017 +0300

api-ms-win-appmodel-runtime-l1-1-2: 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-runtime-l1-1-2/Makefile.in     |  1 +
 .../api-ms-win-appmodel-runtime-l1-1-2.spec             | 17 +++++++++++++++++
 tools/make_specfiles                                    |  1 +
 5 files changed, 22 insertions(+)

diff --git a/configure b/configure
index cc49fa4..74fd4d4 100755
--- a/configure
+++ b/configure
@@ -881,6 +881,7 @@ 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_appmodel_runtime_l1_1_2
 enable_api_ms_win_core_apiquery_l1_1_0
 enable_api_ms_win_core_appcompat_l1_1_1
 enable_api_ms_win_core_appinit_l1_1_0
@@ -17953,6 +17954,7 @@ 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-appmodel-runtime-l1-1-2 enable_api_ms_win_appmodel_runtime_l1_1_2
 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
 wine_fn_config_dll api-ms-win-core-appinit-l1-1-0 enable_api_ms_win_core_appinit_l1_1_0
diff --git a/configure.ac b/configure.ac
index b958ff3..2f6922f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2734,6 +2734,7 @@ 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-appmodel-runtime-l1-1-2)
 WINE_CONFIG_DLL(api-ms-win-core-apiquery-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-appcompat-l1-1-1)
 WINE_CONFIG_DLL(api-ms-win-core-appinit-l1-1-0)
diff --git a/dlls/api-ms-win-appmodel-runtime-l1-1-2/Makefile.in b/dlls/api-ms-win-appmodel-runtime-l1-1-2/Makefile.in
new file mode 100644
index 0000000..ea8597e
--- /dev/null
+++ b/dlls/api-ms-win-appmodel-runtime-l1-1-2/Makefile.in
@@ -0,0 +1 @@
+MODULE    = api-ms-win-appmodel-runtime-l1-1-2.dll
diff --git a/dlls/api-ms-win-appmodel-runtime-l1-1-2/api-ms-win-appmodel-runtime-l1-1-2.spec b/dlls/api-ms-win-appmodel-runtime-l1-1-2/api-ms-win-appmodel-runtime-l1-1-2.spec
new file mode 100644
index 0000000..ce38d95
--- /dev/null
+++ b/dlls/api-ms-win-appmodel-runtime-l1-1-2/api-ms-win-appmodel-runtime-l1-1-2.spec
@@ -0,0 +1,17 @@
+@ stub AppPolicyGetClrCompat
+@ stub AppPolicyGetCreateFileAccess
+@ stub AppPolicyGetLifecycleManagement
+@ stub AppPolicyGetMediaFoundationCodecLoading
+@ stub AppPolicyGetProcessTerminationMethod
+@ stub AppPolicyGetShowDeveloperDiagnostic
+@ stub AppPolicyGetThreadInitializationType
+@ stub AppPolicyGetWindowingModel
+@ stub GetApplicationUserModelIdFromToken
+@ stub GetPackageFamilyNameFromToken
+@ stub GetPackageFullNameFromToken
+@ stub OpenPackageInfoByFullNameForUser
+@ stub VerifyApplicationUserModelId
+@ stub VerifyPackageFamilyName
+@ stub VerifyPackageFullName
+@ stub VerifyPackageId
+@ stub VerifyPackageRelativeApplicationId
diff --git a/tools/make_specfiles b/tools/make_specfiles
index 3d29af8..d5747c4 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -292,6 +292,7 @@ my @dll_groups =
  ],
  [
   "kernelbase",
+  "api-ms-win-appmodel-runtime-l1-1-2",
   "api-ms-win-core-quirks-l1-1-0",
   "api-ms-win-security-grouppolicy-l1-1-0",
  ],




More information about the wine-cvs mailing list