Adaptation/GUID-7E357DA2-67AD-403A-B4E1-7CB83E75136F.dita
changeset 15 307f4279f433
equal deleted inserted replaced
14:578be2adaf3e 15:307f4279f433
       
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. -->
       
     3 <!-- This component and the accompanying materials are made available under the terms of the License 
       
     4 "Eclipse Public License v1.0" which accompanies this distribution, 
       
     5 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
       
     6 <!-- Initial Contributors:
       
     7     Nokia Corporation - initial contribution.
       
     8 Contributors: 
       
     9 -->
       
    10 <!DOCTYPE concept
       
    11   PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
       
    12 <concept id="GUID-7E357DA2-67AD-403A-B4E1-7CB83E75136F" xml:lang="en"><title>SDIO Build Guide</title><shortdesc>Describes what is needed to include the SDIO adaptation
       
    13 in a ROM image.</shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody>
       
    14 <p>When building a ROM image, all the processes and data needed to
       
    15 execute a build are included in a single file. This file is executed
       
    16 by the platform when the hardware is powered up.</p>
       
    17 <section id="GUID-72D93CEF-4E7D-473B-B607-ACBC0071DF6D-GENID-1-2-1-10-1-5-1-9-1-1-8-1-6-1-3-2"><title>Requirements</title><ul>
       
    18 <li><p>The SDIO hardware must conform to the SDIO standards and that
       
    19 the hardware must work correctly.</p></li>
       
    20 <li><p>You must be familiar with building a ROM for the Symbian platform.</p></li>
       
    21 </ul></section>
       
    22 <section id="GUID-D627B27F-CCFE-42A0-856C-7B09E873BAE1-GENID-1-2-1-10-1-5-1-9-1-1-8-1-6-1-3-3"><title>Build
       
    23 time implementation details</title><p>None</p></section>
       
    24 <section id="GUID-E4423114-056C-4874-8FF2-53EB1FF5F074-GENID-1-2-1-10-1-5-1-9-1-1-8-1-6-1-3-4"><title>Building
       
    25 the ROM with SDIO included</title><p>To include the SDIO PIL libraries
       
    26 in the final ROM image, the <codeph>USE_SDIO_SD_MMC</codeph> flag
       
    27 must be included in the list of buildrom parameters.</p><p>An example
       
    28 of the use of this new parameter is:</p><codeblock xml:space="preserve">buildrom h4hrp techview -DUSE_SDIO_SD_MMC</codeblock><p>This example produces a ROM.</p><p>The iby file that specifies
       
    29 the SDIO's PSL, must be included in the oby file for the ROM image.</p><p>For more information, refer to <xref href="GUID-E4447BEF-33D2-5099-BCC1-C72FBB3B0463.dita">BUILDROM</xref> .</p></section>
       
    30 <section id="GUID-200C70B4-D9FE-4807-B93E-507FF96D1886"><title>Run-time
       
    31 configuration</title><p>Not required</p></section>
       
    32 </conbody><related-links>
       
    33 <link href="GUID-0ADC2927-5AC9-5461-9A17-382FBB170067.dita"><linktext>ROM
       
    34 Tools Overview</linktext></link>
       
    35 <link href="GUID-E4447BEF-33D2-5099-BCC1-C72FBB3B0463.dita"><linktext>BUILDROM</linktext>
       
    36 </link>
       
    37 </related-links></concept>