sdm660-common: configs: remove useless qti-perf configs
* we are using power-libperfmgr Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
parent
1d9c6314b2
commit
aa804009da
4 changed files with 0 additions and 84 deletions
|
@ -1,46 +0,0 @@
|
||||||
<!--
|
|
||||||
/******************************************************************************
|
|
||||||
@file AdaptLaunchFeature.xml
|
|
||||||
@brief Implementation of Android Framework Learning Module
|
|
||||||
DESCRIPTION
|
|
||||||
Each feature has an xml file to define the components
|
|
||||||
===========================================================================
|
|
||||||
Copyright (c) 2017-2018 Qualcomm Technologies, Inc.
|
|
||||||
All Rights Reserved.
|
|
||||||
Confidential and Proprietary - Qualcomm Technologies, Inc.
|
|
||||||
===========================================================================
|
|
||||||
******************************************************************************/
|
|
||||||
-->
|
|
||||||
<!--
|
|
||||||
Follows "Data goes into elements, metadata goes into attributes"
|
|
||||||
-->
|
|
||||||
<Feature>
|
|
||||||
<Name>AdaptLaunch</Name>
|
|
||||||
<Libname>libadaptlaunch.so</Libname>
|
|
||||||
<Meters>
|
|
||||||
<SamplesRequired>4</SamplesRequired>
|
|
||||||
<Meter>
|
|
||||||
<Name>VmRss</Name>
|
|
||||||
<Triggers>
|
|
||||||
<Trigger>
|
|
||||||
<Primary>true</Primary>
|
|
||||||
<AsyncId>VENDOR_HINT_FIRST_LAUNCH_BOOST</AsyncId>
|
|
||||||
<AsyncType>1</AsyncType>
|
|
||||||
</Trigger>
|
|
||||||
<Trigger>
|
|
||||||
<Primary>false</Primary>
|
|
||||||
<AsyncId>VENDOR_HINT_TAP_EVENT</AsyncId>
|
|
||||||
</Trigger>
|
|
||||||
</Triggers>
|
|
||||||
<Samples>120</Samples>
|
|
||||||
<Fields>
|
|
||||||
<Field>VmRss:</Field>
|
|
||||||
</Fields>
|
|
||||||
</Meter>
|
|
||||||
</Meters>
|
|
||||||
<IgnoredApps>
|
|
||||||
<App>com.king.candycrushsaga</App>
|
|
||||||
<App>com.tencent.tmgp.sgame</App>
|
|
||||||
<App>com.tencent.ig</App>
|
|
||||||
</IgnoredApps>
|
|
||||||
</Feature>
|
|
|
@ -1,2 +0,0 @@
|
||||||
[priority] # This profile is reserved for perflock requests
|
|
||||||
99
|
|
|
@ -1,27 +0,0 @@
|
||||||
<?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>
|
|
|
@ -63,10 +63,6 @@ PRODUCT_PACKAGES_DEBUG += \
|
||||||
update_engine_client
|
update_engine_client
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Adapt Launch
|
|
||||||
PRODUCT_COPY_FILES += \
|
|
||||||
$(COMMON_PATH)/configs/lm/AdaptLaunchFeature.xml:$(TARGET_COPY_OUT_VENDOR)/etc/lm/AdaptLaunchFeature.xml
|
|
||||||
|
|
||||||
# Audio
|
# Audio
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.audio@7.1-impl \
|
android.hardware.audio@7.1-impl \
|
||||||
|
@ -512,11 +508,6 @@ PRODUCT_PACKAGES += \
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
$(COMMON_PATH)/configs/qmi_fw.conf:$(TARGET_COPY_OUT_VENDOR)/etc/qmi_fw.conf
|
$(COMMON_PATH)/configs/qmi_fw.conf:$(TARGET_COPY_OUT_VENDOR)/etc/qmi_fw.conf
|
||||||
|
|
||||||
# QTI Performance
|
|
||||||
PRODUCT_COPY_FILES += \
|
|
||||||
$(COMMON_PATH)/configs/perf/perf-profile0.conf:$(TARGET_COPY_OUT_VENDOR)/etc/perf/perf-profile0.conf \
|
|
||||||
$(COMMON_PATH)/configs/perf/perfconfigstore.xml:$(TARGET_COPY_OUT_VENDOR)/etc/perf/perfconfigstore.xml
|
|
||||||
|
|
||||||
# RIL
|
# RIL
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
extphonelib \
|
extphonelib \
|
||||||
|
|
Loading…
Reference in a new issue