History log of /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/FwdLockFile.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2d45dbd1910a7e51d383e8583017e6f26cd3498a 05-Jun-2012 Hung Nguyen <hung.nguyen@sonymobile.com> Fixed bugs where the content of buffer holding keys was cleared using a wrong size in forward lock

Modified by James Dong <jdong@google.com>

Change-Id: Iaacfc79b2b26bdee7046d8555e3b4e0bc224c3c5
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/FwdLockFile.c
bf5b3b29e31b293313788d7464cfb258ac0da803 31-Jul-2012 James Dong <jdong@google.com> Let getOriginalMimeType() take a fd passed from drm java applications

This patch enables the drm framework to avoid opening files directly.
As a result, the drm framework no longer needs the sdcard read permision.

o related-to-bug: 6426185

Change-Id: Ib176c35ef4b1a1a405e8e954f19a7985266f2510
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/FwdLockFile.c
9c78e8681dafcdf265bc733875bad436ef9ec220 09-Mar-2012 James Dong <jdong@google.com> Added an failure log message when the fwdlock engine fails to open a given file.

Change-Id: I0e7f60b61f03fde046fc1ad668b28cdee635898b
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/FwdLockFile.c
90855078eb989944bca1824058d7231cd68e5021 21-Feb-2011 Henrik B Andersson <henrikb.andersson@sonyericsson.com> Bug fixes in OMA DRM v1 Forward Lock Agent

A couple of fixes in the Forward Lock Agent.
The DRM Framework isn't thread safe so the Forward Lock Agent needs
to protect the private structures.
Base64-encoded content with LF-only instead of CRLF line breaks is now
accepted.
A fix for non-standard boundary characters.
The debug prints are also turned off as default.

Change-Id: I8ab417231380fbe1c371d18a147773ceabc6f69f
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/FwdLockFile.c
fdd65a0fc7df2c878cc601e4c0f4021cb264f051 05-Jan-2011 Pravat Dalbehera <pravat.dalbehera@sonyericsson.com> Initial OMA DRM forward lock contribution

OMA DRM forward lock agent is plugged into the
Open DRM framework. Forward lock agent implementation contains:
- Forward lock engine to communicate with framework
- Converter to encrypt the original file into a special format
- Decoder to feed the decrypted data for rendering
- Lightweight unique key-encryption mechanism
- Documentation

Change-Id: Id828ebc30b8147b58b14960a73571648bc01ae94
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/FwdLockFile.c