summaryrefslogtreecommitdiffstats
path: root/libcutils
diff options
context:
space:
mode:
authorAndrew Scull <ascull@google.com>2017-08-10 20:21:34 +0100
committerAndrew Scull <ascull@google.com>2017-08-10 20:25:11 +0100
commitf73c5e1f8417b4332535553db78fba8937286501 (patch)
treeba98ed5fb23a3cb04764ea12dddbc74e37ca1723 /libcutils
parentde6b44aa0ec047aacf277ce797574b50f406d589 (diff)
downloadcore-f73c5e1f8417b4332535553db78fba8937286501.tar.gz
core-f73c5e1f8417b4332535553db78fba8937286501.tar.bz2
core-f73c5e1f8417b4332535553db78fba8937286501.zip
Add HSM AID.
This is used by resources related to a hardware security module (HSM). Bug: 64569509 Change-Id: I30d47e1b275e3c4ae0a00f7ceb286a1096d84273
Diffstat (limited to 'libcutils')
-rw-r--r--libcutils/include/private/android_filesystem_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcutils/include/private/android_filesystem_config.h b/libcutils/include/private/android_filesystem_config.h
index e80bf3632..55ece54a5 100644
--- a/libcutils/include/private/android_filesystem_config.h
+++ b/libcutils/include/private/android_filesystem_config.h
@@ -121,6 +121,7 @@
#define AID_OTA_UPDATE 1061 /* resource tracking UID for OTA updates */
#define AID_AUTOMOTIVE_EVS 1062 /* Automotive rear and surround view system */
#define AID_LOWPAN 1063 /* LoWPAN subsystem */
+#define AID_HSM 1064 /* hardware security module subsystem */
/* Changes to this file must be made in AOSP, *not* in internal branches. */
#define AID_SHELL 2000 /* adb and debug shell user */