blob: 3c3575d6ab4d32f983c3b279bf957122533f60ca [file] [log] [blame]
Steven Morelanda1169dd2017-11-09 19:05:17 -08001// This file is autogenerated by hidl-gen -Landroidbp.
Chia-I Wuacce6992016-09-20 06:52:43 +08002
Bob Badourb224b362021-02-12 20:13:01 -08003package {
Aditya Choudharyc5c6c622024-01-31 11:06:17 +00004 default_team: "trendy_team_android_core_graphics_stack",
Bob Badourb224b362021-02-12 20:13:01 -08005 // See: http://go/android-license-faq
6 // A large-scale-change added 'default_applicable_licenses' to import
7 // all of the 'license_kinds' from "hardware_interfaces_license"
8 // to get the below license kinds:
9 // SPDX-license-identifier-Apache-2.0
10 default_applicable_licenses: ["hardware_interfaces_license"],
11}
12
Steven Morelanda1169dd2017-11-09 19:05:17 -080013hidl_interface {
14 name: "android.hardware.graphics.composer@2.1",
15 root: "android.hardware",
Tri Voce608be2017-02-07 19:13:25 -080016 srcs: [
17 "types.hal",
18 "IComposer.hal",
19 "IComposerCallback.hal",
20 "IComposerClient.hal",
21 ],
Steven Morelanda1169dd2017-11-09 19:05:17 -080022 interfaces: [
Chia-I Wu1c457272016-11-17 10:11:32 +080023 "android.hardware.graphics.common@1.0",
Steven Morelanda1169dd2017-11-09 19:05:17 -080024 "android.hidl.base@1.0",
Chia-I Wuacce6992016-09-20 06:52:43 +080025 ],
Steven Morelanda1169dd2017-11-09 19:05:17 -080026 gen_java: false,
Chia-I Wuacce6992016-09-20 06:52:43 +080027}