commit | 62a65357f77af5840b4c4346a5092603bcd93767 | [log] [tgz] |
---|---|---|
author | Robert Shih <robertshih@google.com> | Sun Mar 07 06:01:18 2021 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Sun Mar 07 06:01:18 2021 +0000 |
tree | 0919c1d1b12b7285cc2607d9084e43e77484c0fe | |
parent | 0a9323ca1ac7bab3a6789d78bdb6732688ced9f2 [diff] | |
parent | 7bce01c3b3e71d10555478293bdf3ece90e10ccf [diff] |
Merge "drm@1.4 status: add PROVISIONING_REQUEST_REJECTED" into sc-dev
diff --git a/drm/1.4/types.hal b/drm/1.4/types.hal index 17eba8a..a4490a5 100644 --- a/drm/1.4/types.hal +++ b/drm/1.4/types.hal
@@ -119,6 +119,10 @@ */ PROVISIONING_PARSE_ERROR, /** + * The provisioning server detected an error in the provisioning request. + */ + PROVISIONING_REQUEST_REJECTED, + /** * Provisioning failed in a way that is likely to succeed on a subsequent * attempt. */