authenticationservices/authenticationserver/test/tAuthSvr/group/tMiscAuthPlugin.mmp
changeset 29 ece3df019add
child 42 eb9b28acd381
equal deleted inserted replaced
19:cd501b96611d 29:ece3df019add
       
     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 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			tmiscauthplugin.dll
       
    20 TARGETTYPE		PLUGIN
       
    21 UID			0x10009d8d 0x10204F0F
       
    22 VENDORID		0x70000001
       
    23 CAPABILITY              ALL -TCB
       
    24 SOURCEPATH		../miscPlugins\
       
    25 
       
    26 SOURCE			tpluginbase.cpp
       
    27 SOURCE			proxy.cpp
       
    28 
       
    29 START RESOURCE        10204f0f.rss
       
    30 #ifdef SYMBIAN_SECURE_ECOM
       
    31 TARGET tmiscauthplugin.rsc
       
    32 #endif
       
    33 END
       
    34 USERINCLUDE		. 
       
    35 USERINCLUDE		../../../inc
       
    36 USERINCLUDE		../../../inc/authserver
       
    37 
       
    38 USERINCLUDE		../../../source/server
       
    39 USERINCLUDE		../../../source/common
       
    40 USERINCLUDE		../../../source/client
       
    41 
       
    42 SYSTEMINCLUDE	/epoc32/include
       
    43 SYSTEMINCLUDE   /EPOC32/INCLUDE/ECOM
       
    44 
       
    45 LIBRARY		euser.lib
       
    46 LIBRARY     ecom.lib
       
    47 SMPSAFE
       
    48