authorisation/userpromptservice/test/group/tupsinteg_unprotected.mmp
changeset 8 35751d3474b7
child 15 da2ae96f639b
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
       
     1 /*
       
     2 * Copyright (c) 2007-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 * tupsinteg_.mmp
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 TARGET      tupsinteg_unprotected.exe
       
    21 TARGETTYPE  exe
       
    22 UID             0x1000007A 0x80006666 
       
    23           
       
    24           
       
    25 
       
    26 //Please add any change under here
       
    27 SOURCEPATH  	../tups/src
       
    28 SOURCE	    tupsintegserver.cpp
       
    29 SOURCE	    tupsintegstepbase.cpp
       
    30 SOURCE      tupsclientstep.cpp
       
    31 SOURCE      tupspropertystep.cpp
       
    32 SOURCE      tupsproperty.cpp
       
    33 SOURCE      tups_utils.cpp
       
    34 SOURCE      tups_minortests.cpp
       
    35 SOURCE      tupsdbmanagementstep.cpp
       
    36 SOURCE      tupscoordinatorstep.cpp
       
    37 
       
    38 USERINCLUDE  ../tups/src
       
    39 USERINCLUDE ../include 
       
    40 
       
    41 SYSTEMINCLUDE /epoc32/include
       
    42 SYSTEMINCLUDE /epoc32/include/ups
       
    43 SYSTEMINCLUDE /epoc32/include/test
       
    44 
       
    45 //Please add your system include under here. 
       
    46 
       
    47 LIBRARY     euser.lib
       
    48 LIBRARY		testexecuteutils.lib 
       
    49 LIBRARY		testexecutelogclient.lib 
       
    50 LIBRARY     tups_clientapi_sysserver.lib
       
    51 LIBRARY		estlib.lib
       
    52 LIBRARY		bafl.lib
       
    53 LIBRARY     efsrv.lib 
       
    54 LIBRARY   	numberconversion.lib
       
    55 LIBRARY		upsclient.lib
       
    56 LIBRARY		scsclient.lib
       
    57 LIBRARY		upsmanagement.lib
       
    58 
       
    59 SMPSAFE