development
Revision | 9b690286caa64d0c550c53e6ac900308cc7fae7e (tree) |
---|---|
Zeit | 2009-03-06 13:00:41 |
Autor | The Android Open Source Project <initial-contribution@andr...> |
Commiter | The Android Open Source Project |
auto import from //depot/cupcake/@136745
@@ -0,0 +1,10 @@ | ||
1 | +## vold configuration file for the emulator/SDK | |
2 | + | |
3 | +volume_sdcard { | |
4 | + ## This is the direct uevent device path to the SD slot on the device | |
5 | + emu_media_path /devices/platform/goldfish_mmc.0/mmc_host/mmc0 | |
6 | + | |
7 | + media_type mmc | |
8 | + mount_point /sdcard | |
9 | + ums_path /devices/platform/usb_mass_storage/lun0 | |
10 | +} |