[PATCH] api-ms-win-appmodel-runtime-l1-1-2: Add dll.

Andrey Gusev andrey.goosev at gmail.com
Tue Oct 3 04:01:11 CDT 2017


Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 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(+)
 create mode 100644 dlls/api-ms-win-appmodel-runtime-l1-1-2/Makefile.in
 create mode 100644 dlls/api-ms-win-appmodel-runtime-l1-1-2/api-ms-win-appmodel-runtime-l1-1-2.spec

diff --git a/configure b/configure
index cc49fa4724..74fd4d4434 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 b958ff3f0d..2f6922f6c5 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 0000000000..ea8597ef6b
--- /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 0000000000..ce38d9590d
--- /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 3d29af8c60..f8f9bdbe3a 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -288,6 +288,7 @@ my @dll_groups =
   "shlwapi",
   "version",
   "kernelbase",
+  "api-ms-win-appmodel-runtime-l1-1-2",
   "api-ms-win-core-bem-l1-1-0",
  ],
  [
-- 
2.13.6




More information about the wine-patches mailing list