kerneltest/f32test/group/t_dircache.mmp
changeset 201 43365a9b78a3
equal deleted inserted replaced
200:73ea206103e6 201:43365a9b78a3
       
     1 // Copyright (c) 2010 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/t_dircache.mmp
       
    15 //
       
    16 //
       
    17 
       
    18 target		t_dircache.exe
       
    19 targettype	exe
       
    20 sourcepath	../server
       
    21 source		t_main.cpp t_dircache.cpp
       
    22 sourcepath	../fileutils/src
       
    23 source 		t_chlffs.cpp f32_test_utils.cpp fat_utils.cpp
       
    24 
       
    25 library		euser.lib efsrv.lib hal.lib efile.lib
       
    26 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    27 USERINCLUDE 	../server
       
    28 userinclude     ../fileutils/inc
       
    29 epocstacksize	0x4000
       
    30 capability		tcb diskadmin allfiles
       
    31 vendorid		0x70000001
       
    32 
       
    33 SMPSAFE
       
    34