summaryrefslogtreecommitdiffstats
path: root/data/etc
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@android.com>2011-02-27 16:49:23 -0800
committerMike Lockwood <lockwood@android.com>2011-02-28 17:25:57 -0800
commit27555315629ffce59a19bd03ba51a8323cc864b0 (patch)
treee5dd9f3819424ed85d4632d4aecda370270683fe /data/etc
parentf4ca247158ffb83139d675ac0e1d25239c310be2 (diff)
downloadframeworks_base-27555315629ffce59a19bd03ba51a8323cc864b0.zip
frameworks_base-27555315629ffce59a19bd03ba51a8323cc864b0.tar.gz
frameworks_base-27555315629ffce59a19bd03ba51a8323cc864b0.tar.bz2
USB accessory support library
This provides a mechanism for developing applications to work with USB accessories in versions of android prior to the introduction of the android.hardware.UsbManager APIs. Applications should link against the com.google.android.usb library to use this support. Change-Id: I48ff80467fd9a6667aa84a758eca754132f546b9 Signed-off-by: Mike Lockwood <lockwood@android.com>
Diffstat (limited to 'data/etc')
-rw-r--r--data/etc/com.google.android.usb.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/data/etc/com.google.android.usb.xml b/data/etc/com.google.android.usb.xml
new file mode 100644
index 0000000..fae3d23
--- /dev/null
+++ b/data/etc/com.google.android.usb.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2011 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.
+-->
+
+<permissions>
+ <library name="com.google.android.usb"
+ file="/system/framework/com.google.android.usb.jar" />
+</permissions>