Symbian3/PDK/Source/GUID-0C1D38B8-F84D-586E-9A0D-9093FC738B00.dita
author Graeme Price <GRAEME.PRICE@NOKIA.COM>
Fri, 15 Oct 2010 14:32:18 +0100
changeset 15 307f4279f433
parent 14 578be2adaf3e
permissions -rw-r--r--
Initial contribution of the Adaptation Documentation.

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. -->
<!-- This component and the accompanying materials are made available under the terms of the License 
"Eclipse Public License v1.0" which accompanies this distribution, 
and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
<!-- Initial Contributors:
    Nokia Corporation - initial contribution.
Contributors: 
-->
<!DOCTYPE concept
  PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
<concept id="GUID-0C1D38B8-F84D-586E-9A0D-9093FC738B00" xml:lang="en"><title>Testing
the Application</title><shortdesc>This document describes the configuration or setting changes required
to test applications that are new or that have been modified to access large
files on the emulator and on the H4HRP. </shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody>
<section id="GUID-AF8B97A4-2534-456B-BE3B-9FB95FCEB706"><title>Testing on the emulator</title> <p>The ELocal File System
(<filepath>elocal.fsy</filepath>) is enhanced to support large files up to
4GB-1. </p> <p>There is no special configuration or change in the settings
required to access large files on the emulator. The application can be directly
run on the emulator for testing. </p> </section>
<section id="GUID-53B14489-EB3F-426C-B197-5600B3B3AD39"><title>Testing on H4HRP</title> <p> <filepath>FAT32.fsy</filepath> supports
large files up to 4GB-1. </p> <p>Build an H4HRP image with the <filepath>FAT32.fsy</filepath> file
system using <codeph>#define USE_SDIO_SD_MMC</codeph> and <codeph>#define
WITH_FAT32</codeph>. </p> <p>These <codeph>#defines</codeph> are required
to support MMC cards of size 4GB or more. Use this image on H4HRP to test
your application. </p> </section>
</conbody><related-links>
<link href="GUID-B597ABA3-DC26-5D00-BFC6-E1CA7C39D3DA.dita"><linktext>Rebuilding
Symbian platform                 reference ROMs</linktext></link>
</related-links></concept>