equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002-2004 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: Project .mmp file |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 TARGET xn3domdocument.dll |
|
22 CAPABILITY CAP_GENERAL_DLL |
|
23 TARGETTYPE dll |
|
24 UID 0x1000008d 0x10207392 |
|
25 VENDORID VID_DEFAULT |
|
26 |
|
27 SOURCEPATH ../src |
|
28 |
|
29 SOURCE xndomdocument.cpp |
|
30 SOURCE xndomnode.cpp |
|
31 SOURCE xndomattribute.cpp |
|
32 SOURCE xndomproperty.cpp |
|
33 SOURCE xndompropertyvalue.cpp |
|
34 SOURCE xndomlist.cpp |
|
35 SOURCE xndomdepthiterator.cpp |
|
36 SOURCE xndomstringpool.cpp |
|
37 |
|
38 USERINCLUDE . |
|
39 USERINCLUDE ../inc |
|
40 USERINCLUDE ../../../inc |
|
41 |
|
42 APP_LAYER_SYSTEMINCLUDE |
|
43 |
|
44 LIBRARY euser.lib |
|
45 LIBRARY estor.lib |
|
46 LIBRARY gdi.lib |
|
47 |
|
48 |
|
49 |
|
50 LANG SC |
|
51 |
|
52 START WINS |
|
53 |
|
54 END |
|
55 |
|
56 START MARM |
|
57 |
|
58 END |