authenticationservices/authenticationserver/test/tAuthSvr/group/tAuthPlugin.mmp
changeset 102 deec7e509f66
parent 94 0e6c5a9328b5
child 108 ca9a0fc2f082
equal deleted inserted replaced
94:0e6c5a9328b5 102:deec7e509f66
     1 /*
       
     2 * Copyright (c) 2001-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 *
       
    16 */
       
    17 
       
    18 
       
    19 TARGET tauthplugin.dll
       
    20 TARGETTYPE PLUGIN
       
    21 
       
    22 // ECom Dll recognition UID followed by the unique UID for this dll
       
    23 UID 0x10009D8D 0x10204F10
       
    24 VENDORID 0x70000001
       
    25 CAPABILITY All -TCB
       
    26 
       
    27 SOURCEPATH	../src
       
    28 SOURCE		main.cpp
       
    29 SOURCE		proxy.cpp
       
    30 SOURCE		tPinAuthPlugin.cpp		//One of the implementations available
       
    31 
       
    32 
       
    33 start resource 10204F10.rss
       
    34 #ifdef SYMBIAN_SECURE_ECOM
       
    35 TARGET tauthplugin.rsc
       
    36 #endif
       
    37 end
       
    38 
       
    39 USERINCLUDE   	../src
       
    40 USERINCLUDE		../../../inc
       
    41 USERINCLUDE		../../../inc/authserver
       
    42 
       
    43 USERINCLUDE		../../../source/server
       
    44 USERINCLUDE		../../../source/common
       
    45 USERINCLUDE		../../../source/client
       
    46 USERINCLUDE		../../../inc_private
       
    47 
       
    48 OS_LAYER_SYSTEMINCLUDE
       
    49 SYSTEMINCLUDE OS_LAYER_PUBLIC_EXPORT_PATH(ecom)
       
    50 
       
    51 //Use of Test Execute logging functions
       
    52 //OS_LAYER_SYSTEMINCLUDE(test)
       
    53 //LIBRARY			testexecuteutils.lib
       
    54 //LIBRARY			testexecutelogclient.lib
       
    55 
       
    56 LIBRARY cinidata.lib	// add text INI file parsing ability
       
    57 LIBRARY ecom.lib	//ECOM plug-in DLLs must link against ECOM.lib
       
    58 
       
    59 LIBRARY	euser.lib 	//For LowerCase()
       
    60 LIBRARY	efsrv.lib
       
    61 
       
    62 LIBRARY	authcommon.lib
       
    63 
       
    64 //LIBRARY c32.lib bafl.lib	
       
    65 
       
    66 //#ifdef	__SWI_LOGGING__
       
    67 //LIBRARY			flogger.lib
       
    68 //#endif	/* __SWI_LOGGING__ */
       
    69 SMPSAFE