summaryrefslogtreecommitdiff
path: root/automotive/powerpolicy/aidl/android/frameworks/automotive/powerpolicy/CarPowerPolicy.aidl
diff options
context:
space:
mode:
Diffstat (limited to 'automotive/powerpolicy/aidl/android/frameworks/automotive/powerpolicy/CarPowerPolicy.aidl')
-rw-r--r--automotive/powerpolicy/aidl/android/frameworks/automotive/powerpolicy/CarPowerPolicy.aidl10
1 files changed, 10 insertions, 0 deletions
diff --git a/automotive/powerpolicy/aidl/android/frameworks/automotive/powerpolicy/CarPowerPolicy.aidl b/automotive/powerpolicy/aidl/android/frameworks/automotive/powerpolicy/CarPowerPolicy.aidl
index 80267e6..9128786 100644
--- a/automotive/powerpolicy/aidl/android/frameworks/automotive/powerpolicy/CarPowerPolicy.aidl
+++ b/automotive/powerpolicy/aidl/android/frameworks/automotive/powerpolicy/CarPowerPolicy.aidl
@@ -38,4 +38,14 @@ parcelable CarPowerPolicy {
* List of power components to be disabled.
*/
PowerComponent[] disabledComponents;
+
+ /**
+ * List of custom power components to be enabled.
+ */
+ int[] enabledCustomComponents = {};
+
+ /**
+ * List of custom power components to be disabled.
+ */
+ int[] disabledCustomComponents = {};
}