summaryrefslogtreecommitdiff
path: root/data/etc
diff options
context:
space:
mode:
Diffstat (limited to 'data/etc')
-rw-r--r--data/etc/Android.bp16
-rw-r--r--data/etc/android.hardware.keystore.app_attest_key.xml20
-rw-r--r--data/etc/android.hardware.keystore.limited_use_key.xml21
-rw-r--r--data/etc/android.hardware.keystore.single_use_key.xml21
-rw-r--r--data/etc/android.hardware.telephony.ims.singlereg.xml22
-rw-r--r--data/etc/android.hardware.uwb.xml19
-rw-r--r--data/etc/android.software.opengles.deqp.level-2020-03-01.xml21
-rw-r--r--data/etc/android.software.opengles.deqp.level-2021-03-01.xml21
-rw-r--r--data/etc/android.software.vulkan.deqp.level-2019-03-01.xml2
-rw-r--r--data/etc/android.software.vulkan.deqp.level-2020-03-01.xml2
-rw-r--r--data/etc/android.software.vulkan.deqp.level-2021-03-01.xml21
-rw-r--r--data/etc/car_core_hardware.xml4
-rw-r--r--data/etc/go_handheld_core_hardware.xml2
-rw-r--r--data/etc/handheld_core_hardware.xml2
-rw-r--r--data/etc/pc_core_hardware.xml65
-rw-r--r--data/etc/tablet_core_hardware.xml2
-rw-r--r--data/etc/wearable_core_hardware.xml2
17 files changed, 3 insertions, 260 deletions
diff --git a/data/etc/Android.bp b/data/etc/Android.bp
deleted file mode 100644
index 9d88ca64e6..0000000000
--- a/data/etc/Android.bp
+++ /dev/null
@@ -1,16 +0,0 @@
-package {
- // See: http://go/android-license-faq
- // A large-scale-change added 'default_applicable_licenses' to import
- // all of the 'license_kinds' from "frameworks_native_license"
- // to get the below license kinds:
- // SPDX-license-identifier-Apache-2.0
- default_applicable_licenses: ["frameworks_native_license"],
-}
-
-prebuilt_etc {
- name: "android.hardware.biometrics.face.xml",
- product_specific: true,
- sub_dir: "permissions",
- src: "android.hardware.biometrics.face.xml",
- filename_from_src: true,
-}
diff --git a/data/etc/android.hardware.keystore.app_attest_key.xml b/data/etc/android.hardware.keystore.app_attest_key.xml
deleted file mode 100644
index 8adc4399d3..0000000000
--- a/data/etc/android.hardware.keystore.app_attest_key.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2021 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.
--->
-
-<!-- Feature for devices that support app attestation keys (i.e. KeyMint 1.0). -->
-<permissions>
- <feature name="android.hardware.keystore.app_attest_key" />
-</permissions>
diff --git a/data/etc/android.hardware.keystore.limited_use_key.xml b/data/etc/android.hardware.keystore.limited_use_key.xml
deleted file mode 100644
index 5217086715..0000000000
--- a/data/etc/android.hardware.keystore.limited_use_key.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2021 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.
--->
-
-<!-- Feature for devices with KeyMint that can enforce limited use key
- in hardware with any max usage count (including count equals to 1). -->
-<permissions>
- <feature name="android.hardware.keystore.limited_use_key" />
-</permissions> \ No newline at end of file
diff --git a/data/etc/android.hardware.keystore.single_use_key.xml b/data/etc/android.hardware.keystore.single_use_key.xml
deleted file mode 100644
index 40e80aaa9b..0000000000
--- a/data/etc/android.hardware.keystore.single_use_key.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2021 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.
--->
-
-<!-- Feature for devices with KeyMint that only can enforce limited use key
- in hardware with max usage count equals to 1. -->
-<permissions>
- <feature name="android.hardware.keystore.single_use_key" />
-</permissions> \ No newline at end of file
diff --git a/data/etc/android.hardware.telephony.ims.singlereg.xml b/data/etc/android.hardware.telephony.ims.singlereg.xml
deleted file mode 100644
index 9a6cec0a1e..0000000000
--- a/data/etc/android.hardware.telephony.ims.singlereg.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2021 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.
--->
-
-<!-- Feature for devices that have an IMS service that supports all IMS
- applications using a single IMS registration. -->
-<permissions>
- <feature name="android.hardware.telephony.ims" />
- <feature name="android.hardware.telephony.ims.singlereg" />
-</permissions>
diff --git a/data/etc/android.hardware.uwb.xml b/data/etc/android.hardware.uwb.xml
deleted file mode 100644
index 794ba27e89..0000000000
--- a/data/etc/android.hardware.uwb.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2020 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.
--->
-<!-- Adds the feature indicating support for the Ultra Wideband API -->
-<permissions>
- <feature name="android.hardware.uwb" />
-</permissions>
diff --git a/data/etc/android.software.opengles.deqp.level-2020-03-01.xml b/data/etc/android.software.opengles.deqp.level-2020-03-01.xml
deleted file mode 100644
index f11e0bb6e7..0000000000
--- a/data/etc/android.software.opengles.deqp.level-2020-03-01.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright 2020 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 passes OpenGL ES
- dEQP tests associated with date 2020-03-01 (0x07E40301). -->
-<permissions>
- <feature name="android.software.opengles.deqp.level" version="132383489" />
-</permissions>
diff --git a/data/etc/android.software.opengles.deqp.level-2021-03-01.xml b/data/etc/android.software.opengles.deqp.level-2021-03-01.xml
deleted file mode 100644
index b60697d619..0000000000
--- a/data/etc/android.software.opengles.deqp.level-2021-03-01.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright 2020 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 passes OpenGL ES
- dEQP tests associated with date 2021-03-01 (0x07E50301). -->
-<permissions>
- <feature name="android.software.opengles.deqp.level" version="132449025" />
-</permissions>
diff --git a/data/etc/android.software.vulkan.deqp.level-2019-03-01.xml b/data/etc/android.software.vulkan.deqp.level-2019-03-01.xml
index d3ad45aa4e..9c67d4abb7 100644
--- a/data/etc/android.software.vulkan.deqp.level-2019-03-01.xml
+++ b/data/etc/android.software.vulkan.deqp.level-2019-03-01.xml
@@ -14,7 +14,7 @@
limitations under the License.
-->
-<!-- This is the standard feature indicating that the device passes Vulkan dEQP
+<!-- This is the standard feature indicating that the device passes Vulkan deQP
tests associated with date 2019-03-01 (0x07E30301). -->
<permissions>
<feature name="android.software.vulkan.deqp.level" version="132317953" />
diff --git a/data/etc/android.software.vulkan.deqp.level-2020-03-01.xml b/data/etc/android.software.vulkan.deqp.level-2020-03-01.xml
index 84ba389459..19b269b607 100644
--- a/data/etc/android.software.vulkan.deqp.level-2020-03-01.xml
+++ b/data/etc/android.software.vulkan.deqp.level-2020-03-01.xml
@@ -14,7 +14,7 @@
limitations under the License.
-->
-<!-- This is the standard feature indicating that the device passes Vulkan dEQP
+<!-- This is the standard feature indicating that the device passes Vulkan deQP
tests associated with date 2020-03-01 (0x07E40301). -->
<permissions>
<feature name="android.software.vulkan.deqp.level" version="132383489" />
diff --git a/data/etc/android.software.vulkan.deqp.level-2021-03-01.xml b/data/etc/android.software.vulkan.deqp.level-2021-03-01.xml
deleted file mode 100644
index ae26269b7d..0000000000
--- a/data/etc/android.software.vulkan.deqp.level-2021-03-01.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright 2020 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 passes Vulkan dEQP
- tests associated with date 2021-03-01 (0x07E50301). -->
-<permissions>
- <feature name="android.software.vulkan.deqp.level" version="132449025" />
-</permissions>
diff --git a/data/etc/car_core_hardware.xml b/data/etc/car_core_hardware.xml
index cc0ee825a8..50f117dd11 100644
--- a/data/etc/car_core_hardware.xml
+++ b/data/etc/car_core_hardware.xml
@@ -34,18 +34,16 @@
<feature name="android.hardware.microphone" />
<!-- Feature to specify if the device is a car -->
<feature name="android.hardware.type.automotive" />
- <!-- Indicate support for the Android security model per the CDD. -->
- <feature name="android.hardware.security.model.compatible" />
<!-- basic system services -->
<feature name="android.software.connectionservice" />
<feature name="android.software.voice_recognizers" notLowRam="true" />
+ <feature name="android.software.backup" />
<feature name="android.software.home_screen" />
<feature name="android.software.companion_device_setup" />
<feature name="android.software.autofill" />
<feature name="android.software.cant_save_state" />
<feature name="android.software.secure_lock_screen" />
- <feature name="android.software.input_methods" />
<!-- devices with GPS must include android.hardware.location.gps.xml -->
<!-- devices with an autofocus camera and/or flash must include either
diff --git a/data/etc/go_handheld_core_hardware.xml b/data/etc/go_handheld_core_hardware.xml
index e6db4ade09..915e579ec1 100644
--- a/data/etc/go_handheld_core_hardware.xml
+++ b/data/etc/go_handheld_core_hardware.xml
@@ -33,8 +33,6 @@
<feature name="android.hardware.microphone" />
<feature name="android.hardware.screen.portrait" />
<feature name="android.hardware.screen.landscape" />
- <!-- Indicate support for the Android security model per the CDD. -->
- <feature name="android.hardware.security.model.compatible" />
<!-- basic system services -->
<feature name="android.software.connectionservice" />
diff --git a/data/etc/handheld_core_hardware.xml b/data/etc/handheld_core_hardware.xml
index 41f15144d4..dc6963fef1 100644
--- a/data/etc/handheld_core_hardware.xml
+++ b/data/etc/handheld_core_hardware.xml
@@ -37,8 +37,6 @@
<feature name="android.hardware.microphone" />
<feature name="android.hardware.screen.portrait" />
<feature name="android.hardware.screen.landscape" />
- <!-- Indicate support for the Android security model per the CDD. -->
- <feature name="android.hardware.security.model.compatible" />
<!-- basic system services -->
<feature name="android.software.app_widgets" />
diff --git a/data/etc/pc_core_hardware.xml b/data/etc/pc_core_hardware.xml
deleted file mode 100644
index b490ba024e..0000000000
--- a/data/etc/pc_core_hardware.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2010 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.
--->
-
-<!-- These are the hardware components that all handheld devices
- must include. Devices with optional hardware must also include extra
- hardware files, per the comments below.
-
- Handheld devices include phones, mobile Internet devices (MIDs),
- Personal Media Players (PMPs), small tablets (7" or less), and similar
- devices.
--->
-<permissions>
- <!-- This is Android and fully CTS compatible. Basically this is for CTS tests to use. -->
- <feature name="android.software.cts" />
-
- <feature name="android.hardware.audio.output" />
- <feature name="android.hardware.bluetooth" />
- <feature name="android.hardware.microphone" />
- <feature name="android.hardware.screen.portrait" />
- <feature name="android.hardware.screen.landscape" />
- <feature name="android.hardware.location" />
- <feature name="android.hardware.location.network" />
- <!-- Indicate support for the Android security model per the CDD. -->
- <feature name="android.hardware.security.model.compatible" />
-
- <!-- basic system services -->
- <feature name="android.software.app_widgets" />
- <feature name="android.software.voice_recognizers" />
- <feature name="android.software.backup" />
- <feature name="android.software.home_screen" />
- <feature name="android.software.input_methods" />
- <feature name="android.software.picture_in_picture" />
- <feature name="android.software.activities_on_secondary_displays" />
- <feature name="android.software.print" />
- <feature name="android.software.companion_device_setup" />
- <feature name="android.software.autofill" />
- <feature name="android.software.cant_save_state" />
- <feature name="android.software.secure_lock_screen" />
-
- <!-- Feature to specify if the device supports adding device admins. -->
- <feature name="android.software.device_admin" />
-
- <!-- Feature to specify if the device support managed users. -->
- <feature name="android.software.managed_users" />
-
- <!-- Feature to specify if the device supports controls. -->
- <feature name="android.software.controls" />
-
- <!-- Feature to specify if the device supports freeform. -->
- <feature name="android.software.freeform_window_management" />
- <feature name="android.hardware.type.pc" />
-</permissions> \ No newline at end of file
diff --git a/data/etc/tablet_core_hardware.xml b/data/etc/tablet_core_hardware.xml
index 8c369dea99..e878f86243 100644
--- a/data/etc/tablet_core_hardware.xml
+++ b/data/etc/tablet_core_hardware.xml
@@ -38,8 +38,6 @@
<feature name="android.hardware.microphone" />
<feature name="android.hardware.screen.portrait" />
<feature name="android.hardware.screen.landscape" />
- <!-- Indicate support for the Android security model per the CDD. -->
- <feature name="android.hardware.security.model.compatible" />
<!-- basic system services -->
<feature name="android.software.app_widgets" />
diff --git a/data/etc/wearable_core_hardware.xml b/data/etc/wearable_core_hardware.xml
index 855b11005f..0f364c1eb0 100644
--- a/data/etc/wearable_core_hardware.xml
+++ b/data/etc/wearable_core_hardware.xml
@@ -32,8 +32,6 @@
<feature name="android.hardware.bluetooth" />
<feature name="android.hardware.touchscreen" />
<feature name="android.hardware.microphone" />
- <!-- Indicate support for the Android security model per the CDD. -->
- <feature name="android.hardware.security.model.compatible" />
<!-- basic system services -->
<feature name="android.software.home_screen" />