authenticationservices/authenticationserver/test/tAuthSvr/group/tauthpluginupgrade.mmp
branchRCL_3
changeset 95 641f389e9157
equal deleted inserted replaced
92:f18401adf8e1 95:641f389e9157
       
     1 /*
       
     2 * Copyright (c) 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 tauthpluginupgrade.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		tpinauthpluginupgrade.cpp	//a dummy dll upgrade implementation.
       
    31 
       
    32 
       
    33 start resource 10204F10_upgrade.rss
       
    34 #ifdef SYMBIAN_SECURE_ECOM
       
    35 TARGET tauthpluginupgrade.rsc
       
    36 #endif
       
    37 end
       
    38 
       
    39 USERINCLUDE   	../src
       
    40 USERINCLUDE		../../../inc
       
    41 USERINCLUDE		../../../inc/authserver
       
    42 USERINCLUDE		../../../inc_private
       
    43 
       
    44 USERINCLUDE		../../../source/server
       
    45 USERINCLUDE		../../../source/common
       
    46 USERINCLUDE		../../../source/client
       
    47 
       
    48 OS_LAYER_SYSTEMINCLUDE
       
    49 SYSTEMINCLUDE OS_LAYER_PUBLIC_EXPORT_PATH(ecom)
       
    50 
       
    51 LIBRARY cinidata.lib	// add text INI file parsing ability
       
    52 LIBRARY ecom.lib	//ECOM plug-in DLLs must link against ECOM.lib
       
    53 
       
    54 LIBRARY	euser.lib 	//For LowerCase()
       
    55 LIBRARY	efsrv.lib
       
    56 LIBRARY authcommon.lib
       
    57 
       
    58 SMPSAFE