|
1 // Copyright (c) 2007-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 @file |
|
20 @test |
|
21 @internalComponent - Internal Symbian test code |
|
22 */ |
|
23 |
|
24 TARGET tetultestserver.exe |
|
25 TARGETTYPE exe |
|
26 UID 0x1000007A 0xA0002E22 |
|
27 |
|
28 CAPABILITY ProtServ WriteDeviceData |
|
29 |
|
30 VENDORID 0x70000001 |
|
31 |
|
32 SOURCEPATH ../tef |
|
33 SOURCE tetultestserver.cpp |
|
34 SOURCE t_textresourceutils.cpp |
|
35 SOURCE t_addressstringtokenizer.cpp |
|
36 SOURCE t_phonenumberutils.cpp |
|
37 |
|
38 START RESOURCE t_textresourceutils.rss |
|
39 HEADER |
|
40 TARGETPATH /resource/apps |
|
41 LANG SC |
|
42 END // RESOURCE |
|
43 |
|
44 userinclude ../../../../appsupport/appfw/uiftestfw/inc |
|
45 userinclude ../tef |
|
46 |
|
47 SYSTEMINCLUDE /epoc32/include |
|
48 SYSTEMINCLUDE /epoc32/include/test |
|
49 |
|
50 MW_LAYER_SYSTEMINCLUDE |
|
51 |
|
52 LIBRARY euser.lib |
|
53 LIBRARY efsrv.lib |
|
54 LIBRARY bafl.lib |
|
55 LIBRARY cone.lib |
|
56 LIBRARY eikcore.lib |
|
57 LIBRARY testexecuteutils.lib |
|
58 LIBRARY testexecutelogclient.lib |
|
59 LIBRARY appfwk_test_appui.lib |
|
60 LIBRARY etul.lib |
|
61 |
|
62 // We're quite heavy on the stack... 4k in WinS isn't enough... |
|
63 EPOCSTACKSIZE 0x6000 |
|
64 |
|
65 SMPSAFE |