summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2012-03-26 16:28:42 -0700
committerColin Cross <ccross@android.com>2012-03-26 16:28:49 -0700
commitc30207630321a215ae87e34f4ac4516274755959 (patch)
treefb7fc3f4d2a122b7f84e337eb2c15c9e9299499d
parent36c9401016bf2892334a0cf4119a75dee45baa72 (diff)
downloadvoip-c30207630321a215ae87e34f4ac4516274755959.tar.gz
move hardware feature definitions
Move the hardware feature xml files from frameworks/base/data/etc to frameworks/native/data/etc. Change-Id: If7dc9d68c0c57516adb8e863b68c8252abd6014c
-rw-r--r--data/etc/android.software.sip.voip.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/data/etc/android.software.sip.voip.xml b/data/etc/android.software.sip.voip.xml
deleted file mode 100644
index edd06c1..0000000
--- a/data/etc/android.software.sip.voip.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?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 set of features for devices that support SIP-based VoIP. -->
-<permissions>
- <feature name="android.software.sip" />
- <feature name="android.software.sip.voip" />
-</permissions>