kerneltest/f32test/loader/security/t_ldrcheck.mmp
changeset 0 a41df078684a
equal deleted inserted replaced
-1:000000000000 0:a41df078684a
       
     1 // Copyright (c) 2000-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/loader/t_ldrcheck.mmp
       
    15 // 
       
    16 //
       
    17 
       
    18 target			t_ldrcheck.exe
       
    19 targettype			exe
       
    20 sourcepath			.
       
    21 source			t_ldrcheck.cpp  t_sfhash.cpp
       
    22 library			efsrv.lib  euser.lib 
       
    23 
       
    24 //capability			TCB
       
    25 capability		ALL
       
    26 
       
    27 USERINCLUDE		../../../../userlibandfileserver/fileserver/inc
       
    28 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    29 userinclude			.
       
    30 nostrictdef
       
    31 epocstacksize		0x4000
       
    32 
       
    33 #ifdef WINS
       
    34 library			emulator.lib //hal.lib efile.lib
       
    35 #endif
       
    36 
       
    37 start wins
       
    38 WIN32_LIBRARY		kernel32.lib 
       
    39 #ifndef WINSCW
       
    40 WIN32_LIBRARY		chkstk.obj
       
    41 #endif
       
    42 end
       
    43 
       
    44 VENDORID 0x70000001
       
    45 
       
    46 SMPSAFE