mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 23:48:30 +00:00
This change provides a reference implementation of the configstore HAL v1.1. Bug: 69691076 Test: tested on walleye-userdebug Change-Id: I68ee224bcbda64f6fef91e8a0f95adb32d504aad
24 lines
482 B
Plaintext
24 lines
482 B
Plaintext
// This file is autogenerated by hidl-gen -Landroidbp.
|
|
|
|
hidl_interface {
|
|
name: "android.hardware.configstore@1.1",
|
|
root: "android.hardware",
|
|
vndk: {
|
|
enabled: true,
|
|
},
|
|
srcs: [
|
|
"types.hal",
|
|
"ISurfaceFlingerConfigs.hal",
|
|
],
|
|
interfaces: [
|
|
"android.hardware.configstore@1.0",
|
|
"android.hidl.base@1.0",
|
|
],
|
|
types: [
|
|
"DisplayOrientation",
|
|
"OptionalDisplayOrientation",
|
|
],
|
|
gen_java: true,
|
|
}
|
|
|