diff -r 578be2adaf3e -r 307f4279f433 Adaptation/GUID-7E357DA2-67AD-403A-B4E1-7CB83E75136F.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Adaptation/GUID-7E357DA2-67AD-403A-B4E1-7CB83E75136F.dita Fri Oct 15 14:32:18 2010 +0100 @@ -0,0 +1,37 @@ + + + + + +SDIO Build GuideDescribes what is needed to include the SDIO adaptation +in a ROM image. +

When building a ROM image, all the processes and data needed to +execute a build are included in a single file. This file is executed +by the platform when the hardware is powered up.

+
Requirements
    +
  • The SDIO hardware must conform to the SDIO standards and that +the hardware must work correctly.

  • +
  • You must be familiar with building a ROM for the Symbian platform.

  • +
+
Build +time implementation details

None

+
Building +the ROM with SDIO included

To include the SDIO PIL libraries +in the final ROM image, the USE_SDIO_SD_MMC flag +must be included in the list of buildrom parameters.

An example +of the use of this new parameter is:

buildrom h4hrp techview -DUSE_SDIO_SD_MMC

This example produces a ROM.

The iby file that specifies +the SDIO's PSL, must be included in the oby file for the ROM image.

For more information, refer to BUILDROM .

+
Run-time +configuration

Not required

+
+ROM +Tools Overview +BUILDROM + +
\ No newline at end of file