equal
deleted
inserted
replaced
|
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 // |
|
15 |
|
16 TARGET graphicsresource.dll |
|
17 TARGETTYPE DLL |
|
18 CAPABILITY All -Tcb |
|
19 UID 0x1000008D 0x10285A70 |
|
20 VENDORID 0x70000001 |
|
21 |
|
22 USERINCLUDE ../inc |
|
23 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
24 |
|
25 SOURCEPATH ../src |
|
26 SOURCE sgdriver.cpp |
|
27 SOURCE sgdrawable.cpp |
|
28 SOURCE sgimage.cpp |
|
29 SOURCE sgimagecollection.cpp |
|
30 SOURCE sgutils.cpp |
|
31 |
|
32 LIBRARY euser.lib |
|
33 LIBRARY gdi.lib |
|
34 |
|
35 #ifdef WINS |
|
36 LIBRARY ewsd.lib |
|
37 #else |
|
38 LIBRARY graphicsresourceadapter.lib |
|
39 EPOCALLOWDLLDATA |
|
40 #endif |
|
41 |
|
42 UNPAGED |
|
43 |
|
44 SMPSAFE |