summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jesse Hall <jessehall@google.com> 2018-01-27 02:01:05 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2018-01-27 02:01:05 +0000
commitf071fb8bc72d12ffa30ecdd0d959d3ea605ef9e3 (patch)
treec135a2598568f43abc492e19422fd705c7830f7c
parentca35d8de7c49768fd17052e0b67674f0f4cb7489 (diff)
parent3ecbd6c7781d17d1e38ba22155378ade0c310cbe (diff)
Merge "Add Vulkan 1.1 system feature definition file"
-rw-r--r--data/etc/android.hardware.vulkan.version-1_1.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/data/etc/android.hardware.vulkan.version-1_1.xml b/data/etc/android.hardware.vulkan.version-1_1.xml
new file mode 100644
index 0000000000..9704e0f5da
--- /dev/null
+++ b/data/etc/android.hardware.vulkan.version-1_1.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright 2018 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<!-- This is the standard feature indicating that the device has a Vulkan
+ driver that supports API version 1.1 (0x00401000) -->
+<permissions>
+ <feature name="android.hardware.vulkan.version" version="4198400" />
+</permissions>