omap3530/buildscripts/reallycleanbuild.mbc
author arunabha
Wed, 03 Mar 2010 13:10:32 +0000
changeset 23 117faf51deac
parent 0 6663340f3fc9
child 46 78c240f59c9d
permissions -rwxr-xr-x
Bug 1996 - Contribution for West Bridge Astoria Symbian Storage Driver this storage driver is for the West Bridge Astoria chipset. This device has a USB, SD and processor port for communication with a baseband processor. In our port, we connected this device DVK to the Beagleboard through the SPI interface of the OMAP3. After driver installation, the Symbian OS can see an external device or D: drive represented by the SD card. In this driver, the USB interface is not used directly, though this may be the subject of future contributions. The appropriate way to test the driver is to access the external volume and do file read and write to it, pretty much the same way you would test a thumb drive on your PC

//
// Metabld specification for building the variant and assp layers
// Make sure you have the assp code before running this script
// Invoke using the following command line: metabld beagle.mbc
//

SECTION_COMMANDS

bldmake bldfiles
abld export
abld makefile
abld clean
abld reallyclean
bldmake clean
bldmake bldfiles
abld export
abld makefile
abld library
abld target

SECTION_DIRS

..\assp
..\omap3530_drivers\gpio
..\omap3530_drivers\i2c
..\omap3530_drivers\prcm
//..\omap3530_drivers\prm
..\omap3530_drivers\uart
..\omap3530_drivers\usbcc
..\shared\monitor
..\shared\mstick
..\shared\serialkeyb
..\shared\tps65950
..\beagleboard
..\beagle_drivers\hal
..\beagle_drivers\keytran
..\beagle_drivers\lcd
..\beagle_drivers\led
//.\beagle_drivers\prm
..\beagle_drivers\serialmouse
..\beagle_drivers\usbv
..\kernel