0fcf8ea137
Revert "sdm660-common: rootdir: Clean part of Unexported properties" Revert "sdm660-common: power-libperfmgr: Reduce GPU idle timer to 64ms"
27 lines
1,012 B
XML
27 lines
1,012 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
* Copyright (c) 2019 Qualcomm Technologies, Inc.
|
|
* All Rights Reserved.
|
|
* Confidential and Proprietary - Qualcomm Technologies, Inc.
|
|
-->
|
|
|
|
<!-- This is PerfConfigsStore file which returns the value when a
|
|
particular property name is invoked -->
|
|
|
|
<!-- This file supports only Prop tag, which has the following fields
|
|
* Name, to identify the name of the property. The names of the
|
|
properties have been classified into Vendor and System property.
|
|
* Value, the new value to be returned as string when respective
|
|
property Name is called. -->
|
|
|
|
<PerfConfigsStore>
|
|
<PerfConfigs>
|
|
|
|
<!--System Properties -->
|
|
<Prop Name="ro.vendor.qti.sys.fw.bg_apps_limit" Value="38" />
|
|
<Prop Name="ro.vendor.at_library" Value="libqti-at.so" />
|
|
<Prop Name="ro.lmk.enable_userspace_lmk" Value="false" />
|
|
<Prop Name="vendor.perf.gestureflingboost.enable" Value="true" />
|
|
|
|
</PerfConfigs>
|
|
</PerfConfigsStore>
|