package_definition.xml
author arunabha
Wed, 03 Mar 2010 13:10:32 +0000
changeset 27 117faf51deac
parent 2 3400e46f43b3
child 77 86e1b70f1f94
permissions -rw-r--r--
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

<?xml version="1.0" encoding="UTF-8"?>
<SystemDefinition schema="3.0.0">
  <package id="beagleboard" name="Beagle Board" levels="hw-if">
    <collection id="omap3530" name="OMAP 3530" level="hw-if">
      <component id="omap3530" name="Beagle Board common" introduced="symbian^3" purpose="optional">
        <unit bldFile="omap3530" mrp="omap3530/base_beagle.mrp"/>
      </component>
      <component id="kernel" name="Beagle Board kernel" introduced="symbian^3" purpose="optional">
        <unit bldFile="omap3530/kernel"/>
      </component>
      <component id="beagleboard" name="Beagle Board baseport" introduced="symbian^3" purpose="optional">
        <unit bldFile="omap3530/beagleboard"/>
      </component>
    </collection>
  </package>
</SystemDefinition>