drm@1.4 status: add PROVISIONING_REQUEST_REJECTED
Bug: 180579631
Test: VtsHalDrmV1_4TargetTest
Change-Id: Ia427924c94eb3dfe4f91f15ef94136d599c67414
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.
*/