os/mm/mdfdevvideoextensions/nga_mdf_postprocessor_shai/group/NGAPostProcHwDevice.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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          NGAPostProcHwDevice110.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			colorconversion.c
    44 SOURCE          NGAPostProcHwDevice.cpp
    45 SOURCE          ImplementationProxy.cpp
    46 SOURCE          NGAPostProcSessionManager.cpp
    47 SOURCE          NGAPostProcSurfaceHandler.cpp
    48 SOURCE          NGAPostProcNotifier.cpp
    49 
    50 #ifdef   _DUMP_YUV_FRAMES
    51 SOURCE			myfopen.c
    52 #endif
    53 
    54 START RESOURCE  200195AF.rss
    55 TARGET NGAPostProcHwDevice110.rsc
    56 END
    57 
    58 USERINCLUDE     ../inc
    59 
    60 
    61 OS_LAYER_SYSTEMINCLUDE
    62 SYSTEMINCLUDE   /epoc32/include/libc
    63 
    64 
    65 
    66 LIBRARY         euser.lib 
    67 LIBRARY         surfaceupdateclient.lib
    68 LIBRARY         surfacemanager.lib
    69 LIBRARY         fbscli.lib bitgdi.lib
    70 LIBRARY         devvideo.lib 
    71 LIBRARY         hal.lib ws32.lib 
    72 LIBRARY 		efsrv.lib efile.lib estlib.lib
    73 LIBRARY 		Flogger.lib
    74