summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2012-01-19 21:21:20 +0530
committerAmit Pundir <amit.pundir@linaro.org>2012-01-19 21:21:20 +0530
commitb8ab58a3209418cb251b2870777ff474bf338e51 (patch)
treed078797b1788174c4a22b909fc520789b2bab066
parent3df369c0e56f815b36eeadefcf1404780ce208e3 (diff)
move common configuration files here
Change-Id: I91e7ad8aa22ae89c6447743e994cd242484c7545 Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
-rw-r--r--android.hardware.bluetooth.xml20
-rwxr-xr-xwpa_supplicant.conf6
2 files changed, 26 insertions, 0 deletions
diff --git a/android.hardware.bluetooth.xml b/android.hardware.bluetooth.xml
new file mode 100644
index 0000000..00a2278
--- /dev/null
+++ b/android.hardware.bluetooth.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 WiFi. -->
+<permissions>
+ <feature name="android.hardware.bluetooth" />
+</permissions>
diff --git a/wpa_supplicant.conf b/wpa_supplicant.conf
new file mode 100755
index 0000000..a08eb33
--- /dev/null
+++ b/wpa_supplicant.conf
@@ -0,0 +1,6 @@
+##### wpa_supplicant configuration file template #####
+update_config=1
+ctrl_interface=wlan0
+eapol_version=1
+ap_scan=1
+fast_reauth=1