baseintegtests/baseintegrationtest/testsuites/fat32/group/basetestfat32.mmp
branchanywhere
changeset 20 d63d727ee0a6
parent 19 f6d3d9676ee4
parent 16 6d8ad5bee44b
child 21 af091391d962
equal deleted inserted replaced
19:f6d3d9676ee4 20:d63d727ee0a6
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of the License "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 
       
    17 TARGET      	basetestfat32server.exe
       
    18 TARGETTYPE  	exe
       
    19 UID             0x1000007A 0x10281824
       
    20 VENDORID 		0x70000001
       
    21 EPOCHEAPSIZE	0x1000 0x02000000
       
    22 EPOCSTACKSIZE 	0x8000
       
    23 
       
    24 
       
    25 CAPABILITY		ALL
       
    26 
       
    27 SOURCEPATH  	../src
       
    28 SOURCE			basetestfat32server.cpp 
       
    29 SOURCE			basetestfat32base.cpp
       
    30 SOURCE			basetestfat32format.cpp
       
    31 SOURCE			basetestfat32mount.cpp
       
    32 SOURCE			basetestfat32readraw.cpp
       
    33 SOURCE			basetestfat32writeraw.cpp
       
    34 SOURCE			basetestfat32readfile.cpp
       
    35 SOURCE			basetestfat32writefile.cpp
       
    36 SOURCE			basetestfat32checkdisk.cpp
       
    37 SOURCE			basetestfat32calculate.cpp
       
    38 SOURCE			basetestfat32filldisk.cpp
       
    39 SOURCE			basetestfat32clusterbound.cpp
       
    40 SOURCE			basetestfat32readwrite.cpp
       
    41 SOURCE			basetestfat32larger512.cpp
       
    42 
       
    43 USERINCLUDE   	../inc
       
    44 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    45 //SYSTEMINCLUDE 	/epoc32/include/basetest
       
    46 
       
    47 LIBRARY     	euser.lib
       
    48 LIBRARY			efsrv.lib
       
    49 LIBRARY			testexecuteutils.lib
       
    50 LIBRARY			testexecutelogclient.lib
       
    51 LIBRARY			hal.lib
       
    52 
       
    53