1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/mm/mdfdevvideoextensions/nga_mdf_postprocessor/group/NGAPostProcHwDevice.mmp Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,74 @@
1.4 +/*
1.5 +* Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
1.6 +* All rights reserved.
1.7 +* This component and the accompanying materials are made available
1.8 +* under the terms of "Eclipse Public License v1.0"
1.9 +* which accompanies this distribution, and is available
1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.11 +*
1.12 +* Initial Contributors:
1.13 +* Nokia Corporation - initial contribution.
1.14 +*
1.15 +* Contributors:
1.16 +*
1.17 +* Description:
1.18 +*
1.19 +*/
1.20 +
1.21 +
1.22 +
1.23 +#include <platform_paths.hrh>
1.24 +#include "../inc/NGAPostProcHwDevice_UID.hrh"
1.25 +
1.26 +TARGET NGAPostProcHwDevice.dll
1.27 +
1.28 +TARGETTYPE PLUGIN
1.29 +
1.30 +//MACRO DISPLAY_POSTING_API
1.31 +#if defined(MARM_ARMV5) || defined(ARM9E)
1.32 +ALWAYS_BUILD_AS_ARM
1.33 +MACRO ARM_V5E
1.34 +OPTION_REPLACE ARMCC --cpu ARM9E
1.35 +#endif
1.36 +
1.37 +
1.38 +UID 0x10009D8D KUidNGAPostProcHwDeviceDllUid
1.39 +
1.40 +VENDORID VID_DEFAULT
1.41 +CAPABILITY CAP_ECOM_PLUGIN
1.42 +
1.43 +SOURCEPATH ../src
1.44 +
1.45 +SOURCE Colorspace_conv_yuv.c
1.46 +SOURCE colorconversion.c
1.47 +SOURCE NGAPostProcHwDevice.cpp
1.48 +SOURCE ImplementationProxy.cpp
1.49 +SOURCE NGAPostProcSessionManager.cpp
1.50 +SOURCE NGAPostProcSurfaceHandler.cpp
1.51 +SOURCE NGAPostProcNotifier.cpp
1.52 +
1.53 +#ifdef _DUMP_YUV_FRAMES
1.54 +SOURCE myfopen.c
1.55 +#endif
1.56 +
1.57 +START RESOURCE 200195AF.rss
1.58 +TARGET NGAPostProcHwDevice.rsc
1.59 +END
1.60 +
1.61 +USERINCLUDE ../inc
1.62 +
1.63 +
1.64 +OS_LAYER_SYSTEMINCLUDE
1.65 +SYSTEMINCLUDE /epoc32/include/libc
1.66 +
1.67 +
1.68 +
1.69 +LIBRARY euser.lib
1.70 +LIBRARY surfaceupdateclient.lib
1.71 +LIBRARY surfacemanager.lib
1.72 +LIBRARY fbscli.lib bitgdi.lib
1.73 +LIBRARY devvideo.lib
1.74 +LIBRARY hal.lib ws32.lib
1.75 +LIBRARY efsrv.lib efile.lib estlib.lib
1.76 +LIBRARY Flogger.lib
1.77 +