diff options
author | Gloria Wang <gwang@google.com> | 2011-05-13 11:43:11 -0700 |
---|---|---|
committer | Gloria Wang <gwang@google.com> | 2011-05-13 13:53:15 -0700 |
commit | eea8c02bc8361be7807be969f24abeadf482fa19 (patch) | |
tree | bbaff4a2653f8606bad980b202f13b86d9be59ec /include/drm/drm_framework_common.h | |
parent | 01defe403f3705ac5802e392ee18a78737c51fcb (diff) | |
download | frameworks_base-eea8c02bc8361be7807be969f24abeadf482fa19.zip frameworks_base-eea8c02bc8361be7807be969f24abeadf482fa19.tar.gz frameworks_base-eea8c02bc8361be7807be969f24abeadf482fa19.tar.bz2 |
Add one more DRM error code. For bug 4422428.
Change-Id: I4e333f474c96c0e0f162dde4013ad32b336bebd6
Diffstat (limited to 'include/drm/drm_framework_common.h')
-rw-r--r-- | include/drm/drm_framework_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/drm_framework_common.h b/include/drm/drm_framework_common.h index 3330ebc..2632cbd 100644 --- a/include/drm/drm_framework_common.h +++ b/include/drm/drm_framework_common.h @@ -42,6 +42,7 @@ enum { DRM_ERROR_DECRYPT_UNIT_NOT_INITIALIZED = ERROR_BASE - 4, DRM_ERROR_DECRYPT = ERROR_BASE - 5, DRM_ERROR_CANNOT_HANDLE = ERROR_BASE - 6, + DRM_ERROR_TAMPER_DETECTED = ERROR_BASE - 7, DRM_NO_ERROR = NO_ERROR }; |