equal
deleted
inserted
replaced
|
1 // Copyright (c) 2003-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 TARGET te_etelisv.exe |
|
19 CAPABILITY None |
|
20 TARGETTYPE exe |
|
21 UID 0x1000007A 0x101FBB4E |
|
22 VENDORID 0x70000001 |
|
23 |
|
24 EPOCSTACKSIZE 0x8000 |
|
25 |
|
26 ROMTARGET // Empty ROM path means don't include normal execute-in-place file |
|
27 RAMTARGET /system/programs/ // Target path (in ROM) for RAM executable image |
|
28 |
|
29 SOURCEPATH . |
|
30 SOURCE TE_EtelIsvNotifiers.cpp |
|
31 SOURCE TE_EtelIsvPhoneSettings.cpp |
|
32 SOURCE TE_EtelIsvNetworkInfo.cpp |
|
33 SOURCE TE_EtelIsvLineInfo.cpp |
|
34 SOURCE TE_EtelIsvCallFunc.cpp |
|
35 SOURCE TE_EtelIsvSuppServices.cpp |
|
36 SOURCE TE_EtelIsvserver.cpp |
|
37 SOURCE TE_EtelIsvbase.cpp |
|
38 SOURCE TE_EtelIsvStress.cpp |
|
39 SOURCEPATH ../../Test |
|
40 USERINCLUDE ../../inc |
|
41 USERINCLUDE . |
|
42 USERINCLUDE .. |
|
43 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
44 LIBRARY etel3rdparty.lib |
|
45 LIBRARY euser.lib |
|
46 LIBRARY testexecutelogclient.lib |
|
47 LIBRARY testexecuteutils.lib |
|
48 LIBRARY c32.lib c32root.lib |
|
49 |
|
50 |
|
51 SMPSAFE |