equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * TEFUtilityServer.mmp |
|
16 * Using relative paths for sourcepath and user includes |
|
17 * |
|
18 */ |
|
19 |
|
20 |
|
21 #if !(defined TEF_LITE_VERSION) |
|
22 TARGET tefutilityserver.exe |
|
23 #else |
|
24 TARGET tefutilityserverlite.exe |
|
25 #endif |
|
26 |
|
27 TARGETTYPE exe |
|
28 UID 0x100039CE 0x10281AE1 |
|
29 |
|
30 CAPABILITY All -TCB |
|
31 |
|
32 SOURCEPATH ../src |
|
33 |
|
34 SOURCE TEFUtilityServer.cpp |
|
35 #if !(defined TEF_LITE_VERSION) |
|
36 SOURCE TEFBuildInfoLogStep.cpp |
|
37 #endif |
|
38 SOURCE TEFFormatDrive.cpp |
|
39 |
|
40 USERINCLUDE ../inc |
|
41 |
|
42 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
43 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
44 APP_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
45 SYSTEMINCLUDE /epoc32/include/test |
|
46 |
|
47 LIBRARY euser.lib |
|
48 LIBRARY testexecuteutils.lib |
|
49 LIBRARY testexecutelogclient.lib |
|
50 #if !(defined TEF_LITE_VERSION) |
|
51 LIBRARY bafl.lib |
|
52 #endif |
|
53 LIBRARY efsrv.lib |
|
54 |