blob: 76cc5012f8250ca03dca77b65aa3913e8205f6fe [file] [log] [blame]
<?xml version='1.0' encoding='utf-8'?>
<!-- Copyright (C) 2021 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<powerPolicy version="1.0">
<policyGroups defaultPolicyGroup="mixed_policy_group">
<policyGroup id="basic_policy_group">
<defaultPolicy state="WaitForVHAL" id="policy_id_other_on"/>
<defaultPolicy state="On" id="policy_id_other_untouched"/>
</policyGroup>
<policyGroup id="no_default_policy_group">
<noDefaultPolicy state="WaitForVHAL"/>
<noDefaultPolicy state="On"/>
</policyGroup>
<policyGroup id="mixed_policy_group">
<defaultPolicy state="WaitForVHAL" id="policy_id_other_on"/>
<noDefaultPolicy state="On"/>
</policyGroup>
</policyGroups>
<policies>
<policy id="expected_to_be_registered">
<otherComponents behavior="on"/>
</policy>
<policy id="policy_id_other_off">
<otherComponents behavior="off"/>
<component id="POWER_COMPONENT_AUDIO">off</component>
<component id="POWER_COMPONENT_DISPLAY">off</component>
<component id="POWER_COMPONENT_WIFI">on</component>
<component id="POWER_COMPONENT_VISUAL_INTERACTION">off</component>
<component id="POWER_COMPONENT_TRUSTED_DEVICE_DETECTION">off</component>
</policy>
<policy id="policy_id_other_untouched">
<otherComponents behavior="untouched"/>
<component id="POWER_COMPONENT_AUDIO">on</component>
<component id="POWER_COMPONENT_DISPLAY">on</component>
<component id="POWER_COMPONENT_BLUETOOTH">on</component>
<component id="POWER_COMPONENT_WIFI">on</component>
<component id="POWER_COMPONENT_VOICE_INTERACTION">on</component>
<component id="POWER_COMPONENT_VISUAL_INTERACTION">on</component>
<component id="POWER_COMPONENT_TRUSTED_DEVICE_DETECTION">on</component>
</policy>
<policy id="policy_id_other_on">
<otherComponents behavior="on"/>
<component id="POWER_COMPONENT_AUDIO">off</component>
<component id="POWER_COMPONENT_VOICE_INTERACTION">off</component>
<component id="POWER_COMPONENT_VISUAL_INTERACTION">off</component>
<component id="POWER_COMPONENT_TRUSTED_DEVICE_DETECTION">off</component>
</policy>
<policy id="policy_id_other_none">
<component id="POWER_COMPONENT_AUDIO">off</component>
<component id="POWER_COMPONENT_WIFI">on</component>
<component id="POWER_COMPONENT_VOICE_INTERACTION">off</component>
<component id="POWER_COMPONENT_VISUAL_INTERACTION">off</component>
<component id="POWER_COMPONENT_TRUSTED_DEVICE_DETECTION">off</component>
</policy>
</policies>
<systemPolicyOverrides>
<policy id="system_power_policy_no_user_interaction">
<component id="POWER_COMPONENT_BLUETOOTH">on</component>
<component id="POWER_COMPONENT_NFC">on</component>
<component id="POWER_COMPONENT_TRUSTED_DEVICE_DETECTION">off</component>
</policy>
</systemPolicyOverrides>
</powerPolicy>