blob: 3b2ea3cd625e9bce1636ab1cff00d54b66a319b0 [file] [log] [blame]
Sungtak Lee90584d22022-09-06 16:05:58 +00001// Copyright (C) 2022 The Android Open Source Project
2//
3// Licensed under the Apache License, Version 2.0 (the "License");
4// you may not use this file except in compliance with the License.
5// You may obtain a copy of the License at
6//
7// http://www.apache.org/licenses/LICENSE-2.0
8//
9// Unless required by applicable law or agreed to in writing, software
10// distributed under the License is distributed on an "AS IS" BASIS,
11// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12// See the License for the specific language governing permissions and
13// limitations under the License.
14
15aidl_interface {
16 name: "android.hardware.media.bufferpool2",
17 vendor_available: true,
18 srcs: ["android/hardware/media/bufferpool2/*.aidl"],
19 imports: [
20 "android.hardware.common-V2",
21 "android.hardware.common.fmq-V1",
22 ],
23 stability: "vintf",
24 backend: {
25 cpp: {
26 enabled: false,
27 },
28 java: {
29 enabled: false,
30 },
31 ndk: {
32 enabled: true,
33 },
34 },
35}