vendor_xiaomi_onyx/proprietary/vendor/etc/pwr/PowerFeatureConfig.xml
zenin1504 737bba2d3d onyx: Push vendor repo here
Change-Id: If8d0b57acc6b41c28c7a331e41db44d2
Signed-off-by: zenin1504 <me.zenin1504.dev@gmail.com>
2026-06-26 20:21:50 +08:00

38 lines
1.1 KiB
XML

<!--
/******************************************************************************
@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>