summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJef Oliver <jef@eljef.me>2013-01-30 00:20:36 -0800
committerGerrit Code Review <gerrit@review.cyanogenmod.com>2013-01-30 00:20:36 -0800
commitf13a3809ab38f690825d2b0d41b59ec6d1368973 (patch)
tree4d8f419d3a075cb077ed9829950994bc5dd57d9f
parentc9d395f986e2a271b3bce497449da270bcaf38b2 (diff)
parent73f454cc0790e782ffdd361768482a2b38570084 (diff)
downloadframeworks_native-f13a3809ab38f690825d2b0d41b59ec6d1368973.zip
frameworks_native-f13a3809ab38f690825d2b0d41b59ec6d1368973.tar.gz
frameworks_native-f13a3809ab38f690825d2b0d41b59ec6d1368973.tar.bz2
Merge "FM Radio: Add support for FM Radio in Android" into cm-10.1
-rw-r--r--data/etc/com.stericsson.hardware.fm.receiver.xml20
-rw-r--r--data/etc/com.stericsson.hardware.fm.transmitter.xml20
2 files changed, 40 insertions, 0 deletions
diff --git a/data/etc/com.stericsson.hardware.fm.receiver.xml b/data/etc/com.stericsson.hardware.fm.receiver.xml
new file mode 100644
index 0000000..13092fa
--- /dev/null
+++ b/data/etc/com.stericsson.hardware.fm.receiver.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 The Android Open Source 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.
+-->
+
+<!-- This is the standard feature indicating that the device includes FM receiver. -->
+<permissions>
+ <feature name="com.stericsson.hardware.fm.receiver" />
+</permissions>
diff --git a/data/etc/com.stericsson.hardware.fm.transmitter.xml b/data/etc/com.stericsson.hardware.fm.transmitter.xml
new file mode 100644
index 0000000..9b51c03
--- /dev/null
+++ b/data/etc/com.stericsson.hardware.fm.transmitter.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 The Android Open Source 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.
+-->
+
+<!-- This is the standard feature indicating that the device includes FM transmitter. -->
+<permissions>
+ <feature name="com.stericsson.hardware.fm.transmitter" />
+</permissions>