vendor_xiaomi_onyx/proprietary/vendor/etc/pwr/PowerFeatureConfig.xml

38 lines
1.1 KiB
XML
Raw Normal View History

<!--
/******************************************************************************
@file PowerFeatureConfig.xml
@brief Power Optimization feature config xml
DESCRIPTION
This is to enable power features for optimization
===========================================================================
Copyright (c) 2024 Qualcomm Technologies, Inc.
All Rights Reserved.
Confidential and Proprietary - Qualcomm Technologies, Inc.
===========================================================================
******************************************************************************/
-->
<PowerFeature>
<Feature>
<Name>PSMPowerOptFeature</Name>
<Enable>0</Enable>
</Feature>
<Feature>
<Name>VideoPowerOptFeature</Name>
<Enable>1</Enable>
</Feature>
<Feature>
<Name>GamePowerOptFeature</Name>
<Enable>1</Enable>
</Feature>
<Feature>
<Name>OffScreenPowerOptFeature</Name>
<Enable>1</Enable>
</Feature>
<Feature>
<Name>CameraPowerOptFeature</Name>
<Enable>1</Enable>
</Feature>
</PowerFeature>