mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:09:42 +00:00
HIDL libs are not necessarily part of VNDK now. Because some are
used by VNDK libs, they are still VNDK. But rest are now just
vendor-available.
.hidl_for_test files are also removed because they are used to exclude
test-purpose hidl libs from VNDK libs.
Instead, .hidl_for_system_ext files are added to tests/lazy to
distinguish them from others which are installed /system.
Bug: 143933769
Test: update-makefiles.sh && m com.android.vndk.current
Merged-In: Ia81312dda340b6b5cbdd7a3c21e1d323bda39a4a
Change-Id: Ia81312dda340b6b5cbdd7a3c21e1d323bda39a4a
(cherry picked from commit b0907a6bb8)
31 lines
934 B
Plaintext
31 lines
934 B
Plaintext
// This file is autogenerated by hidl-gen -Landroidbp.
|
|
|
|
hidl_interface {
|
|
name: "android.hardware.media.c2@1.0",
|
|
root: "android.hardware",
|
|
srcs: [
|
|
"types.hal",
|
|
"IComponent.hal",
|
|
"IComponentInterface.hal",
|
|
"IComponentListener.hal",
|
|
"IComponentStore.hal",
|
|
"IConfigurable.hal",
|
|
"IInputSink.hal",
|
|
"IInputSurface.hal",
|
|
"IInputSurfaceConnection.hal",
|
|
],
|
|
interfaces: [
|
|
"android.hardware.graphics.bufferqueue@1.0",
|
|
"android.hardware.graphics.bufferqueue@2.0",
|
|
"android.hardware.graphics.common@1.0",
|
|
"android.hardware.graphics.common@1.1",
|
|
"android.hardware.graphics.common@1.2",
|
|
"android.hardware.media.bufferpool@2.0",
|
|
"android.hardware.media.omx@1.0",
|
|
"android.hardware.media@1.0",
|
|
"android.hidl.base@1.0",
|
|
"android.hidl.safe_union@1.0",
|
|
],
|
|
gen_java: false,
|
|
}
|