ImagePrint/ImagePrintEngine/DeviceProtocols/xhtmlfilecomposer/group/xhtmlfilecomposer.mmp
branchGCC_SURGE
changeset 25 59ea2209bb67
parent 23 08cc4cc059d4
parent 15 a92d00fca574
equal deleted inserted replaced
23:08cc4cc059d4 25:59ea2209bb67
     1 /*
       
     2 * Copyright (c) 2004-2007 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 #include <platform_paths.hrh>
       
    20 #include <bldvariant.hrh>
       
    21 #include <data_caging_paths.hrh>
       
    22 
       
    23 deffile xhtmlfilecomposer.def
       
    24 
       
    25 TARGET          xhtmlfilecomposer.dll
       
    26 
       
    27 TARGETTYPE      dll
       
    28 UID             0x1000008d 0x200009E5
       
    29 
       
    30 CAPABILITY ALL -TCB
       
    31 
       
    32 // Include paths
       
    33 USERINCLUDE 	../inc
       
    34 USERINCLUDE		../../../ImagePrintLibrary/inc
       
    35 USERINCLUDE     ../../../inc 
       
    36 
       
    37 APP_LAYER_SYSTEMINCLUDE	
       
    38 
       
    39 // Sources
       
    40 SOURCEPATH      ../src
       
    41 SOURCE          cxhtmlfilecomposer.cpp
       
    42 SOURCE          cimageinfo.cpp
       
    43 
       
    44 DEBUGLIBRARY    flogger.lib
       
    45 
       
    46 LIBRARY			charconv.lib
       
    47 LIBRARY			efsrv.lib
       
    48 LIBRARY			euser.lib
       
    49 LIBRARY			fbscli.lib
       
    50 LIBRARY			imageconversion.lib
       
    51 LIBRARY			jpegyuvdecoder.lib
       
    52 LIBRARY 		inetprotutil.lib
       
    53 LIBRARY    		platformenv.lib
       
    54 
       
    55 #ifdef __S60_50__
       
    56 	LANGUAGE_IDS
       
    57 #else	
       
    58 	LANG SC	
       
    59 #endif
       
    60 
       
    61 // End of File