kerneltest/f32test/group/t_filematch.mmp
changeset 0 a41df078684a
equal deleted inserted replaced
-1:000000000000 0:a41df078684a
       
     1 // Copyright (c) 2001-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/t_filematch.mmp
       
    15 // Test that various exotic file names behave as we expect.
       
    16 //
       
    17 //
       
    18 
       
    19 TARGET		t_filematch.exe
       
    20 TARGETTYPE	exe
       
    21 SOURCEPATH      ../server
       
    22 SOURCE          t_main.cpp 
       
    23 SOURCEPATH      ../fileutils/src
       
    24 SOURCE          f32_test_utils.cpp
       
    25 SOURCE          t_chlffs.cpp
       
    26 SOURCEPATH	../locl
       
    27 SOURCE		t_filematch.cpp
       
    28 
       
    29 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    30 USERINCLUDE     ../server
       
    31 USERINCLUDE     ../fileutils/inc
       
    32 LIBRARY		euser.lib efsrv.lib hal.lib
       
    33 
       
    34 CAPABILITY		TCB DISKADMIN ALLFILES
       
    35 VENDORID 0x70000001
       
    36 
       
    37 SMPSAFE