|
1 /* |
|
2 * Copyright (c) 2003 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: |
|
15 * This is project specification file for the SmilEngine. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 |
|
21 #include <platform_paths.hrh> |
|
22 |
|
23 TARGET smileng.dll |
|
24 TARGETTYPE dll |
|
25 UID 0x1000008d 0x101F96E5 |
|
26 VERSION 10.0 |
|
27 VENDORID VID_DEFAULT |
|
28 PAGED |
|
29 |
|
30 //SYSTEMRESOURCE smil.rss |
|
31 SOURCEPATH ../core |
|
32 SOURCE smila.cpp |
|
33 SOURCE smilmedia.cpp |
|
34 SOURCE smilobject.cpp |
|
35 SOURCE smilsequence.cpp |
|
36 SOURCE smiltime.cpp |
|
37 SOURCE smiltimelist.cpp |
|
38 SOURCE smiltimecontainer.cpp |
|
39 SOURCE smilcondition.cpp |
|
40 SOURCE smilinstancetime.cpp |
|
41 SOURCE smilevent.cpp |
|
42 SOURCE smilanchor.cpp |
|
43 SOURCE smilregion.cpp |
|
44 SOURCE smilrootregion.cpp |
|
45 SOURCE smilparallel.cpp |
|
46 SOURCE smilexclusive.cpp |
|
47 SOURCE smilpresentation.cpp |
|
48 SOURCE smillength.cpp |
|
49 SOURCE smilprefetch.cpp |
|
50 SOURCE smiltransition.cpp |
|
51 SOURCE smiltransitionfilter.cpp |
|
52 SOURCE smilarea.cpp |
|
53 |
|
54 SOURCEPATH ../parser |
|
55 SOURCE smilparser.cpp |
|
56 SOURCE smilparser_dom.cpp |
|
57 |
|
58 SOURCEPATH ../checker |
|
59 SOURCE ConformanceChecker.cpp |
|
60 |
|
61 USERINCLUDE ../inc |
|
62 |
|
63 SYSTEMINCLUDE ../inc |
|
64 SYSTEMINCLUDE ../../../../inc // s60 app messaging inc |
|
65 APP_LAYER_SYSTEMINCLUDE |
|
66 |
|
67 CAPABILITY CAP_GENERAL_DLL |
|
68 |
|
69 LIBRARY euser.lib |
|
70 LIBRARY xmldom.lib |
|
71 |
|
72 |
|
73 #if defined (ARMCC) |
|
74 DEFFILE ../eabi/smileng.def |
|
75 |
|
76 |
|
77 #elif defined (WINSCW) |
|
78 DEFFILE ../bwinscw/smileng.def |
|
79 |
|
80 |
|
81 #elif defined (WINS) |
|
82 DEFFILE ../group/wins.def |
|
83 |
|
84 |
|
85 #else |
|
86 DEFFILE ../group/marm.def |
|
87 #endif |
|
88 |
|
89 |
|
90 |
|
91 |