widevine_cdm_version.h 551 B

123456789101112131415
  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
  3. // found in the LICENSE file.
  4. // This is a stand-in for a generated file that is available when the
  5. // Widevine CDM is available.
  6. #ifndef WIDEVINE_CDM_VERSION_H_
  7. #define WIDEVINE_CDM_VERSION_H_
  8. // If the Widevine CDM is available define the following:
  9. // - WIDEVINE_CDM_VERSION_STRING (with the version of the CDM that's available
  10. // as a string, e.g., "1.0.123.456").
  11. #endif // WIDEVINE_CDM_VERSION_H_