For context, see cl/578224540
This CL is produced via
- Do the removal
- `$ /google/src/head/depot/google3/devtools/scripts/csearch_apply --includefile 'video/widevine/export/common/oemcrypto_core_message/' --search='Copyright \d{4} Google LLC. All rights reserved.' --apply='s,\ All rights reserved\.,,g'`
- Manually deleted a few periods. I.e., for cases where the comment is ONLY "Copyright <year> Google LLC.", I removed the period at the end.
PiperOrigin-RevId: 580020267
Change-Id: I4b2f647d6e3bbb34868e1822591bc953a94cca42
14 lines
424 B
C
14 lines
424 B
C
// Copyright 2019 Google LLC. This file is distributed
|
|
// under the Widevine License Agreement.
|
|
|
|
// Partners are expected to edit this file to support target specific code
|
|
// and limits.
|
|
|
|
#ifndef WIDEVINE_ODK_INCLUDE_ODK_TARGET_H_
|
|
#define WIDEVINE_ODK_INCLUDE_ODK_TARGET_H_
|
|
|
|
// Maximum number of keys can be modified to suit target's resource tier.
|
|
#define ODK_MAX_NUM_KEYS 32
|
|
|
|
#endif // WIDEVINE_ODK_INCLUDE_ODK_TARGET_H_
|