equal
deleted
inserted
replaced
1 // Copyright (c) 2008-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 // samplegraphicsurfacedrawer.DLL sample Surface-based Graphics ECOM plugins for Window Server |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 TARGET 10285c4a.dll //samplegraphicsurfacedrawer.DLL |
|
23 TARGETTYPE PLUGIN //ECOMIIC |
|
24 UID 0x10009D8D 0x10285C4A |
|
25 CAPABILITY All -Tcb |
|
26 VENDORID 0x70000001 |
|
27 |
|
28 MACRO SYMBIAN_GRAPHICS_GCE |
|
29 |
|
30 #ifndef USERINCLUDE_WSGRAPHICDRAWERINTERFACE_H |
|
31 macro USERINCLUDE_WSGRAPHICDRAWERINTERFACE_H |
|
32 #endif |
|
33 |
|
34 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
35 |
|
36 LIBRARY ecom.lib estor.lib fbscli.lib euser.lib |
|
37 LIBRARY wsgraphicdrawer.lib ws32.lib w32stdgraphic.lib |
|
38 |
|
39 UNPAGED |
|
40 |
|
41 SOURCEPATH ../nga/samplegraphicsurfacedrawer |
|
42 |
|
43 RESOURCE 10285C4A.RSS |
|
44 |
|
45 SOURCE proxy.cpp graphicsurfacedrawer.CPP |
|
46 |
|
47 SMPSAFE |
|