platform_frameworks_native/data/etc/android.hardware.telephony.euicc.xml
Jeff Davidson a138b3ba8c Squashed merge of master-sim into master.
Includes the following commits:

==

Add data file for new eUICC hardware feature.

A device may declare hardware support for eUICC APIs by copying this
file to vendor/etc/permissions/. Doing so is a declaration that all
eUICC APIs are expected to function (and pass CTS), and that apps
which require eUICC support to function are eligible to be installed.

==

Test: TreeHugger
Change-Id: Ia7f5f9925c51857fd8034b8c882988cb1b731ff2
2017-04-03 10:31:29 -07:00

20 lines
800 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2017 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 an eUICC. -->
<permissions>
<feature name="android.hardware.telephony.euicc" />
</permissions>