uiacceltk/hitchcock/plugins/alftranseffect/alfgfxtransadapter/group/gfxtransenginetfx.mmp
changeset 0 15bf7259bb7c
child 6 10534483575f
equal deleted inserted replaced
-1:000000000000 0:15bf7259bb7c
       
     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:   Project definition file for project gfxtransengine.dll
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <bldvariant.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 
       
    24 TARGET        gfxtransadapter.dll
       
    25 TARGETTYPE    dll
       
    26 //UID           0x10281F90
       
    27 UID    			0x1000008D 0x102822A5
       
    28 TARGETPATH    /sys/bin
       
    29 
       
    30 CAPABILITY	All -Tcb
       
    31 	
       
    32 MW_LAYER_SYSTEMINCLUDE
       
    33 SYSTEMINCLUDE   /epoc32/include/graphics
       
    34 SYSTEMINCLUDE 	/epoc32/include/gfxtranseffect
       
    35 SYSTEMINCLUDE   /epoc32/include/ecom
       
    36 SYSTEMINCLUDE   ../../../../CommonInc
       
    37 SYSTEMINCLUDE   ../../alftranseffectplugin/inc
       
    38 SYSTEMINCLUDE   ../../alftfxserverplugin/inc
       
    39 
       
    40 USERINCLUDE	  ../inc
       
    41 USERINCLUDE   ../../../../CommonInc
       
    42 USERINCLUDE   ../../alftranseffectplugin/inc
       
    43 USERINCLUDE   ../../alftfxserverplugin/inc
       
    44 
       
    45 SOURCEPATH ../src
       
    46 SOURCE 	gfxtransenginetfx.cpp
       
    47 
       
    48 LIBRARY	euser.lib
       
    49 LIBRARY estor.lib
       
    50 LIBRARY cone.lib
       
    51 LIBRARY alfdecoderserverclient.lib
       
    52 LIBRARY ecom.lib
       
    53 LIBRARY centralrepository.lib
       
    54 LIBRARY ws32.lib
       
    55 
       
    56 LIBRARY flogger.lib
       
    57 
       
    58 LIBRARY gfxtrans.lib
       
    59 LIBRARY eikcore.lib
       
    60 
       
    61 NOSTRICTDEF
       
    62 #if defined(WINSCW)
       
    63 deffile ../bwins/GFXTRANSADAPTERU.DEF
       
    64 #else
       
    65 deffile ../eabi/GfxTransAdapterU.def
       
    66 #endif