equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2005 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: Symbian project file for the XML Content framework. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 TARGET XCFW.dll |
|
22 TARGETTYPE DLL |
|
23 UID 0x1000008d 0x10210EA0 |
|
24 |
|
25 CAPABILITY CAP_GENERAL_DLL |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 |
|
29 SOURCEPATH ../src |
|
30 |
|
31 SOURCE xcfwengine.cpp |
|
32 SOURCE xcfwtree.cpp |
|
33 SOURCE xcfwnode.cpp |
|
34 SOURCE xcfwlocalizer.cpp |
|
35 SOURCE gecodefaultobjectfactory.cpp |
|
36 SOURCE gecodefaultobject.cpp |
|
37 SOURCE xcfwentityconverter.cpp |
|
38 SOURCE xcfwpanic.cpp |
|
39 |
|
40 USERINCLUDE ../inc |
|
41 |
|
42 // APP layer system include is needed here because xcfw_api has |
|
43 // dependency to app layer |
|
44 APP_LAYER_SYSTEMINCLUDE |
|
45 |
|
46 LIBRARY PlatformEnv.lib //for pathinfo |
|
47 LIBRARY euser.lib |
|
48 LIBRARY bafl.lib //CDesCArraySeg |
|
49 LIBRARY xmldom.lib //for DOM traversal/creation |
|
50 LIBRARY xmlparser.lib //for parsing/composing XML files |
|
51 LIBRARY efsrv.lib |
|
52 LIBRARY estor.lib |
|
53 LIBRARY charconv.lib //for utf8-unicode conversions |