os/security/authorisation/userpromptservice/test/group/tupsinteg.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 /*
     2 * Copyright (c) 2007-2010 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 /**
    20  @file
    21  @test
    22 */
    23 
    24 TARGET      tupsinteg_1.exe
    25 TARGETTYPE  exe
    26 UID         0x1000007A 0x101F7784 
    27 CAPABILITY  ReadDeviceData WriteDeviceData  
    28           
    29 
    30 //Please add any change under here
    31 SOURCEPATH  ../tups/src
    32 SOURCE	            tupsintegserver.cpp
    33 SOURCE	            tupsintegstepbase.cpp
    34 SOURCE              tupsclientstep.cpp
    35 SOURCE              tupspropertystep.cpp
    36 SOURCE              tupsproperty.cpp
    37 SOURCE              tups_utils.cpp
    38 SOURCE              tups_minortests.cpp
    39 SOURCE              tupsdbmanagementstep.cpp
    40 SOURCE              tupscoordinatorstep.cpp
    41 	
    42 
    43 USERINCLUDE  ../tups/src
    44 USERINCLUDE ../include 
    45 
    46 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    47 
    48 //Please add your system include under here. 
    49 
    50 LIBRARY     euser.lib
    51 LIBRARY		testexecuteutils.lib 
    52 LIBRARY		testexecutelogclient.lib 
    53 LIBRARY     tups_clientapi_sysserver.lib
    54 LIBRARY		estlib.lib
    55 LIBRARY		bafl.lib
    56 LIBRARY     efsrv.lib 
    57 LIBRARY   	numberconversion.lib
    58 LIBRARY		upsclient.lib
    59 LIBRARY		scsclient.lib
    60 LIBRARY		upsmanagement.lib
    61 
    62 SMPSAFE
    63 
    64