authorisation/userpromptservice/test/group/tupsinteg_post1.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 * use this mmp file only to build target for ARMV5 to be installed via SWI
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 /**
       
    22  @file
       
    23  @test
       
    24 */
       
    25 
       
    26 
       
    27           TARGET      tupsinteg_post1.exe
       
    28           TARGETTYPE  exe
       
    29           UID             0x1000007A 0x80003141 
       
    30           
       
    31 
       
    32 //Please add any change under here
       
    33 SOURCEPATH  ../tups/src
       
    34 SOURCE	            tupsintegserver.cpp
       
    35 SOURCE	            tupsintegstepbase.cpp
       
    36 SOURCE              tupsclientstep.cpp
       
    37 SOURCE              tupspropertystep.cpp
       
    38 SOURCE              tupsproperty.cpp
       
    39 SOURCE              tups_utils.cpp
       
    40 SOURCE              tups_minortests.cpp
       
    41 SOURCE              tupsdbmanagementstep.cpp
       
    42 SOURCE              tupscoordinatorstep.cpp
       
    43 	
       
    44 
       
    45 USERINCLUDE  ../tups/src
       
    46 USERINCLUDE ../include 
       
    47 
       
    48 SYSTEMINCLUDE /epoc32/include
       
    49 SYSTEMINCLUDE /epoc32/include/ups
       
    50 SYSTEMINCLUDE /epoc32/include/test
       
    51 
       
    52 //Please add your system include under here. 
       
    53 
       
    54 LIBRARY     euser.lib
       
    55 LIBRARY		testexecuteutils.lib 
       
    56 LIBRARY		testexecutelogclient.lib 
       
    57 LIBRARY     tups_clientapi_sysserver.lib
       
    58 LIBRARY		estlib.lib
       
    59 LIBRARY		bafl.lib
       
    60 LIBRARY     efsrv.lib 
       
    61 LIBRARY   	numberconversion.lib
       
    62 LIBRARY		upsclient.lib
       
    63 LIBRARY		scsclient.lib
       
    64 LIBRARY		upsmanagement.lib
       
    65 
       
    66 
       
    67 SMPSAFE