ImagePrint/ImagePrintEngine/DeviceProtocols/upnpprotocolfw2/group/upnpprotocol.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 upnpprotocol.def
       
    24 
       
    25 APP_LAYER_SYSTEMINCLUDE	
       
    26 
       
    27 SYSTEMINCLUDE 	/epoc32/include/libc
       
    28 SYSTEMINCLUDE   /epoc32/include/ecom
       
    29 
       
    30 // Target information
       
    31 TARGET		upnpprotocol.dll
       
    32 TARGETTYPE	PLUGIN
       
    33 
       
    34 UID           	0x10009D8D 0x10208A27
       
    35 
       
    36 VENDORID		VID_DEFAULT
       
    37 CAPABILITY		CAP_ECOM_PLUGIN
       
    38 
       
    39 // Include paths
       
    40 USERINCLUDE 	../inc
       
    41 USERINCLUDE		../../xhtmlfilecomposer/inc
       
    42 USERINCLUDE		../../../ImagePrintLibrary/inc
       
    43 USERINCLUDE     ../../../ImagePrintServer/inc
       
    44 USERINCLUDE     ../../../inc
       
    45 USERINCLUDE		../../../../clog/inc
       
    46 
       
    47 // Sources
       
    48 SOURCEPATH      ../src
       
    49 SOURCE          main.cpp
       
    50 SOURCE      	cupfilesharingactive.cpp
       
    51 SOURCE          cupnpprintingdevice.cpp
       
    52 SOURCE          cupprintercontainer.cpp
       
    53 SOURCE          cupprinter.cpp
       
    54 SOURCE          cupprintingjob.cpp
       
    55 SOURCE          cupprintfactory.cpp
       
    56 SOURCE			cupjobstate.cpp
       
    57 SOURCE          cprintercontrolpoint.cpp
       
    58 SOURCE			cjobstateevents.cpp
       
    59 
       
    60 // Resources
       
    61 START RESOURCE ../data/010208a27.rss
       
    62 #ifdef __S60_50__
       
    63 	LANGUAGE_IDS
       
    64 #else	
       
    65 	LANG SC	
       
    66 #endif
       
    67 TARGET upnpprotocol.rsc
       
    68 END
       
    69 
       
    70 // Bitmap
       
    71 START BITMAP upnpicons.mbm
       
    72 TARGETPATH	resource/imageprintdata/protocols
       
    73 HEADER
       
    74 SOURCEPATH   ../data
       
    75 SOURCE       c8 icon.bmp
       
    76 END
       
    77 
       
    78 STATICLIBRARY   clog.lib
       
    79 DEBUGLIBRARY    flogger.lib
       
    80 
       
    81 LIBRARY			bafl.lib
       
    82 LIBRARY			bitmaptransforms.lib
       
    83 LIBRARY			charconv.lib
       
    84 LIBRARY 		upnpcontrolpointbase.lib
       
    85 LIBRARY			ecom.lib
       
    86 LIBRARY			efsrv.lib
       
    87 LIBRARY			esock.lib
       
    88 LIBRARY			euser.lib
       
    89 LIBRARY			fbscli.lib
       
    90 LIBRARY			insock.lib
       
    91 LIBRARY			upnpipserversutils.lib 
       
    92 LIBRARY			upnpserviceframework.lib 
       
    93 LIBRARY     	upnpavobjects.lib
       
    94 LIBRARY     	avmediaserverclient.lib
       
    95 LIBRARY     	xhtmlfilecomposer.lib
       
    96 LIBRARY     	inetprotutil.lib 	// for charconversion.
       
    97 
       
    98 // End of File