Files
hardware_interfaces/configstore/1.1/Android.bp
Jaesoo Lee 712ee82162 configstore: configstore HAL uprev'ed to 1.1
This change provides a reference implementation of the configstore HAL
v1.1.

Bug: 69691076
Test: tested on walleye-userdebug
Change-Id: I68ee224bcbda64f6fef91e8a0f95adb32d504aad
2018-05-23 15:48:36 -07:00

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,
}