authenticationservices/authenticationserver/test/reftestplugin/group/tpinplugin.mmp
changeset 29 ece3df019add
child 42 eb9b28acd381
equal deleted inserted replaced
19:cd501b96611d 29:ece3df019add
       
     1 /*
       
     2 * Copyright (c) 2006-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 the License "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 * tpinplugin.exe Tests plugin
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 
       
    24 TARGET      	tpinplugin.exe
       
    25 TARGETTYPE  	exe
       
    26 
       
    27 // To allow setcap to work
       
    28 ROMTARGET    // Empty ROM path means don't include normal execute-in-place file
       
    29 RAMTARGET /sys/bin/    // Target path (in ROM) for RAM executable image
       
    30 
       
    31 UID         	0x102740FC 0x102740FC 
       
    32 VENDORID    	0x70000001
       
    33 
       
    34 CAPABILITY TrustedUI ProtServ ReadDeviceData WriteDeviceData Location SurroundingsDD UserEnvironment
       
    35 
       
    36 SYSTEMINCLUDE 	/epoc32/include
       
    37 SYSTEMINCLUDE	/epoc32/include/authserver
       
    38 SYSTEMINCLUDE 	/epoc32/include/test
       
    39 
       
    40 USERINCLUDE		.
       
    41 USERINCLUDE		../../../source/common
       
    42 USERINCLUDE		../../../inc_private
       
    43 USERINCLUDE     ../pinplugin
       
    44 
       
    45 SOURCEPATH  	../tpinplugin
       
    46 SOURCE			tpinplugin.cpp
       
    47 SOURCE			tpinpluginteststep.cpp
       
    48 SOURCE			tpinplugintestactive.cpp
       
    49 
       
    50 
       
    51 LIBRARY     	euser.lib
       
    52 LIBRARY			testexecuteutils.lib
       
    53 LIBRARY			testexecutelogclient.lib
       
    54 LIBRARY			bafl.lib
       
    55 LIBRARY			ecom.lib
       
    56 LIBRARY			estor.lib
       
    57 LIBRARY			efsrv.lib
       
    58 LIBRARY			authcommon.lib
       
    59 SMPSAFE