This website requires JavaScript.
Explore
Help
Register
Sign In
tequilaOS
/
platform_hardware_interfaces
Watch
2
Star
0
Fork
You've already forked platform_hardware_interfaces
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
f657ce53b4
platform_hardware_interfaces
/
configstore
/
Android.bp
7 lines
111 B
Text
Raw
Normal View
History
Unescape
Escape
configstore: add configstore@1.0 HAL This change adds configstore@1.0 HAL which provides static configuration values to the framework. As a first attempt, a configuration item in the surfaceflinger (VSYNC_EVENT_PHASE_OFFSET_NS) is choosen and converted to a HAL function named vsyncEventPhaseoffsetNs(). Design doc: go/design-confighal Bug: 34314793 Test: build & run. make sure that configstore is up and running. $ ps -A | grep configstore Change-Id: Ibc70b14176d2e0144a5745d71ceba49ebc3ca706
2017-01-14 11:40:33 +01:00
// This is an autogenerated file, do not edit.
subdirs = [
"1.0",
Write VTS target test for Configstore HAL Bug: 35915192 Test: make vts -j40 && vts-tradefed run commandAndExit vts --module VtsHalConfigstoreV1_0Target Change-Id: I85692a0cf140b62adaa6b5384fea6d3b4090ba98
2017-04-13 11:35:41 +02:00
"1.0/vts/functional",
configstore: add utility library functions for configstore this change adds a set of library functions to facilitate accessing(retrieving) configuration items. Specifically, added template functions for accessing configuration items for following types: OptionalBool, OptionalInt32, OptionalUInt32, OptionalInt64, OptionalUInt64, OptionalString Design doc: go/design-confighal Bug: 34724435 Test: build, run Change-Id: Icca56d0d9e086b9d94c9b1168df041bf7d418698
2017-01-23 11:09:02 +01:00
"utils",
configstore: add configstore@1.0 HAL This change adds configstore@1.0 HAL which provides static configuration values to the framework. As a first attempt, a configuration item in the surfaceflinger (VSYNC_EVENT_PHASE_OFFSET_NS) is choosen and converted to a HAL function named vsyncEventPhaseoffsetNs(). Design doc: go/design-confighal Bug: 34314793 Test: build & run. make sure that configstore is up and running. $ ps -A | grep configstore Change-Id: Ibc70b14176d2e0144a5745d71ceba49ebc3ca706
2017-01-14 11:40:33 +01:00
]
Reference in a new issue
Copy permalink