aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Cerqueira <ricardo@cyngn.com>2015-11-05 16:42:46 +0000
committerRicardo Cerqueira <ricardo@cyngn.com>2015-11-05 16:43:32 +0000
commit0bd47b6737452a4e8a0a9a155d1898738f1df2ba (patch)
treeb0c906662536301819c95d32502be3bb0d81dc3c
parent745c964c5c6df49afd154cd0dfc24e5e9047ef31 (diff)
PerfManager moved to the CMSDK, adjust overlays accordingly
Change-Id: I62fb61b67e6096733be1b3bd7eaa609d80295b55
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml4
-rw-r--r--overlay/vendor/cmsdk/cm/res/res/values/config.xml23
2 files changed, 23 insertions, 4 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 98c7052..bec49e4 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -150,10 +150,6 @@
<!-- Make things go fast -->
<bool name="config_ui_enableFadingMarquee">false</bool>
- <!-- Performance profiles -->
- <string name="config_perf_profile_prop">powerhal</string>
- <string name="config_perf_profile_default_entry">1</string>
-
<!-- Configuration to restart radio upon PDP_DEACTIVATE with
error cause as Regular deactivation(36). -->
<bool name="config_restart_radio_on_pdp_fail_regular_deactivation">false</bool>
diff --git a/overlay/vendor/cmsdk/cm/res/res/values/config.xml b/overlay/vendor/cmsdk/cm/res/res/values/config.xml
new file mode 100644
index 0000000..3284253
--- /dev/null
+++ b/overlay/vendor/cmsdk/cm/res/res/values/config.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2015 The CyanogenMod Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+
+ <!-- Performance profiles -->
+ <string name="config_perf_profile_prop">powerhal</string>
+ <string name="config_perf_profile_default_entry">1</string>
+
+</resources>