diff options
| author | 2020-09-10 17:22:18 +0000 | |
|---|---|---|
| committer | 2020-09-10 17:22:18 +0000 | |
| commit | cdb6b16dec3a541b455be99d075004cb2f0a0cd7 (patch) | |
| tree | f7110d50445c67a337105034b1f2db3946a88fef /data | |
| parent | 171cac1b603e4bb83412eb596d05a500af5d7a76 (diff) | |
| parent | ac07d0f5ab16bb9e8bbbabb589d1c7d36817baa9 (diff) | |
Merge "Merge Android R"
Diffstat (limited to 'data')
| -rw-r--r-- | data/etc/android.hardware.camera.concurrent.xml | 22 | ||||
| -rw-r--r-- | data/etc/android.hardware.context_hub.xml | 20 | ||||
| -rw-r--r-- | data/etc/android.hardware.device_unique_attestation.xml | 20 | ||||
| -rw-r--r-- | data/etc/android.hardware.reboot_escrow.xml | 24 | ||||
| -rw-r--r-- | data/etc/android.hardware.sensor.hinge_angle.xml | 20 | ||||
| -rw-r--r-- | data/etc/android.hardware.tv.tuner.xml | 21 | ||||
| -rw-r--r-- | data/etc/android.software.controls.xml | 22 | ||||
| -rw-r--r-- | data/etc/handheld_core_hardware.xml | 3 | ||||
| -rw-r--r-- | data/etc/tablet_core_hardware.xml | 3 |
9 files changed, 155 insertions, 0 deletions
diff --git a/data/etc/android.hardware.camera.concurrent.xml b/data/etc/android.hardware.camera.concurrent.xml new file mode 100644 index 0000000000..2cbb263341 --- /dev/null +++ b/data/etc/android.hardware.camera.concurrent.xml @@ -0,0 +1,22 @@ +<?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. +--> + +<!-- This is the set of features required for a camera2 device that supports concurrent operation + of front and back cameras --> +<permissions> + <feature name="android.hardware.camera.front" /> + <feature name="android.hardware.camera.concurrent" /> +</permissions> diff --git a/data/etc/android.hardware.context_hub.xml b/data/etc/android.hardware.context_hub.xml new file mode 100644 index 0000000000..8133e0be05 --- /dev/null +++ b/data/etc/android.hardware.context_hub.xml @@ -0,0 +1,20 @@ +<?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. +--> + +<!-- Features for devices supporting a Context Hub. --> +<permissions> + <feature name="android.hardware.context_hub" /> +</permissions> diff --git a/data/etc/android.hardware.device_unique_attestation.xml b/data/etc/android.hardware.device_unique_attestation.xml new file mode 100644 index 0000000000..309be7a2c1 --- /dev/null +++ b/data/etc/android.hardware.device_unique_attestation.xml @@ -0,0 +1,20 @@ +<?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. +--> + +<!-- Feature for devices with Keymaster that support unique attestation. --> +<permissions> + <feature name="android.hardware.device_unique_attestation" /> +</permissions> 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> diff --git a/data/etc/android.hardware.sensor.hinge_angle.xml b/data/etc/android.hardware.sensor.hinge_angle.xml new file mode 100644 index 0000000000..d7443058ed --- /dev/null +++ b/data/etc/android.hardware.sensor.hinge_angle.xml @@ -0,0 +1,20 @@ +<?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. +--> + +<!-- Feature for devices with a hinge angle sensor. --> +<permissions> + <feature name="android.hardware.sensor.hinge_angle" /> +</permissions>
\ No newline at end of file diff --git a/data/etc/android.hardware.tv.tuner.xml b/data/etc/android.hardware.tv.tuner.xml new file mode 100644 index 0000000000..bbf084fabf --- /dev/null +++ b/data/etc/android.hardware.tv.tuner.xml @@ -0,0 +1,21 @@ +<?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. +--> + +<!-- This feature indicates that the device has tuner hardware and tuner HAL + implementation to support tuner operations. --> +<permissions> + <feature name="android.hardware.tv.tuner" /> +</permissions> diff --git a/data/etc/android.software.controls.xml b/data/etc/android.software.controls.xml new file mode 100644 index 0000000000..2cba34b754 --- /dev/null +++ b/data/etc/android.software.controls.xml @@ -0,0 +1,22 @@ +<?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. +--> + +<!-- This is the standard feature indicating device controls support on the device, + as specified in the CDD. ONLY devices that meet the CDD's requirements may + declare this feature. --> +<permissions> + <feature name="android.software.controls" /> +</permissions> diff --git a/data/etc/handheld_core_hardware.xml b/data/etc/handheld_core_hardware.xml index 619d017e69..dc6963fef1 100644 --- a/data/etc/handheld_core_hardware.xml +++ b/data/etc/handheld_core_hardware.xml @@ -59,6 +59,9 @@ <!-- Feature to specify if the device support managed users. --> <feature name="android.software.managed_users" notLowRam="true"/> + <!-- Feature to specify if the device supports controls. --> + <feature name="android.software.controls" /> + <!-- Devices with all optimizations required to support VR Mode and pass all CDD requirements for this feature may include android.hardware.vr.high_performance --> diff --git a/data/etc/tablet_core_hardware.xml b/data/etc/tablet_core_hardware.xml index 52524ca957..e878f86243 100644 --- a/data/etc/tablet_core_hardware.xml +++ b/data/etc/tablet_core_hardware.xml @@ -59,6 +59,9 @@ <!-- 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" /> + <!-- devices with GPS must include android.hardware.location.gps.xml --> <!-- devices with a rear-facing camera must include one of these as appropriate: android.hardware.camera.xml or |