18 lines
683 B
C
Executable File
18 lines
683 B
C
Executable File
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style license that can be
|
|
// found in the LICENSE file.
|
|
|
|
// This is a stand-in for a generated file that is available when the
|
|
// Widevine CDM is available.
|
|
|
|
#ifndef WIDEVINE_CDM_VERSION_H_
|
|
#define WIDEVINE_CDM_VERSION_H_
|
|
|
|
// If the Widevine CDM were available, we would include
|
|
// third_party/widevine/cdm/widevine_cdm_common.h and define two things:
|
|
// - WIDEVINE_CDM_AVAILABLE (to indicate availability), and
|
|
// - WIDEVINE_CDM_VERSION_STRING (with the version of the CDM that's available
|
|
// as a string, e.g., "1.0.123.456").
|
|
|
|
#endif // WIDEVINE_CDM_VERSION_H_
|