From 7e06afc472541c2424986508a90de313b374b57a Mon Sep 17 00:00:00 2001 From: Fred Gylys-Colwell Date: Tue, 5 Dec 2017 14:14:25 -0800 Subject: [PATCH] Initial Checkin on master branch --- README | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..6a8f0ea --- /dev/null +++ b/README @@ -0,0 +1,15 @@ +This is the OEMCrypto git repository. + +It is visible to Widevine partners, and contains documentation for OEMCrypto, +as well as unit tests and reference code. + +Several versions of OEMCrypto are available on different branches. This is the +only file on the master branch. Please use the git checkout command to work +with the correct version of OEMCrypto, for example, to see version 13, use the +command "git checkout origin/v13". + +Use "git branch -a" to see a list of all branches. + +Contact your Widevine TAM if you are unsure which branch you should use. The +latest branch might have documentation without complete unit tests or sample +code.