commit | 4b29fe640ae852c04d5d87d0f9527bdc32177ad1 | [log] [tgz] |
---|---|---|
author | Jean-Baptiste Queru <jbq@google.com> | Thu Nov 12 18:46:23 2009 -0800 |
committer | Jean-Baptiste Queru <jbq@google.com> | Thu Nov 12 18:46:23 2009 -0800 |
tree | 310b38e74c5942a86975af4bcb32d3adab9b6e88 | |
parent | 85b3fcc5de004999756c1e90bcf845480217b3f6 [diff] [blame] |
eclair snapshot
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 +}