|
1 // Copyright (c) 2007-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 // directgdiadapter.dll DirectGDI s/w adaptation. |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 @publishedPartner |
|
21 @prototype |
|
22 */ |
|
23 |
|
24 TARGET directgdiadapter_sw.dll |
|
25 TARGETTYPE dll |
|
26 CAPABILITY All -Tcb |
|
27 UID 0x1000008D 0x102858E9 |
|
28 VENDORID 0x70000001 |
|
29 LINKAS directgdiadapter.dll |
|
30 NOEXPORTLIBRARY |
|
31 |
|
32 USERINCLUDE ../swsrc |
|
33 USERINCLUDE ../cmnsrc |
|
34 USERINCLUDE ../../directgdiinterface/inc |
|
35 |
|
36 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
37 |
|
38 SOURCEPATH ../swsrc |
|
39 SOURCE swdirectgdidriverimpl.cpp |
|
40 SOURCE swdirectgdidriverinternal.cpp |
|
41 SOURCE swdirectgdiengine.cpp |
|
42 SOURCE swdirectgdiimagetargetimpl.cpp |
|
43 SOURCE swdirectgdiellipse.cpp |
|
44 SOURCE swdirectgdirect.cpp |
|
45 SOURCE swdirectgdiline.cpp |
|
46 SOURCE swdirectgdipolygon.cpp |
|
47 SOURCE swdirectgdiroundrec.cpp |
|
48 SOURCE swdirectgdimain.cpp |
|
49 SOURCE swdirectgdigraphics.cpp |
|
50 SOURCE swdirectgditext.cpp |
|
51 SOURCE swdirectgdibitblt.cpp |
|
52 SOURCE swdirectgdipiearc.cpp |
|
53 SOURCE swdirectgdidrawbmp.cpp |
|
54 SOURCE swdirectgdiimagesourceimpl.cpp |
|
55 SOURCE swdirectgdidrawresource.cpp |
|
56 |
|
57 SOURCE pixelutil.cpp |
|
58 |
|
59 SOURCEPATH ../cmnsrc |
|
60 SOURCE directgdiimageref.cpp |
|
61 SOURCE directgdidrawableref.cpp |
|
62 |
|
63 LIBRARY euser.lib |
|
64 LIBRARY scdv.lib |
|
65 LIBRARY fbscli.lib |
|
66 LIBRARY gdi.lib |
|
67 LIBRARY estor.lib |
|
68 LIBRARY graphicsresource.lib |
|
69 LIBRARY lookuptable.lib |
|
70 |
|
71 #ifdef WINS |
|
72 DEFFILE /epoc32/include/graphics/def/bwins/directgdiadapter.def |
|
73 #else |
|
74 DEFFILE /epoc32/include/graphics/def/eabi/directgdiadapter.def |
|
75 #endif |
|
76 |
|
77 UNPAGED |
|
78 |
|
79 |
|
80 SMPSAFE |