equal
deleted
inserted
replaced
|
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 the License "Symbian Foundation License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.symbianfoundation.org/legal/sfl-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 SYSTEMINCLUDE \Epoc32\include |
|
44 SYSTEMINCLUDE \Epoc32\include\Test |
|
45 SYSTEMINCLUDE \Epoc32\include\ecom |
|
46 |
|
47 library BAFL.LIB |
|
48 library FBSCLI.LIB |
|
49 library WS32.LIB |
|
50 library CONE.LIB |
|
51 library DIAL.LIB |
|
52 library FEPBASE.LIB |
|
53 LIBRARY apparc.lib |
|
54 LIBRARY etext.lib |
|
55 LIBRARY estor.lib |
|
56 LIBRARY efsrv.lib |
|
57 |
|
58 library AlarmClient.lib |
|
59 library AlarmShared.lib |
|
60 library EUSER.LIB |
|
61 LIBRARY ecom.lib |
|
62 LIBRARY TestExecuteUtils.lib |
|
63 LIBRARY TestExecuteLogClient.lib |