Files
proprietary_vendor_xiaomi_s…/proprietary/vendor/etc/lm/sPLHFeature.xml

80 linhas
2.9 KiB
XML

<!--
/******************************************************************************
@file sPLHFeature.xml
@brief Implementation of Android Framework Learning Module
DESCRIPTION
Each feature has an xml file to define the components
===========================================================================
Copyright (c) 2020-2021 Qualcomm Technologies, Inc.
All Rights Reserved.
Confidential and Proprietary - Qualcomm Technologies, Inc.
===========================================================================
******************************************************************************/
-->
<!--
Follows "Data goes into elements, metadata goes into attributes"
Specify ipc threashold and freq threashold for 60,90,120,144::
<Configs>
<FPS60>IPC1,FREQ1,IPC2,FREQ2,IPC3,FREQ3</FPS60>
</Configs>
-->
<!-- <FPS60>0,690,80,1600,120,2000</FPS60>
<FPS90>0,690,80,1600,120,2000</FPS90>
<FPS144>0,690,80,1600,120,2000</FPS144>
-->
<Feature>
<Name>sPLH</Name>
<Configs target="taro">
<FPS>60,90,120,144,180,240</FPS>
<FPS60>0,690,80,1600,120,2000</FPS60>
<FPS90>0,690,80,1600,120,2000</FPS90>
<FPS120>0,690,80,1600,120,2000</FPS120>
<FPS144>0,690,80,1600,120,2000</FPS144>
<FPS180>0,690,80,1600,120,2000</FPS180>
<FPS240>0,690,80,1600,120,2000</FPS240>
</Configs>
<Configs target="diwali">
<FPS>60,90,120,144,180,240</FPS>
<FPS60>0,690,80,1600,120,2000</FPS60>
<FPS90>0,690,80,1600,120,2000</FPS90>
<FPS120>0,690,80,1600,120,2000</FPS120>
<FPS144>0,690,80,1600,120,2000</FPS144>
<FPS180>0,690,80,1600,120,2000</FPS180>
<FPS240>0,690,80,1600,120,2000</FPS240>
</Configs>
<Configs target="cape">
<FPS>60,90,120,144,180,240</FPS>
<FPS60>0,690,80,1600,120,2000</FPS60>
<FPS90>0,690,80,1600,120,2000</FPS90>
<FPS120>0,690,80,1600,120,2000</FPS120>
<FPS144>0,690,80,1600,120,2000</FPS144>
<FPS180>0,690,80,1600,120,2000</FPS180>
<FPS240>0,690,80,1600,120,2000</FPS240>
</Configs>
<Configs target="ukee">
<FPS>60,90,120,144,180,240</FPS>
<FPS60>0,690,80,1600,120,2000</FPS60>
<FPS90>0,690,80,1600,120,2000</FPS90>
<FPS120>0,690,80,1600,120,2000</FPS120>
<FPS144>0,690,80,1600,120,2000</FPS144>
<FPS180>0,690,80,1600,120,2000</FPS180>
<FPS240>0,690,80,1600,120,2000</FPS240>
</Configs>
<Libname>libsplh.so</Libname>
<Triggers>
<Trigger>
<Primary>true</Primary>
<AsyncId>VENDOR_HINT_SCROLL_BOOST</AsyncId>
<AsyncType>1</AsyncType>
</Trigger>
<Trigger>
<Primary>true</Primary>
<AsyncId>VENDOR_HINT_SCROLL_BOOST</AsyncId>
<AsyncType>2</AsyncType>
</Trigger>
</Triggers>
</Feature>