vendor_xiaomi_onyx/proprietary/vendor/etc/sysconfig/cacert-oem-defined-uids.xml

28 lines
922 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
All rights reserved.
Confidential and Proprietary - Qualcomm Technologies, Inc.
-->
<!--
This XML defines a list of UIDs for OEMs to register as shared UIDs.
They will be registered at the start of the system, which allows OEMs to create
services with these UIDs. The range of these UIDs must be in the OEM reserved
range.
- The "name" XML attribute refers to the name of the shared UID. It must start with "android.uid.".
- The "uid" XML attribute refers to the value of the shared UID. It must be in range [2900, 2999].
Example usage
<oem-defined-uid name="android.uid.vendordata" uid="2918"/>
Indicates that a shared UID named "android.uid.vendordata" will be added to the system with the
UID of 2918.
-->
<config>
<oem-defined-uid name="android.uid.datacacert" uid="2918"/>
</config>