uiacceltk/hitchcock/AlfRenderStage/group/alfrenderstageplugin.mmp
changeset 0 15bf7259bb7c
child 3 d8a3531bc6b8
equal deleted inserted replaced
-1:000000000000 0:15bf7259bb7c
       
     1 /*
       
     2 * Copyright (c) 2008 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 alfrenderstageplugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <bldvariant.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 #include "../../CommonInc/huicompileroptions.mmh"
       
    24 
       
    25 TARGET		alfrenderstage.dll //200184B5.dll
       
    26 TARGETTYPE	PLUGIN
       
    27 UID			0x10009D8D 0x200184B5
       
    28 CAPABILITY  PowerMgmt ReadDeviceData WriteDeviceData ProtServ
       
    29 VENDORID	VID_DEFAULT
       
    30 
       
    31 //macro _ALF_PRINT_WS_COMMANDS_
       
    32 //#define _ALF_PRINT_WS_COMMANDS_
       
    33 
       
    34 // Basic optimization, delayed state change, use of previously defined text
       
    35 // macro _OPTIMIZE_WS_COMMANDS_BASIC_
       
    36 
       
    37 // unsolved issues with font optimization. e.g. when err
       
    38 // macro _OPTIMIZE_WS_COMMANDS_FONT_
       
    39 
       
    40 // Clipping, still some problems with these
       
    41 // macro _OPTIMIZE_WS_COMMANDS_ADVANCED_
       
    42 
       
    43 #ifndef USERINCLUDE_WSGRAPHICDRAWERINTERFACE_H
       
    44 macro USERINCLUDE_WSGRAPHICDRAWERINTERFACE_H
       
    45 #endif
       
    46 
       
    47 #ifndef SYMBIAN_VARIATION_POLICY_DOES_NOT_SUCK
       
    48 macro SYMBIAN_GRAPHICS_GCE
       
    49 #endif
       
    50 
       
    51 MACRO WS_SETSHAPE_SUPPORT
       
    52 
       
    53 // MACRO ALF_DEBUG_TRACK_DRAWING
       
    54 
       
    55 // For disabling the DoPatternSearch command when using NVG
       
    56 MACRO __NVG
       
    57 
       
    58 SOURCEPATH      ../group
       
    59 START RESOURCE alfnonsupportedwscommands.rss
       
    60 HEADER
       
    61 TARGETPATH ECOM_RESOURCE_DIR
       
    62 END
       
    63 
       
    64 
       
    65 USERINCLUDE 	../inc
       
    66 SYSTEMINCLUDE /epoc32/include 
       
    67 SYSTEMINCLUDE ../../CommonInc
       
    68 SYSTEMINCLUDE ../../ServerCore/Inc // todo..
       
    69 
       
    70 MW_LAYER_SYSTEMINCLUDE
       
    71 
       
    72 SOURCEPATH	../src
       
    73 SOURCE      alfrenderstageplugin.cpp 
       
    74 SOURCE      alfrenderstage.cpp
       
    75 SOURCE      alfrenderstagefactory.cpp
       
    76 SOURCE      alfrssendbuffer.cpp
       
    77 SOURCE      alfrsgc.cpp
       
    78 SOURCE      alfasynchgoomsession.cpp
       
    79 
       
    80 SOURCEPATH	../group
       
    81 RESOURCE	alfrenderstage.rss // 200184B5.rss
       
    82 
       
    83 LIBRARY     bitgdi.lib
       
    84 LIBRARY     ecom.lib
       
    85 LIBRARY     estor.lib
       
    86 LIBRARY     euser.lib
       
    87 LIBRARY     fbscli.lib
       
    88 LIBRARY     gdi.lib
       
    89 LIBRARY     alfdecoderserverclient.lib
       
    90 LIBRARY     wsgraphicdrawer.lib
       
    91 LIBRARY     hal.lib
       
    92 LIBRARY     lookuptable.lib // for fader
       
    93 LIBRARY     bafl.lib
       
    94 LIBRARY     commonengine.lib        // Resource loader
       
    95 LIBRARY     efsrv.lib
       
    96 LIBRARY     flogger.lib
       
    97 LIBRARY     goommonitor.lib
       
    98 
       
    99 #ifdef _ALF_PRINT_WS_COMMANDS_
       
   100 LIBRARY 	    alfcommanddebug.lib
       
   101 #endif