testexecfw/stf/stfext/testmodules/teftestmod/teftestmodulefw/tefutilities/platsec/group/platsec.mmp
changeset 2 8bb370ba6d1d
equal deleted inserted replaced
1:bbd31066657e 2:8bb370ba6d1d
       
     1 /*
       
     2 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  
       
    15 * Using relative paths for sourcepath and user includes
       
    16 * Unpaged
       
    17 *
       
    18 */
       
    19 
       
    20 SMPSAFE
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET			tefplatsec.exe
       
    24 TARGETTYPE		exe
       
    25 UID             0x100039CE 0x10281AE0  
       
    26 
       
    27 #if (!defined __NO_VENDORID__)
       
    28 VENDORID		0x70000001
       
    29 #endif
       
    30 
       
    31 CAPABILITY		ReadUserData WriteUserData
       
    32 
       
    33 SOURCEPATH  	../src
       
    34 
       
    35 SOURCE			testplatsecserver.cpp
       
    36 SOURCE			testplatsecsetcapabilities.cpp
       
    37 SOURCE			testplatseclaunchapp.cpp
       
    38 SOURCE			testplatseccleanup.cpp
       
    39 
       
    40 USERINCLUDE 	../inc
       
    41 USERINCLUDE	../group
       
    42 
       
    43 APP_LAYER_SYSTEMINCLUDE
       
    44 
       
    45 LIBRARY			euser.lib
       
    46 LIBRARY			testexecuteutils.lib 
       
    47 LIBRARY			testexecutelogclient.lib
       
    48 LIBRARY			efsrv.lib
       
    49