summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorAlex Ray <aray@google.com>2013-10-03 13:09:37 -0700
committerAlex Ray <aray@google.com>2013-10-03 13:09:37 -0700
commitd457ec52d7023e9a6112f313cd2bf94293162214 (patch)
treecbbcb3b1db00412eaa2eda8eb4316a4dd371022a /data
parent48d3741ba5f4b3bb411ee5c083a11f4f52f9e907 (diff)
downloadframeworks_native-d457ec52d7023e9a6112f313cd2bf94293162214.zip
frameworks_native-d457ec52d7023e9a6112f313cd2bf94293162214.tar.gz
frameworks_native-d457ec52d7023e9a6112f313cd2bf94293162214.tar.bz2
Add feature android.hardware.consumerir xml file
Bug: 10676690 Change-Id: I2cc62b9c97a71588c43ff96ca38d470976bde9b0
Diffstat (limited to 'data')
-rw-r--r--data/etc/android.hardware.consumerir.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/data/etc/android.hardware.consumerir.xml b/data/etc/android.hardware.consumerir.xml
new file mode 100644
index 0000000..adba2f9
--- /dev/null
+++ b/data/etc/android.hardware.consumerir.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2013 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 can communicate
+ using Near-Field Communications (NFC). -->
+<permissions>
+ <feature name="android.hardware.consumerir" />
+</permissions>