83
|
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 |
SOURCE xndomstringpooloptimizer.cpp
|
|
38 |
|
|
39 |
USERINCLUDE .
|
|
40 |
USERINCLUDE ../inc
|
|
41 |
USERINCLUDE ../../../inc
|
|
42 |
|
|
43 |
APP_LAYER_SYSTEMINCLUDE
|
|
44 |
|
|
45 |
LIBRARY euser.lib
|
|
46 |
LIBRARY estor.lib
|
|
47 |
LIBRARY gdi.lib
|
|
48 |
|
|
49 |
|
|
50 |
|
|
51 |
LANG SC
|
|
52 |
|
|
53 |
START WINS
|
|
54 |
|
|
55 |
END
|
|
56 |
|
|
57 |
START MARM
|
|
58 |
|
|
59 |
END
|