summaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorGloria Wang <gwang@google.com>2010-10-29 16:44:37 -0700
committerGloria Wang <gwang@google.com>2010-10-29 16:44:37 -0700
commit6793a04d620b3181ce78703dd26033fe8bfa344c (patch)
tree47f7481a33df636a8501a5e417c0f44aaeb15ab6 /include/drm
parentb0cc50de14dc9e2d0d224803bb523aa7f48904ac (diff)
downloadframeworks_base-6793a04d620b3181ce78703dd26033fe8bfa344c.zip
frameworks_base-6793a04d620b3181ce78703dd26033fe8bfa344c.tar.gz
frameworks_base-6793a04d620b3181ce78703dd26033fe8bfa344c.tar.bz2
Add support for WV plugin
Change-Id: I0b9d0488f123c05ad2d94315236458f479e00b78
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drm_framework_common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/drm/drm_framework_common.h b/include/drm/drm_framework_common.h
index c5765a9..1758cdd 100644
--- a/include/drm/drm_framework_common.h
+++ b/include/drm/drm_framework_common.h
@@ -217,6 +217,10 @@ public:
* POSIX based Decrypt API set for container based DRM
*/
static const int CONTAINER_BASED = 0x02;
+ /**
+ * Decrypt API for Widevine streams
+ */
+ static const int WV_BASED = 0x3;
};
/**