buildverification/autosmoketest/Timew/Group/Smoketest_Timew.mmp
branchGCC_SURGE
changeset 17 03d9ade4748d
parent 14 5d7fec11a5ce
parent 15 5b5908ec640f
equal deleted inserted replaced
14:5d7fec11a5ce 17:03d9ade4748d
     1 // Copyright (c) 2004-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 // using relative paths for sourcepath and user includes
       
    15 // 
       
    16 //
       
    17 
       
    18 
       
    19 TARGET			Smoketest_Timew_Server.exe
       
    20 TARGETTYPE		exe
       
    21 UID				0x1000007A 0x101F7775
       
    22 
       
    23 #if (!defined __NO_VENDORID__)
       
    24 VENDORID		0x70000001
       
    25 #endif
       
    26 
       
    27 CAPABILITY		WriteUserData ReadUserData
       
    28 
       
    29 SOURCEPATH		..\Src
       
    30 
       
    31 SOURCE			TestTimewServer.cpp
       
    32 SOURCE			TestTimewSetAlarm.cpp
       
    33 SOURCE			TestTimewBase.cpp
       
    34 SOURCE			SM_ALM.CPP
       
    35 SOURCE			SM_UTL.CPP
       
    36 SOURCE			SM_MOD.CPP
       
    37 SOURCE			SM_RSP.CPP
       
    38 
       
    39 USERINCLUDE		..\Inc ..\..\Group
       
    40 USERINCLUDE		..\ConsoleAlarmAlertServer\Include
       
    41 
       
    42 
       
    43 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    44 
       
    45 library  		BAFL.LIB
       
    46 library			FBSCLI.LIB
       
    47 library			WS32.LIB
       
    48 library			CONE.LIB
       
    49 library			DIAL.LIB
       
    50 library			FEPBASE.LIB
       
    51 LIBRARY			apparc.lib
       
    52 LIBRARY			etext.lib
       
    53 LIBRARY			estor.lib
       
    54 LIBRARY			efsrv.lib
       
    55 
       
    56 library			AlarmClient.lib
       
    57 library			AlarmShared.lib
       
    58 library			EUSER.LIB
       
    59 LIBRARY			ecom.lib
       
    60 LIBRARY			TestExecuteUtils.lib
       
    61 LIBRARY			TestExecuteLogClient.lib
       
    62 
       
    63 SMPSAFE
       
    64