summaryrefslogtreecommitdiffstats
path: root/core/res/res/values/cm_symbols.xml
diff options
context:
space:
mode:
authorAdnan Begovic <adnan@cyngn.com>2015-04-26 02:29:03 -0700
committerAdnan Begovic <adnan@cyngn.com>2015-10-15 16:17:53 -0700
commit0e4ac33b1eab6be4b7cdc3492a9777aaefb3affd (patch)
treeb4926ecffcaa6aca2399670c1953e21762e2bd47 /core/res/res/values/cm_symbols.xml
parentb5f732facdc9778601ca37b488e0762b5b037a24 (diff)
downloadframeworks_base-0e4ac33b1eab6be4b7cdc3492a9777aaefb3affd.zip
frameworks_base-0e4ac33b1eab6be4b7cdc3492a9777aaefb3affd.tar.gz
frameworks_base-0e4ac33b1eab6be4b7cdc3492a9777aaefb3affd.tar.bz2
SystemServer: Allow starting of overlaid external services.
This allows external services overlaid in vendor/ whose implementation is in a different framework jar to be explicitly started via reflection similar to WIFI_SERVICE Change-Id: I119eda4ab0f447b5bee88e7634a20bdd569ef017
Diffstat (limited to 'core/res/res/values/cm_symbols.xml')
-rw-r--r--core/res/res/values/cm_symbols.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/core/res/res/values/cm_symbols.xml b/core/res/res/values/cm_symbols.xml
new file mode 100644
index 0000000..6ed09b9
--- /dev/null
+++ b/core/res/res/values/cm_symbols.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2012-2015 The CyanogenMod Project
+ Copyright (c) 2013, The Linux Foundation. All rights reserved.
+
+ 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>
+ <!-- We don't want to publish private symbols in android.R as part of the
+ SDK. Instead, put them here. -->
+ <private-symbols package="com.android.internal" />
+
+ <!-- Private symbols that we need to reference from framework code. See
+ frameworks/base/core/res/MakeJavaSymbols.sed for how to easily generate
+ this.
+ -->
+ <!-- External CM specific core services -->
+ <java-symbol type="array" name="config_externalCMServices" />
+</resources>