summaryrefslogtreecommitdiffstats
path: root/drm/mediadrm/plugins/clearkey/tests
Commit message (Collapse)AuthorAgeFilesLines
* Remove superfluous OpenSSL include paths.Adam Langley2015-01-221-1/+0
| | | | | | | | The libcrypto and libssl modules (and their respective static and host versions) use LOCAL_EXPORT_C_INCLUDE_DIRS thus just including the module is sufficient. Change-Id: If9df76e6fefb7419cbb2fb33a0264626c748561e
* Move to libc++.Dan Albert2014-11-111-8/+0
| | | | | | | This also cleans up some makefile cruft. Bug: 15193147 Change-Id: Ia53ca4f6fb2153f4e77e6f696eb27dcaae73a78e
* Create a single test binary.Edwin Wong2014-07-012-63/+29
| | | | | | | | To run individual test suite, follow the example shown below: adb shell LD_LIBRARY_PATH=/system/vendor/lib/mediadrm /system/bin/ClearKeyDrmUnitTest --gtest_filter=JsonWebKeyTest.* Change-Id: I8ecc944a734cde351505a7cd8c3997976d74553b
* Fix build target path.Edwin Wong2014-07-011-1/+1
| | | | Change-Id: I45ee7efb13ffaff8c15ce6b2aea3076db713c73e
* Add Unit Tests for ClearKey PluginJohn "Juce" Bruce2014-06-304-0/+665
| | | | Change-Id: I0008a01d29ade169df9a0fd30ca0303adf9ecad3
* JsonWebKey support.Edwin Wong2014-07-013-0/+398
Parses JSON Web Key Set in the response data; extracts and base64 decode key id(s) and key(s). bug: 12035506 Change-Id: Ib71bce942d6eca1e569dfad0a9adb6dee1cdf75e