Merge "Remove references to internal documents"
This commit is contained in:
@@ -7,12 +7,15 @@
|
|||||||
// the modifiable/mock OEMCrypto. OEMCrypto configuration flags
|
// the modifiable/mock OEMCrypto. OEMCrypto configuration flags
|
||||||
// are enabled/disabled when validating features in tests.
|
// are enabled/disabled when validating features in tests.
|
||||||
//
|
//
|
||||||
// Instructions to build and use the modifiable OEMCrypto are here
|
// Follow instructions to build and use the modifiable OEMCrypto
|
||||||
// https://docs.google.com/a/google.com/document/d/1hLK7ThUsBBKkokPhKh8urU1Zo9a8U4dX3bBKDgOU_iY/edit?usp=sharing
|
|
||||||
//
|
//
|
||||||
// Use the install script to backup the OEM supplied L1 OEMCrypto and
|
// Use the install script to backup the OEM supplied L1 OEMCrypto and
|
||||||
// replace with the modifiable/mock OEMCrypto. Use default configuration
|
// replace with the modifiable/mock OEMCrypto. Use default configuration
|
||||||
// amd modify flags as mentioned by the tests.
|
// amd modify flags as mentioned by the tests.
|
||||||
|
//
|
||||||
|
// NOTE: These tests are intended for use by Google to validate
|
||||||
|
// CDM functionality across a broad range of OEMCrypto implementations
|
||||||
|
// and are not intended to be run by partners.
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <getopt.h>
|
#include <getopt.h>
|
||||||
@@ -471,7 +474,7 @@ TEST_F(WvCdmFeatureTest, KeyboxProvisioning) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// These parameterized tests validate SRM scenarios described in
|
// These parameterized tests validate SRM scenarios described in
|
||||||
// https://docs.google.com/a/google.com/document/d/1lS33zfTZknh7ab_J1tM0ecCT3kb_ghc0xFiosjpVgmU/edit?usp=sharing
|
// SRM End-to-End Test Plan doc
|
||||||
class WvCdmSrmTest : public WvCdmFeatureTest,
|
class WvCdmSrmTest : public WvCdmFeatureTest,
|
||||||
public ::testing::WithParamInterface<SrmTestParameters*> {
|
public ::testing::WithParamInterface<SrmTestParameters*> {
|
||||||
};
|
};
|
||||||
@@ -535,7 +538,7 @@ INSTANTIATE_TEST_CASE_P(
|
|||||||
&kSrmTestConfiguration[N_ELEM(kSrmTestConfiguration)]));
|
&kSrmTestConfiguration[N_ELEM(kSrmTestConfiguration)]));
|
||||||
|
|
||||||
// These parameterized tests validate SRM scenarios described in
|
// These parameterized tests validate SRM scenarios described in
|
||||||
// https://docs.google.com/a/google.com/document/d/1lS33zfTZknh7ab_J1tM0ecCT3kb_ghc0xFiosjpVgmU/edit?usp=sharing
|
// SRM End-to-End Test Plan doc
|
||||||
class WvCdmSrmNotSupportedTest
|
class WvCdmSrmNotSupportedTest
|
||||||
: public WvCdmFeatureTest,
|
: public WvCdmFeatureTest,
|
||||||
public ::testing::WithParamInterface<SrmTestParameters*> {};
|
public ::testing::WithParamInterface<SrmTestParameters*> {};
|
||||||
|
|||||||
@@ -4,8 +4,7 @@
|
|||||||
# Precondition:
|
# Precondition:
|
||||||
# * cdm_feature_test has been pushed to the device and exits at
|
# * cdm_feature_test has been pushed to the device and exits at
|
||||||
# /data/bin/cdm_feature_test
|
# /data/bin/cdm_feature_test
|
||||||
# * Follow instructions and load modifiable OEMCrypto as specified in
|
# * Follow instructions to load modifiable OEMCrypto
|
||||||
# https://docs.google.com/a/google.com/document/d/1hLK7ThUsBBKkokPhKh8urU1Zo9a8U4dX3bBKDgOU_iY/edit?usp=sharing
|
|
||||||
|
|
||||||
KEYBOX="keybox"
|
KEYBOX="keybox"
|
||||||
OEMCERT="oemcert"
|
OEMCERT="oemcert"
|
||||||
|
|||||||
Reference in New Issue
Block a user