summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@android.com>2011-06-15 12:41:50 -0400
committerMike Lockwood <lockwood@android.com>2011-06-17 16:34:48 -0400
commit92513d2b2b4df3c047113e8bd32cd8a6d84355c3 (patch)
treef8eb178345a06eb7fb3c34c2809776c647937484 /overlay
parent951e0ba473f5473beb90f619151434e810d7b4e0 (diff)
downloaddevice_samsung_tuna-92513d2b2b4df3c047113e8bd32cd8a6d84355c3.zip
device_samsung_tuna-92513d2b2b4df3c047113e8bd32cd8a6d84355c3.tar.gz
device_samsung_tuna-92513d2b2b4df3c047113e8bd32cd8a6d84355c3.tar.bz2
Add path to ISO image for AFT installer
Change-Id: I311ad9db32ca2613aed03023fe9dc9fc94203de5 Signed-off-by: Mike Lockwood <lockwood@android.com>
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
new file mode 100644
index 0000000..72263b1
--- /dev/null
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 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.
+*/
+-->
+
+<!-- These resources are around just to allow their values to be customized
+ for different hardware and product builds. -->
+<resources>
+
+ <!-- Path to an ISO image to be shared with via USB mass storage.
+ This image contains an installer for the AFT file transfer tool. -->
+ <string translatable="false" name="config_isoImagePath">/system/etc/AftInstallerImage.iso</string>
+
+</resources>