summaryrefslogtreecommitdiffstats
path: root/vold.conf
diff options
context:
space:
mode:
Diffstat (limited to 'vold.conf')
-rw-r--r--vold.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/vold.conf b/vold.conf
new file mode 100644
index 0000000..b3829ac
--- /dev/null
+++ b/vold.conf
@@ -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
+ media_path /devices/platform/s3c-sdhci.0/mmc_host/mmc0
+
+ media_type mmc
+ mount_point /sdcard
+ ums_path /devices/platform/s3c-usbgadget/gadget/lun0
+}