* All files are updated from fogos U1UG34M.23-82-2 build Change-Id: If074cbde990b202568e2e8269347ff572fed135b
21 lines
742 B
XML
21 lines
742 B
XML
<!--
|
|
/******************************************************************************
|
|
@file PowerFeatureConfig.xml
|
|
@brief Power Optimization feature config xml
|
|
|
|
DESCRIPTION
|
|
This is to enable power features for optimization
|
|
|
|
===========================================================================
|
|
Copyright (c) 2020 Qualcomm Technologies, Inc.
|
|
All Rights Reserved.
|
|
Confidential and Proprietary - Qualcomm Technologies, Inc.
|
|
===========================================================================
|
|
******************************************************************************/
|
|
-->
|
|
<PowerFeature>
|
|
<Feature>
|
|
<Name>VideoPowerOptFeature</Name>
|
|
<Enable>1</Enable>
|
|
</Feature>
|
|
</PowerFeature>
|