blob: 3e0a6fde7cae84998ecd15d3bcfe9b7ca35b3e13 [file] [log] [blame]
Ravi Jaind36b2b72024-09-30 08:35:31 +00001package: "vendor.vibrator.hal.flags"
2container: "vendor"
3
4flag {
5 name: "remove_capo"
6 namespace: "vibrator"
7 is_exported: true
8 description: "This flag controls the removal of utilizing Capo at the HAL level"
9 bug: "290223630"
10}
Nathan Kulczak25ac4cc2024-10-09 03:51:31 +000011
12flag {
13 name: "enable_pwle_v2"
14 namespace: "vibrator"
15 is_exported: true
16 description: "This flag enables the PWLE V2 APIs guarded by the CAP_COMPOSE_PWLE_EFFECTS_V2 compatability"
17 bug: "346570576"
18}