kerneltest/f32test/group/t_fat_perf.mmp
changeset 0 a41df078684a
equal deleted inserted replaced
-1:000000000000 0:a41df078684a
       
     1 // Copyright (c) 2008-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 // /f32test/group
       
    15 // for FAT Performance Improvement on Large Number of Files
       
    16 //
       
    17 //
       
    18 
       
    19 target		t_fat_perf.exe
       
    20 targettype	exe
       
    21 
       
    22 library		euser.lib efsrv.lib hal.lib
       
    23 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    24 
       
    25 UID		0x10000000 0x01010101
       
    26 VENDORID 	0x70000001
       
    27 
       
    28 epocstacksize	0x4000
       
    29 
       
    30 CAPABILITY	TCB DISKADMIN ALLFILES
       
    31 
       
    32 SOURCEPATH 	../bench
       
    33 SOURCE 		 t_fat_perf_main.cpp t_fat_perf.cpp t_fat_perf_impl.cpp
       
    34 SOURCEPATH      ../fileutils/src
       
    35 SOURCE          fat_utils.cpp f32_test_utils.cpp
       
    36 SOURCE 		t_chlffs.cpp
       
    37 
       
    38 USERINCLUDE 	../server
       
    39 USERINCLUDE     ../fileutils/inc
       
    40 SMPSAFE