ImagePrint/ImagePrintEngine/DeviceProtocols/dpof/group/dpofprotdll.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 dpofprotdll.def
       
    26 
       
    27 TARGET		dpofprotdll.dll
       
    28 TARGETTYPE	PLUGIN
       
    29 CAPABILITY 	CAP_ECOM_PLUGIN
       
    30 
       
    31 UID			0x10009D8D 0x01007781
       
    32 
       
    33 APP_LAYER_SYSTEMINCLUDE
       
    34 
       
    35 USERINCLUDE		. ../inc ../src
       
    36 USERINCLUDE		../../../ImagePrintLibrary/inc
       
    37 USERINCLUDE     ../../../ImagePrintServer/inc
       
    38 USERINCLUDE     ../../../inc
       
    39 USERINCLUDE     ../../../../inc
       
    40 USERINCLUDE		../../../../clog/inc
       
    41 
       
    42 SOURCEPATH		../src
       
    43 
       
    44 SOURCE		cdpofprintingdevice.cpp
       
    45 SOURCE		crsdpofengine.cpp
       
    46 SOURCE		rsutils.cpp
       
    47 SOURCE		cprintjob.cpp
       
    48 SOURCE		cprinterelement.cpp
       
    49 SOURCE		ccapabilityinfo.cpp
       
    50 SOURCE		ccapabilityarray.cpp
       
    51 SOURCE		cprintercapabilities.cpp
       
    52 SOURCE		main.cpp
       
    53 SOURCE		cfilemanager.cpp
       
    54 SOURCE		cconfirmationquery.cpp
       
    55 
       
    56 START RESOURCE ../data/01007781.rss 
       
    57 TARGET dpofprotdll.rsc  
       
    58 END
       
    59 
       
    60 START RESOURCE ../data/dpof.rss
       
    61 #ifdef __S60_50__
       
    62 	LANGUAGE_IDS
       
    63 #else
       
    64 	LANG SC
       
    65 #endif
       
    66 HEADER
       
    67 TARGETPATH      resource/imageprintdata/protocols
       
    68 END
       
    69 
       
    70 STATICLIBRARY   clog.lib
       
    71 DEBUGLIBRARY	flogger.lib
       
    72 
       
    73 LIBRARY			euser.lib
       
    74 LIBRARY			fbscli.lib
       
    75 LIBRARY 		estor.lib
       
    76 LIBRARY 		bafl.lib
       
    77 LIBRARY     	ecom.lib
       
    78 LIBRARY 		efsrv.lib
       
    79 LIBRARY			platformenv.lib
       
    80 LIBRARY			sysutil.lib
       
    81 LIBRARY     	commonengine.lib
       
    82 LIBRARY     	aknnotify.lib
       
    83 LIBRARY     	eiksrv.lib  
       
    84 
       
    85 // End of File
       
    86