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_Agenda_Server.exe |
|
20 TARGETTYPE exe |
|
21 UID 0x1000007A 0x101F7771 |
|
22 |
|
23 #if (!defined __NO_VENDORID__) |
|
24 VENDORID 0x70000001 |
|
25 #endif |
|
26 |
|
27 //CAPABILITY WriteUserData ReadUserData |
|
28 CAPABILITY All -TCB |
|
29 |
|
30 |
|
31 SOURCEPATH ..\Src |
|
32 |
|
33 SOURCE TestAgendaServer.cpp |
|
34 SOURCE TestAgendaAddAppt.cpp |
|
35 SOURCE TestAgendaBase.cpp |
|
36 SOURCE TestAgendaCreateDB.cpp |
|
37 SOURCE TestAgendaServerLaunchProgress.cpp |
|
38 |
|
39 USERINCLUDE ..\Inc ..\..\Group |
|
40 |
|
41 SYSTEMINCLUDE \Epoc32\include |
|
42 SYSTEMINCLUDE \Epoc32\include\Test |
|
43 |
|
44 LIBRARY apparc.lib |
|
45 LIBRARY euser.lib |
|
46 LIBRARY calinterimapi.lib |
|
47 LIBRARY etext.lib |
|
48 LIBRARY estor.lib |
|
49 LIBRARY efsrv.lib |
|
50 LIBRARY TestExecuteUtils.lib |
|
51 LIBRARY TestExecuteLogClient.lib |