summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Kenny Root <kroot@google.com> 2019-12-20 05:05:34 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2019-12-20 05:05:34 +0000
commit6e72dba8ec4b1668043ff3e3c06be6f918dc9145 (patch)
tree9a1c55449cdbe69588c6f79207d48635faa855b3
parent662b71a7b5c442397df5216e50c684cf1411b1b2 (diff)
parent90e95d740b116a26679a5563c9f52bbf19766228 (diff)
Merge "Add Reboot Escrow feature flag"
-rw-r--r--data/etc/android.hardware.reboot_escrow.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/data/etc/android.hardware.reboot_escrow.xml b/data/etc/android.hardware.reboot_escrow.xml
new file mode 100644
index 0000000000..5db9f4c3ce
--- /dev/null
+++ b/data/etc/android.hardware.reboot_escrow.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2019 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 feature indicating that the device has support for the
+ RebootEscrow HAL.
+-->
+
+<permissions>
+ <feature name="android.hardware.reboot_escrow" />
+</permissions>