OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 // This is a stand-in for a generated file that is available when the | 5 // This is a stand-in for a generated file that is available when the |
6 // Widevine CDM is available. | 6 // Widevine CDM is available. To inquire about obtaining and distributing |
| 7 // Widevine, contact widevine@google.com. |
7 | 8 |
8 #ifndef WIDEVINE_CDM_VERSION_H_ | 9 #ifndef WIDEVINE_CDM_VERSION_H_ |
9 #define WIDEVINE_CDM_VERSION_H_ | 10 #define WIDEVINE_CDM_VERSION_H_ |
10 | 11 |
11 // If the Widevine CDM were available, we would include | 12 // If the Widevine CDM were available, we would include |
12 // third_party/widevine/cdm/widevine_cdm_common.h and define two things: | 13 // third_party/widevine/cdm/widevine_cdm_common.h and define |
13 // - WIDEVINE_CDM_AVAILABLE (to indicate availability), and | 14 // WIDEVINE_CDM_VERSION_STRING as the version of the CDM, eg. "1.0.123.456". |
14 // - WIDEVINE_CDM_VERSION_STRING (with the version of the CDM that's available | |
15 // as a string, e.g., "1.0.123.456"). | |
16 | 15 |
17 #endif // WIDEVINE_CDM_VERSION_H_ | 16 #endif // WIDEVINE_CDM_VERSION_H_ |
OLD | NEW |