summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPer Larsen <perl@immunant.com>2022-08-20 23:13:54 -0700
committerArmelle Laine <armellel@google.com>2022-09-07 04:56:41 +0000
commit63818fc16d664a76650ad4f0b457cbd2500d9c5c (patch)
treecbc6730169f5181254dc2063987e642cd224203e
parentb0bb60cb16e2553d1a478c091c4fcf7b61e9ec17 (diff)
downloadcore-63818fc16d664a76650ad4f0b457cbd2500d9c5c.tar.gz
trusty/apploader: Add missing doc for enum value
Document the APPLOADER_ERR_POLICY_VIOLATION value in enum apploader_error. Bug: 208968719 Change-Id: Ia9b17f4ea705d13567b2ba74f2dcd6df5a0c7d73 (cherry picked from commit c5253819f85486ee40ae13f59742afeba8f8ef58) Merged-In: Ia9b17f4ea705d13567b2ba74f2dcd6df5a0c7d73
-rw-r--r--trusty/apploader/apploader_ipc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/trusty/apploader/apploader_ipc.h b/trusty/apploader/apploader_ipc.h
index 306596eba..ed5cbde1a 100644
--- a/trusty/apploader/apploader_ipc.h
+++ b/trusty/apploader/apploader_ipc.h
@@ -45,6 +45,9 @@ enum apploader_command : uint32_t {
* @APPLOADER_ERR_INTERNAL: miscellaneous or internal apploader
* error not covered by the above
* @APPLOADER_ERR_INVALID_VERSION: invalid application version
+ * @APPLOADER_ERR_POLICY_VIOLATION: signature verification succeeded but
+ * key+manifest combination not allowed
+ * by app loader policy engine
*/
enum apploader_error : uint32_t {
APPLOADER_NO_ERROR = 0,