summaryrefslogtreecommitdiffstats
path: root/rootdir/etc
diff options
context:
space:
mode:
authorSan Mehat <san@google.com>2009-08-31 08:04:49 -0700
committerSan Mehat <san@google.com>2009-08-31 08:05:49 -0700
commit2dfe490f439e126119055e1888703cc3745f5389 (patch)
tree79e4c04a326566956dc491a0b8d47bbb23cd979c /rootdir/etc
parentd42ab257604f5fd9e039c843ede477da29f6f3cf (diff)
downloadsystem_core-2dfe490f439e126119055e1888703cc3745f5389.zip
system_core-2dfe490f439e126119055e1888703cc3745f5389.tar.gz
system_core-2dfe490f439e126119055e1888703cc3745f5389.tar.bz2
system: vold: Ensure a default vold.conf exists for generic target
Signed-off-by: San Mehat <san@google.com>
Diffstat (limited to 'rootdir/etc')
-rw-r--r--rootdir/etc/vold.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/rootdir/etc/vold.conf b/rootdir/etc/vold.conf
new file mode 100644
index 0000000..4e04509
--- /dev/null
+++ b/rootdir/etc/vold.conf
@@ -0,0 +1,10 @@
+## vold configuration file for the 'generic' target
+
+volume_sdcard {
+ ## This is the direct uevent device path to the SD slot on the device
+ media_path /devices/platform/goldfish_mmc.0/mmc_host/mmc0
+
+ media_type mmc
+ mount_point /sdcard
+ ums_path /devices/platform/usb_mass_storage/lun0
+}