From 9bc8acc6cbc1b29f53c06e96cd17c342443ef673 Mon Sep 17 00:00:00 2001 From: Maurice Kalinowski Date: Wed, 8 Jul 2015 13:31:20 +0200 Subject: WinRT: Add dependency support for Win10 So far the dependency keyword has been ignored for the new Windows 10 mkspecs. The difference to older manifest files is that there is already a section and hence we embed dependencies inside this one, as the format standard does not allow to have multiple of those. Change-Id: I1bf25979cc28d5c153215de5bb9cd6f37e9c50aa Reviewed-by: Andrew Knight --- mkspecs/common/winrt_winphone/manifests/10.0/AppxManifest.xml.in | 2 +- mkspecs/common/winrt_winphone/manifests/8.1/AppxManifest.xml.in | 4 +++- mkspecs/common/winrt_winphone/manifests/8.1_wp/AppxManifest.xml.in | 4 +++- 3 files changed, 7 insertions(+), 3 deletions(-) (limited to 'mkspecs/common/winrt_winphone') diff --git a/mkspecs/common/winrt_winphone/manifests/10.0/AppxManifest.xml.in b/mkspecs/common/winrt_winphone/manifests/10.0/AppxManifest.xml.in index c6419660c1..4ef1256383 100644 --- a/mkspecs/common/winrt_winphone/manifests/10.0/AppxManifest.xml.in +++ b/mkspecs/common/winrt_winphone/manifests/10.0/AppxManifest.xml.in @@ -20,7 +20,7 @@ - + $${WINRT_MANIFEST.dependencies} diff --git a/mkspecs/common/winrt_winphone/manifests/8.1/AppxManifest.xml.in b/mkspecs/common/winrt_winphone/manifests/8.1/AppxManifest.xml.in index 038184ee4d..91353c608b 100644 --- a/mkspecs/common/winrt_winphone/manifests/8.1/AppxManifest.xml.in +++ b/mkspecs/common/winrt_winphone/manifests/8.1/AppxManifest.xml.in @@ -41,6 +41,8 @@ $${WINRT_MANIFEST.rotation_preference} - $${WINRT_MANIFEST.capabilities}$${WINRT_MANIFEST.dependencies} + $${WINRT_MANIFEST.capabilities} + $${WINRT_MANIFEST.dependencies} + diff --git a/mkspecs/common/winrt_winphone/manifests/8.1_wp/AppxManifest.xml.in b/mkspecs/common/winrt_winphone/manifests/8.1_wp/AppxManifest.xml.in index 67830bd4ad..19deb94675 100644 --- a/mkspecs/common/winrt_winphone/manifests/8.1_wp/AppxManifest.xml.in +++ b/mkspecs/common/winrt_winphone/manifests/8.1_wp/AppxManifest.xml.in @@ -42,6 +42,8 @@ $${WINRT_MANIFEST.rotation_preference} - $${WINRT_MANIFEST.capabilities}$${WINRT_MANIFEST.dependencies} + $${WINRT_MANIFEST.capabilities} + $${WINRT_MANIFEST.dependencies} + -- cgit v1.2.3