commonuisupport/uikon/test/tmultiplealarm/TMultipleAlarmServer.mmp
changeset 0 2f259fa3e83a
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 TARGET 			tmultiplealarmserver.exe
       
    17 TARGETTYPE 		exe
       
    18 CAPABILITY		ProtServ PowerMgmt
       
    19 
       
    20 // Use the AlarmServer UID else security check will fail!
       
    21 UID				0x1000008c 0x101f5027
       
    22 
       
    23 SOURCEPATH		.
       
    24 
       
    25 SOURCE			TMultipleAlarmServer.cpp
       
    26 
       
    27 // Copy of app-services/alarmserver/AlarmAlert/Source/ASAltClientSession.cpp
       
    28 // if you experience strange errors when running tests it might be because 
       
    29 // the original ASAltClientSession.cpp has changed and the local copy hasn't been
       
    30 // updated. 
       
    31 SOURCE			ASAltClientSession.cpp
       
    32 SOURCE			TMultipleAlarmStep.cpp
       
    33 
       
    34 SOURCEPATH		../../../../../appsupport/appfw/uiftestfw/src
       
    35 SOURCE      	appfwk_tmsteststep.cpp
       
    36 
       
    37 MW_LAYER_SYSTEMINCLUDE 
       
    38 
       
    39 USERINCLUDE		. ../../../../../appsupport/appfw/uiftestfw/inc
       
    40 
       
    41 LIBRARY			euser.lib
       
    42 LIBRARY			testexecuteutils.lib
       
    43 LIBRARY			testexecutelogclient.lib
       
    44 LIBRARY			alarmshared.lib
       
    45 LIBRARY			bafl.lib efsrv.lib
       
    46 
       
    47 
       
    48 SMPSAFE