|
1 /* |
|
2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #include <platform_paths.hrh> |
|
21 #include "../inc/NGAPostProcHwDevice_UID.hrh" |
|
22 |
|
23 TARGET NGAPostProcHwDevice.dll |
|
24 |
|
25 TARGETTYPE PLUGIN |
|
26 |
|
27 //MACRO DISPLAY_POSTING_API |
|
28 #if defined(MARM_ARMV5) || defined(ARM9E) |
|
29 ALWAYS_BUILD_AS_ARM |
|
30 MACRO ARM_V5E |
|
31 OPTION_REPLACE ARMCC --cpu ARM9E |
|
32 #endif |
|
33 |
|
34 |
|
35 UID 0x10009D8D KUidNGAPostProcHwDeviceDllUid |
|
36 |
|
37 VENDORID VID_DEFAULT |
|
38 CAPABILITY CAP_ECOM_PLUGIN |
|
39 |
|
40 SOURCEPATH ../src |
|
41 |
|
42 SOURCE Colorspace_conv_yuv.c |
|
43 SOURCE NGAPostProcHwDevice.cpp |
|
44 SOURCE ImplementationProxy.cpp |
|
45 SOURCE NGAPostProcSessionManager.cpp |
|
46 SOURCE NGAPostProcSurfaceHandler.cpp |
|
47 SOURCE NGAPostProcNotifier.cpp |
|
48 |
|
49 #ifdef _DUMP_YUV_FRAMES |
|
50 SOURCE myfopen.c |
|
51 #endif |
|
52 |
|
53 START RESOURCE 200195AF.rss |
|
54 TARGET NGAPostProcHwDevice.rsc |
|
55 END |
|
56 |
|
57 USERINCLUDE ../inc |
|
58 |
|
59 |
|
60 OS_LAYER_SYSTEMINCLUDE |
|
61 SYSTEMINCLUDE /epoc32/include/libc |
|
62 |
|
63 |
|
64 |
|
65 LIBRARY euser.lib |
|
66 LIBRARY surfaceupdateclient.lib |
|
67 LIBRARY surfacemanager.lib |
|
68 LIBRARY fbscli.lib bitgdi.lib |
|
69 LIBRARY devvideo.lib |
|
70 LIBRARY hal.lib ws32.lib |
|
71 LIBRARY efsrv.lib efile.lib estlib.lib |
|
72 LIBRARY Flogger.lib |
|
73 |