Change-Id: If8d0b57acc6b41c28c7a331e41db44d2 Signed-off-by: zenin1504 <me.zenin1504.dev@gmail.com>
28 lines
922 B
XML
28 lines
922 B
XML
<?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>
|
|
|
|
|