graphicsresourceservices/graphicsresourceadaptation/group/graphicsresourceadapter_wins.mmp
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 graphicsresourceadapter.dll |
|
17 TARGETTYPE DLL |
|
18 CAPABILITY All -Tcb |
|
19 UID 0x1000008D 0x10285A71 |
|
20 VENDORID 0x70000001 |
|
21 NOEXPORTLIBRARY |
|
22 |
|
23 USERINCLUDE ../../graphicsresource/inc |
|
24 USERINCLUDE ../inc |
|
25 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
26 |
|
27 SOURCEPATH ../src |
|
28 SOURCE sgdriverimpl.cpp |
|
29 SOURCE sgpixelformats.cpp |
|
30 SOURCE sgimageimpl.cpp |
|
31 SOURCE sgimagecollectionimpl.cpp |
|
32 |
|
33 LIBRARY euser.lib |
|
34 LIBRARY hal.lib |
|
35 LIBRARY surfacemanager.lib |
|
36 |
|
37 DEFFILE /epoc32/include/graphics/def/bwins/graphicsresourceadapter.def |
|
38 |
|
39 MACRO KSgMaxLocalChunkSize=0x100000 |
|
40 |
|
41 SMPSAFE |