34
|
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 |
// xmldom.dll XML DOM support
|
|
15 |
//
|
|
16 |
//
|
|
17 |
|
|
18 |
/**
|
|
19 |
@file
|
|
20 |
*/
|
|
21 |
|
|
22 |
TARGET xmldom.dll
|
|
23 |
TARGETTYPE dll
|
|
24 |
|
|
25 |
CAPABILITY All -TCB
|
|
26 |
UID 0x1000008d 0x101F9117
|
|
27 |
VENDORID 0x70000001
|
|
28 |
|
|
29 |
SOURCEPATH ../src
|
|
30 |
SOURCE gmxmlcdatasection.cpp
|
|
31 |
SOURCE gmxmlcharacterdata.cpp
|
|
32 |
SOURCE gmxmlcomment.cpp
|
|
33 |
SOURCE gmxmldocument.cpp
|
|
34 |
SOURCE gmxmldocumentelement.cpp
|
|
35 |
SOURCE gmxmlelement.cpp
|
|
36 |
SOURCE gmxmlnode.cpp
|
|
37 |
SOURCE gmxmlprocessinginstruction.cpp
|
|
38 |
SOURCE gmxmltext.cpp
|
|
39 |
|
|
40 |
|
|
41 |
|
|
42 |
USERINCLUDE ../inc
|
|
43 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
44 |
LIBRARY euser.lib
|
|
45 |
LIBRARY bafl.lib
|
|
46 |
|
|
47 |
DEFFILE V2_XMLDOM.DEF
|
|
48 |
|
|
49 |
SMPSAFE
|