1e9fec5451704893412c8e707940483a6bdb5f238John W. Bruce/*
2e9fec5451704893412c8e707940483a6bdb5f238John W. Bruce * Copyright (C) 2017 The Android Open Source Project
3e9fec5451704893412c8e707940483a6bdb5f238John W. Bruce *
4e9fec5451704893412c8e707940483a6bdb5f238John W. Bruce * Licensed under the Apache License, Version 2.0 (the "License");
5e9fec5451704893412c8e707940483a6bdb5f238John W. Bruce * you may not use this file except in compliance with the License.
6e9fec5451704893412c8e707940483a6bdb5f238John W. Bruce * You may obtain a copy of the License at
7e9fec5451704893412c8e707940483a6bdb5f238John W. Bruce *
8e9fec5451704893412c8e707940483a6bdb5f238John W. Bruce *      http://www.apache.org/licenses/LICENSE-2.0
9e9fec5451704893412c8e707940483a6bdb5f238John W. Bruce *
10e9fec5451704893412c8e707940483a6bdb5f238John W. Bruce * Unless required by applicable law or agreed to in writing, software
11e9fec5451704893412c8e707940483a6bdb5f238John W. Bruce * distributed under the License is distributed on an "AS IS" BASIS,
12e9fec5451704893412c8e707940483a6bdb5f238John W. Bruce * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13e9fec5451704893412c8e707940483a6bdb5f238John W. Bruce * See the License for the specific language governing permissions and
14e9fec5451704893412c8e707940483a6bdb5f238John W. Bruce * limitations under the License.
15e9fec5451704893412c8e707940483a6bdb5f238John W. Bruce */
16e9fec5451704893412c8e707940483a6bdb5f238John W. Bruce
17e9fec5451704893412c8e707940483a6bdb5f238John W. Bruce#ifndef DRM_PLUGIN_PATH_H_
18e9fec5451704893412c8e707940483a6bdb5f238John W. Bruce
19e9fec5451704893412c8e707940483a6bdb5f238John W. Bruce#define DRM_PLUGIN_PATH_H_
20e9fec5451704893412c8e707940483a6bdb5f238John W. Bruce
21e9fec5451704893412c8e707940483a6bdb5f238John W. Brucenamespace android {
22e9fec5451704893412c8e707940483a6bdb5f238John W. Bruce
23e9fec5451704893412c8e707940483a6bdb5f238John W. Bruceconst char* getDrmPluginPath();
24e9fec5451704893412c8e707940483a6bdb5f238John W. Bruce
25e9fec5451704893412c8e707940483a6bdb5f238John W. Bruce}  // namespace android
26e9fec5451704893412c8e707940483a6bdb5f238John W. Bruce
27e9fec5451704893412c8e707940483a6bdb5f238John W. Bruce#endif  // DRM_PLUGIN_PATH_H_
28