1package: "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}
11
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}