OSDN Git Service

auto import from //depot/cupcake/@136745
authorThe Android Open Source Project <initial-contribution@android.com>
Fri, 6 Mar 2009 04:00:41 +0000 (20:00 -0800)
committerThe Android Open Source Project <initial-contribution@android.com>
Fri, 6 Mar 2009 04:00:41 +0000 (20:00 -0800)
data/etc/vold.conf [new file with mode: 0644]

diff --git a/data/etc/vold.conf b/data/etc/vold.conf
new file mode 100644 (file)
index 0000000..7888936
--- /dev/null
@@ -0,0 +1,10 @@
+## vold configuration file for the emulator/SDK
+
+volume_sdcard {
+    ## This is the direct uevent device path to the SD slot on the device
+    emu_media_path /devices/platform/goldfish_mmc.0/mmc_host/mmc0
+
+    media_type     mmc
+    mount_point    /sdcard
+    ums_path       /devices/platform/usb_mass_storage/lun0
+}