ImagePrint/ImagePrintUI/imageprinteng/group/imageprintengine.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 #include "../../inc/logdef.h"
       
    24 
       
    25 deffile imageprintengine.def
       
    26 
       
    27 TARGET          imageprintengine.dll
       
    28 TARGETTYPE      dll
       
    29 
       
    30 CAPABILITY	CAP_GENERAL_DLL
       
    31 
       
    32 UID             0x1000008D 0x101FFA85
       
    33 VENDORID VID_DEFAULT
       
    34 
       
    35 APP_LAYER_SYSTEMINCLUDE	
       
    36 
       
    37 USERINCLUDE . ../inc ../src
       
    38 USERINCLUDE ../../inc ../../../inc
       
    39 USERINCLUDE ../../../ImagePrintEngine/ImagePrintLibrary/inc
       
    40 USERINCLUDE ../../../ImagePrintEngine/ImagePrintServer/inc
       
    41 USERINCLUDE ../../imageprintapp/inc
       
    42 USERINCLUDE ../../../clog/inc
       
    43 
       
    44 SOURCEPATH      ../src
       
    45 
       
    46 SOURCE      cimageprint.cpp
       
    47 SOURCE      cimageprintengine.cpp
       
    48 SOURCE		ctemplatesettings.cpp 
       
    49 SOURCE		ctemplatedata.cpp
       
    50 SOURCE		cprintsettings.cpp
       
    51 SOURCE		ciffactory.cpp
       
    52 SOURCE		crealfactory.cpp
       
    53 SOURCE		ctintcapability.cpp
       
    54 SOURCE		clistcapability.cpp
       
    55 SOURCE		cfloatcapability.cpp
       
    56 SOURCE		cdiscoverymanager.cpp
       
    57 SOURCE		csettingsmanager.cpp
       
    58 SOURCE		cprintjobmanager.cpp
       
    59 SOURCE		cprinteventcatcher.cpp
       
    60 SOURCE		settingsconverter.cpp
       
    61 SOURCE		cpreviewinfo.cpp
       
    62 SOURCE		tpreviewimageinfo.cpp
       
    63 SOURCE		cidleprinteventcatcher.cpp
       
    64 
       
    65 START RESOURCE ../data/imageprintengine.rss
       
    66 #ifdef __S60_50__
       
    67 	LANGUAGE_IDS
       
    68 #else
       
    69 	LANG SC
       
    70 #endif
       
    71 HEADER
       
    72 #ifdef RD_SECURE_BIN_RES
       
    73 	TARGETPATH      RESOURCE_FILES_DIR
       
    74 #else
       
    75 	TARGETPATH	system/data
       
    76 #endif
       
    77 END
       
    78 
       
    79 STATICLIBRARY   clog.lib
       
    80 DEBUGLIBRARY	flogger.lib
       
    81 
       
    82 LIBRARY         euser.lib 
       
    83 LIBRARY			fbscli.lib 
       
    84 LIBRARY			bafl.lib 
       
    85 LIBRARY			commonengine.lib 
       
    86 LIBRARY			avkon.lib
       
    87 LIBRARY			bitgdi.lib 
       
    88 LIBRARY			imageconversion.lib 
       
    89 LIBRARY			bitmaptransforms.lib 
       
    90 LIBRARY			cone.lib 
       
    91 LIBRARY			efsrv.lib 
       
    92 LIBRARY			eikcore.lib
       
    93 LIBRARY			platformenv.lib
       
    94 LIBRARY			featmgr.lib
       
    95 LIBRARY	    	centralrepository.lib
       
    96 LIBRARY     	imageprintclient.lib
       
    97 
       
    98 // End of File