sl@0: /* sl@0: * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). sl@0: * All rights reserved. sl@0: * This component and the accompanying materials are made available sl@0: * under the terms of "Eclipse Public License v1.0" sl@0: * which accompanies this distribution, and is available sl@0: * at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: * sl@0: * Initial Contributors: sl@0: * Nokia Corporation - initial contribution. sl@0: * sl@0: * Contributors: sl@0: * sl@0: * Description: sl@0: * sl@0: */ sl@0: sl@0: sl@0: sl@0: #include sl@0: #include "../inc/NGAPostProcHwDevice_UID.hrh" sl@0: sl@0: TARGET NGAPostProcHwDevice110.dll sl@0: sl@0: TARGETTYPE PLUGIN sl@0: sl@0: //MACRO DISPLAY_POSTING_API sl@0: #if defined(MARM_ARMV5) || defined(ARM9E) sl@0: ALWAYS_BUILD_AS_ARM sl@0: MACRO ARM_V5E sl@0: OPTION_REPLACE ARMCC --cpu ARM9E sl@0: #endif sl@0: sl@0: sl@0: UID 0x10009D8D KUidNGAPostProcHwDeviceDllUid sl@0: sl@0: VENDORID VID_DEFAULT sl@0: CAPABILITY CAP_ECOM_PLUGIN sl@0: sl@0: SOURCEPATH ../src sl@0: sl@0: SOURCE Colorspace_conv_yuv.c sl@0: SOURCE colorconversion.c sl@0: SOURCE NGAPostProcHwDevice.cpp sl@0: SOURCE ImplementationProxy.cpp sl@0: SOURCE NGAPostProcSessionManager.cpp sl@0: SOURCE NGAPostProcSurfaceHandler.cpp sl@0: SOURCE NGAPostProcNotifier.cpp sl@0: sl@0: #ifdef _DUMP_YUV_FRAMES sl@0: SOURCE myfopen.c sl@0: #endif sl@0: sl@0: START RESOURCE 200195AF.rss sl@0: TARGET NGAPostProcHwDevice110.rsc sl@0: END sl@0: sl@0: USERINCLUDE ../inc sl@0: sl@0: sl@0: OS_LAYER_SYSTEMINCLUDE sl@0: SYSTEMINCLUDE /epoc32/include/libc sl@0: sl@0: sl@0: sl@0: LIBRARY euser.lib sl@0: LIBRARY surfaceupdateclient.lib sl@0: LIBRARY surfacemanager.lib sl@0: LIBRARY fbscli.lib bitgdi.lib sl@0: LIBRARY devvideo.lib sl@0: LIBRARY hal.lib ws32.lib sl@0: LIBRARY efsrv.lib efile.lib estlib.lib sl@0: LIBRARY Flogger.lib sl@0: