|
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 // cscplugin.dll Composited Screen Capture CWsPlugins ECOM plugins for Window Server |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 TARGET 10286506.dll //CSCLUGIN.DLL |
|
23 TARGETTYPE PLUGIN //ECOMIIC |
|
24 UID 0x10009D8D 0x10286506 |
|
25 CAPABILITY PowerMgmt ReadDeviceData WriteDeviceData ProtServ |
|
26 VENDORID 0x70000001 |
|
27 |
|
28 #ifndef USERINCLUDE_WSGRAPHICDRAWERINTERFACE_H |
|
29 macro USERINCLUDE_WSGRAPHICDRAWERINTERFACE_H |
|
30 #endif |
|
31 |
|
32 macro SYMBIAN_GRAPHICS_GCE |
|
33 |
|
34 USERINCLUDE ../inc |
|
35 USERINCLUDE ../screencapture/inc |
|
36 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
37 |
|
38 |
|
39 SOURCEPATH ../screencapture/src |
|
40 SOURCE screencapturestagefactory.cpp |
|
41 SOURCE screencapturerenderstage.cpp |
|
42 SOURCE cscplugin.cpp |
|
43 |
|
44 RESOURCE 10286506.rss |
|
45 |
|
46 LIBRARY bitgdi.lib |
|
47 LIBRARY ecom.lib |
|
48 LIBRARY estor.lib |
|
49 LIBRARY euser.lib |
|
50 LIBRARY fbscli.lib |
|
51 LIBRARY gdi.lib |
|
52 //library hal.lib //TODO temporary fix while waiting for VM to implement this |
|
53 LIBRARY wsgraphicdrawer.lib |
|
54 LIBRARY surfacemanager.lib |
|
55 LIBRARY surfaceupdateclient.lib |
|
56 LIBRARY lookuptable.lib |
|
57 LIBRARY directgdi.lib |
|
58 LIBRARY graphicsresource.lib |
|
59 |
|
60 #ifdef WINS |
|
61 LIBRARY osbwin32.lib |
|
62 #endif |
|
63 |
|
64 |
|
65 SMPSAFE |