authenticationservices/authenticationserver/test/tauthplugins/testpluginsupgrade.mmp
changeset 29 ece3df019add
child 42 eb9b28acd381
equal deleted inserted replaced
19:cd501b96611d 29:ece3df019add
       
     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				testpluginsupgrade.dll
       
    20 TARGETTYPE			PLUGIN
       
    21 UID					0x10009d8d 0x10204F0E
       
    22 VENDORID			0x70000001
       
    23 
       
    24 CAPABILITY			ALL -TCB
       
    25 
       
    26 VERSION 10.1
       
    27 
       
    28 SYSTEMINCLUDE		/epoc32/include
       
    29 
       
    30 USERINCLUDE			.
       
    31 USERINCLUDE			../../source/common
       
    32 USERINCLUDE			../../source/server
       
    33 USERINCLUDE			../../source/client
       
    34 USERINCLUDE			../../inc_private
       
    35 
       
    36 SOURCEPATH			.
       
    37 SOURCE				testpluginsupgrade.cpp
       
    38 
       
    39 START RESOURCE        10204f0e_upgrade.rss
       
    40 #ifdef SYMBIAN_SECURE_ECOM
       
    41 TARGET testpluginsupgrade.rsc
       
    42 #endif
       
    43 END
       
    44 
       
    45 
       
    46 
       
    47 LIBRARY			euser.lib ecom.lib efsrv.lib authcommon.lib
       
    48 SMPSAFE