blob: 874ef4cd3b8f25bc45db90e6a5af520e212902f3 [file] [log] [blame]
Robert Shih2194bb42021-01-16 20:29:56 -08001/**
2 * Copyright (C) 2021 The Android Open Source Project
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16package android.hardware.drm@1.4;
17
18import @1.2::ICryptoPlugin;
19
20/**
21 * ICryptoPlugin is the HAL for vendor-provided crypto plugins.
22 * It allows crypto sessions to be opened and operated on, to
23 * load crypto keys for a codec to decrypt protected video content.
24 */
25interface ICryptoPlugin extends @1.2::ICryptoPlugin {
26};