24
|
1 |
/*
|
|
2 |
* Copyright (c) 2002 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 the License "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: ?Description
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
#include <platform_paths.hrh>
|
|
19 |
//#include <platform/mw/Browser_platform_variant.hrh>
|
|
20 |
|
|
21 |
TARGET XMLInterface.dll
|
|
22 |
TARGETTYPE dll
|
|
23 |
UID 0x1000008d 0x101F9750
|
|
24 |
//TARGETPATH ?target_path
|
|
25 |
|
|
26 |
VENDORID VID_DEFAULT
|
|
27 |
|
|
28 |
#if defined(ARMCC)
|
|
29 |
DEFFILE ../eabi/xmlinterface.def
|
|
30 |
#elif defined(WINSCW)
|
|
31 |
DEFFILE ../bwinscw/xmlinterface.def
|
|
32 |
#elif defined(WINS)
|
|
33 |
DEFFILE ../bwins/xmlinterface.def
|
|
34 |
#else
|
|
35 |
DEFFILE ../bmarm/xmlinterface.def
|
|
36 |
#endif
|
|
37 |
|
25
|
38 |
SOURCEPATH ../src
|
24
|
39 |
SOURCE RXMLReader.cpp
|
|
40 |
SOURCE wml_1_3_dict.c
|
|
41 |
SOURCE syncml_1_0_dict.c
|
|
42 |
SOURCE xhtml_1_0_dict.c
|
|
43 |
SOURCE sl_dict.c
|
|
44 |
SOURCE CXMLReader.cpp
|
|
45 |
SOURCE CXMLAttributes.cpp
|
|
46 |
SOURCE CXMLObserver.cpp
|
|
47 |
|
|
48 |
// RESOURCE resource_file
|
|
49 |
// RESOURCE resource_file2
|
|
50 |
|
25
|
51 |
USERINCLUDE ../inc
|
24
|
52 |
|
|
53 |
OS_LAYER_SYSTEMINCLUDE
|
|
54 |
OS_LAYER_LIBC_SYSTEMINCLUDE
|
|
55 |
|
|
56 |
CAPABILITY CAP_GENERAL_DLL
|
|
57 |
|
|
58 |
LIBRARY efsrv.lib
|
|
59 |
LIBRARY euser.lib
|
|
60 |
LIBRARY bafl.lib
|
|
61 |
LIBRARY charconv.lib
|
|
62 |
LIBRARY cxmlparser.lib
|
|
63 |
|
|
64 |
#ifdef __S60_32__
|
|
65 |
LANG sc
|
|
66 |
#else
|
|
67 |
LANGUAGE_IDS
|
|
68 |
#endif
|
|
69 |
/*
|
|
70 |
START WINS
|
|
71 |
?wins_specific_information
|
|
72 |
END
|
|
73 |
|
|
74 |
START MARM
|
|
75 |
?marm_specific_information
|
|
76 |
END
|
|
77 |
*/
|
|
78 |
// Other possible keywords:
|
|
79 |
|
|
80 |
// DOCUMENT ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
|
|
81 |
/*
|
|
82 |
START BITMAP ?target
|
|
83 |
TARGETPATH ?emulated_path_on_target_machine
|
|
84 |
HEADER
|
|
85 |
SOURCEPATH ?source_path
|
|
86 |
SOURCE ?color_depth ?source_bitmap
|
|
87 |
END
|
|
88 |
*/
|
|
89 |
// DEFFILE ?filename
|
|
90 |
// AIF ?filename
|