equal
deleted
inserted
replaced
|
1 // Copyright (c) 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 // |
|
15 |
|
16 /** |
|
17 @file xml2tef.mmp |
|
18 @internalTechnology |
|
19 */ |
|
20 |
|
21 TARGET texml2.exe |
|
22 TARGETTYPE exe |
|
23 |
|
24 SOURCEPATH ../src |
|
25 SOURCE texml2server.cpp texmlstring.cpp texml2teststep.cpp texmlutils.cpp texmlengine.cpp |
|
26 |
|
27 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
28 OS_LAYER_LIBC_SYSTEMINCLUDE |
|
29 OS_LAYER_LIBXML2_SYSTEMINCLUDE |
|
30 |
|
31 USERINCLUDE ../src |
|
32 USERINCLUDE ../../../../inc/libxml2_nonexport |
|
33 |
|
34 LIBRARY xmlengineutils.lib |
|
35 LIBRARY testexecuteutils.lib |
|
36 LIBRARY testexecutelogclient.lib |
|
37 LIBRARY euser.lib |
|
38 LIBRARY xmlengine.lib charconv.lib estlib.lib |
|
39 |
|
40 SMPSAFE |