summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2012-02-29 16:32:10 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-02-29 16:32:10 -0800
commitdf94a547d8036619d15975873a1ff5736b0f14fe (patch)
tree0785fe3d897ac29c1ed7c746c4a11d7c33d02b77 /include
parente8286332f3817a8b7cc4cfd8f6450a3913533660 (diff)
parent328745b130c1c59e53d68a9a3c71675d3932d34b (diff)
downloadframeworks_av-df94a547d8036619d15975873a1ff5736b0f14fe.zip
frameworks_av-df94a547d8036619d15975873a1ff5736b0f14fe.tar.gz
frameworks_av-df94a547d8036619d15975873a1ff5736b0f14fe.tar.bz2
Merge "Added permission check for all sensitive drm API calls"
Diffstat (limited to 'include')
-rw-r--r--include/drm/drm_framework_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/drm_framework_common.h b/include/drm/drm_framework_common.h
index 2632cbd..637409c 100644
--- a/include/drm/drm_framework_common.h
+++ b/include/drm/drm_framework_common.h
@@ -43,6 +43,7 @@ enum {
DRM_ERROR_DECRYPT = ERROR_BASE - 5,
DRM_ERROR_CANNOT_HANDLE = ERROR_BASE - 6,
DRM_ERROR_TAMPER_DETECTED = ERROR_BASE - 7,
+ DRM_ERROR_NO_PERMISSION = ERROR_BASE - 8,
DRM_NO_ERROR = NO_ERROR
};