aboutsummaryrefslogtreecommitdiffstats
path: root/support/hololens/ServoApp/Package.appxmanifest
diff options
context:
space:
mode:
authorPaul Rouget <me@paulrouget.com>2019-11-25 12:07:52 +0100
committerPaul Rouget <me@paulrouget.com>2019-11-26 05:10:39 +0100
commit75b522d2102cf420e8eda5a5a02649ba8e9c7321 (patch)
tree4eb7dbc426b816946b17da7ef91f9bee5e978ca2 /support/hololens/ServoApp/Package.appxmanifest
parentc060f005354f6524e726cccab2bff065bd18cbc1 (diff)
downloadservo-75b522d2102cf420e8eda5a5a02649ba8e9c7321.tar.gz
servo-75b522d2102cf420e8eda5a5a02649ba8e9c7321.zip
Prompt user to install OpenXR package if not installed
Diffstat (limited to 'support/hololens/ServoApp/Package.appxmanifest')
-rw-r--r--support/hololens/ServoApp/Package.appxmanifest9
1 files changed, 8 insertions, 1 deletions
diff --git a/support/hololens/ServoApp/Package.appxmanifest b/support/hololens/ServoApp/Package.appxmanifest
index 0a74082b073..c366444f8f0 100644
--- a/support/hololens/ServoApp/Package.appxmanifest
+++ b/support/hololens/ServoApp/Package.appxmanifest
@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
-<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5" IgnorableNamespaces="uap mp uap5">
+<Package
+ xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
+ xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest"
+ xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
+ xmlns:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5"
+ xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
+ IgnorableNamespaces="uap mp uap5 rescap">
<Identity Name="1d265729-8836-4bd3-9992-4cb111d1068b" Publisher="CN=Allizom" Version="1.0.0.0" />
<mp:PhoneIdentity PhoneProductId="1d265729-8836-4bd3-9992-4cb111d1068b" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
@@ -44,6 +50,7 @@
</Application>
</Applications>
<Capabilities>
+ <rescap:Capability Name="packageQuery" />
<Capability Name="internetClient" />
<Capability Name="codeGeneration" />
<Capability Name="privateNetworkClientServer" />