Home | History | Annotate | Download | only in cdm
      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 
      5 // This is a stand-in for a generated file that is available when the
      6 // Widevine CDM is available.
      7 
      8 #ifndef WIDEVINE_CDM_VERSION_H_
      9 #define WIDEVINE_CDM_VERSION_H_
     10 
     11 // If the Widevine CDM were available, we would include
     12 // third_party/widevine/cdm/widevine_cdm_common.h and define two things:
     13 //  - WIDEVINE_CDM_AVAILABLE (to indicate availability), and
     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 
     17 #endif  // WIDEVINE_CDM_VERSION_H_
     18