From 6dc55e7067d2baaf92970bd03412df98bf7f88c8 Mon Sep 17 00:00:00 2001 From: Gloria Wang Date: Fri, 29 Oct 2010 16:44:37 -0700 Subject: Add support for WV plugin Change-Id: I0b9d0488f123c05ad2d94315236458f479e00b78 --- include/drm/drm_framework_common.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/drm') 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; }; /** -- cgit v1.1