diff options
author | Yuncheol Heo <ycheo@google.com> | 2014-07-10 20:48:23 +0900 |
---|---|---|
committer | Yuncheol Heo <ycheo@google.com> | 2014-07-11 15:37:33 +0900 |
commit | ab82390e1f8bcfc5ca569f3b65022db531194204 (patch) | |
tree | c91f2d6e71e15ee445814d70bfcbcf1361dc0fe5 /data | |
parent | 16cec83a6604777ffdf89b72d9fc474f0c0b73b5 (diff) | |
download | frameworks_native-ab82390e1f8bcfc5ca569f3b65022db531194204.zip frameworks_native-ab82390e1f8bcfc5ca569f3b65022db531194204.tar.gz frameworks_native-ab82390e1f8bcfc5ca569f3b65022db531194204.tar.bz2 |
Add HDMI-CEC feature xml.
Change-Id: I51af146550cd72564e89874c867c181326d15f2c
Diffstat (limited to 'data')
-rw-r--r-- | data/etc/android.hardware.hdmi.cec.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/data/etc/android.hardware.hdmi.cec.xml b/data/etc/android.hardware.hdmi.cec.xml new file mode 100644 index 0000000..e25ca56 --- /dev/null +++ b/data/etc/android.hardware.hdmi.cec.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2014 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 HDMI-CEC. --> +<permissions> + <feature name="android.hardware.hdmi.cec" /> +</permissions> + |