|
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 |