hardware: samsung_slsi: exynos5: add secure path configure API
authorJungtae Kim <jt1217.kim@samsung.com>
Tue, 2 Oct 2012 23:08:56 +0000 (16:08 -0700)
committerDima Zavin <dima@android.com>
Fri, 12 Oct 2012 05:37:11 +0000 (22:37 -0700)
commit05e767638571bc50d7a26471fbe07005f3c875fa
tree33d3adcbaedc13e5939591de6e37774e3e467d9a
parentcb4ed2fdb7e1242de8d61dba88ed23fe5f43a668
hardware: samsung_slsi: exynos5: add secure path configure API

The library includes two interfaces:
- CP_Enable_Path_Protection()
- CP_Disable_Path_Protection()
The first one is should be called before start of DRM playback.
The second one is should be called after end of DRM playback

Bug: 7287429
Change-Id: I44aab1cca7638fb8eac3d3fc90154c5382d8c71a
Signed-off-by: Jungtae Kim <jt1217.kim@samsung.com>
[ dima: fixed extern to C and make files ]
Signed-off-by: Dima Zavin <dima@android.com>
Android.mk
include/content_protect.h [new file with mode: 0755]
libsecurepath/Android.mk [new file with mode: 0644]
libsecurepath/content_protect.cpp [new file with mode: 0644]
libsecurepath/tci.h [new file with mode: 0644]
libsecurepath/tlc_communication.cpp [new file with mode: 0644]
libsecurepath/tlc_communication.h [new file with mode: 0644]
libsecurepath/tlwvdrm_api.h [new file with mode: 0644]