authenticationservices/authenticationserver/test/tauthplugins/tauthplugins.mmp
branchRCL_3
changeset 95 641f389e9157
equal deleted inserted replaced
92:f18401adf8e1 95:641f389e9157
       
     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			tauthplugins.exe
       
    20 TARGETTYPE		exe
       
    21 UID				0x1000007A 0x10204F0D
       
    22 VENDORID		0x70000001
       
    23 
       
    24 OS_LAYER_SYSTEMINCLUDE
       
    25 SYSTEMINCLUDE OS_LAYER_PLATFORM_EXPORT_PATH(test)
       
    26 
       
    27 USERINCLUDE			.
       
    28 USERINCLUDE			../../source/common
       
    29 USERINCLUDE			../../source/server
       
    30 USERINCLUDE			../../source/client
       
    31 USERINCLUDE			../../inc_private
       
    32 
       
    33 SOURCEPATH		.
       
    34 SOURCE			tauthpluginsserver.cpp
       
    35 SOURCE			step_interface.cpp
       
    36 
       
    37 SOURCE          ../../source/common/plugindesc.cpp
       
    38 
       
    39 LIBRARY			euser.lib
       
    40 LIBRARY			efsrv.lib
       
    41 LIBRARY			estor.lib
       
    42 LIBRARY         testexecuteutils.lib
       
    43 LIBRARY         testexecutelogclient.lib
       
    44 LIBRARY         ecom.lib
       
    45 LIBRARY			authcommon.lib
       
    46 SMPSAFE