blob: aac9081b951326b96c52aee24f09167ba71bb969 [file] [log] [blame]
<?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.
-->
<resources>
<overlayable name="TestResources">
<!-- Resources with signature restrictions -->
<policy type="signature">
<item type="string" name="policy_signature" />
</policy>
<!-- Resources with partition restrictions -->
<policy type="system">
<item type="string" name="policy_system" />
</policy>
<policy type="system|vendor">
<item type="string" name="policy_system_vendor" />
</policy>
<policy type="product">
<item type="string" name="policy_product" />
</policy>
<policy type="odm">
<item type="string" name="policy_odm" />
</policy>
<policy type="oem">
<item type="string" name="policy_oem" />
</policy>
<policy type="actor">
<item type="string" name="policy_actor" />
</policy>
<policy type="config_signature">
<item type="string" name="policy_config_signature"/>
</policy>
<!-- Resources publicly overlayable -->
<policy type="public">
<item type="string" name="policy_public" />
<item type="string" name="a" />
<item type="string" name="b" />
<item type="string" name="c" />
<item type="string" name="str1" />
<item type="string" name="str2" />
<item type="string" name="str3" />
<item type="string" name="str4" />
<item type="string" name="x" />
<item type="string" name="y" />
<item type="string" name="z" />
<item type="integer" name="int1" />
<item type="drawable" name="dr1" />
</policy>
</overlayable>
<overlayable name="OtherResources">
<policy type="public">
<item type="string" name="other" />
</policy>
</overlayable>
</resources>