7f8ccb5caf
This change includes permission files for the new permission FEATURE_HARDWARE_KEYSTORE for the default KeyMaster and KeyMint implementations. Test: Manually inspected that permission files are installed. Test: atest android.keystore.cts.KeyAttestationTest#testAttestationKmVersionMatchesFeatureVersion Bug: 160616951 Change-Id: Ia35e1ba6c894624999eed62e8434a20ebc833b97
18 lines
764 B
XML
18 lines
764 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright 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.
|
|
-->
|
|
<permissions>
|
|
<feature name="android.hardware.hardware_keystore" version="41" />
|
|
</permissions>
|