ImagePrint/ImagePrintEngine/DeviceProtocols/btprotocol/group/btprotocol.mmp
branchRCL_3
changeset 21 d59c248c9d36
parent 0 d11fb78c4374
equal deleted inserted replaced
20:159fc2f68139 21:d59c248c9d36
       
     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 <data_caging_paths.hrh>
       
    21 
       
    22 #include "../../../inc/logdef.h"
       
    23 
       
    24 deffile btprotocol.def
       
    25 
       
    26 TARGET		btprotocol.dll
       
    27 TARGETTYPE	PLUGIN
       
    28 CAPABILITY 	CAP_ECOM_PLUGIN
       
    29 
       
    30 UID			0x10009D8D 0x01007779
       
    31 
       
    32 APP_LAYER_SYSTEMINCLUDE	
       
    33 SYSTEMINCLUDE 	/epoc32/include/libc
       
    34 
       
    35 USERINCLUDE		../inc
       
    36 USERINCLUDE		../../xhtmlfilecomposer/inc
       
    37 USERINCLUDE		../../../ImagePrintLibrary/inc
       
    38 USERINCLUDE     ../../../ImagePrintServer/inc
       
    39 USERINCLUDE     ../../../inc
       
    40 USERINCLUDE		../../../../clog/inc
       
    41 
       
    42 SOURCEPATH		../src
       
    43 
       
    44 SOURCE		cbtprintingdevice.cpp
       
    45 SOURCE		crsbtdiscoverengine.cpp
       
    46 SOURCE		cbtdiscover.cpp
       
    47 SOURCE		crsbtdevice.cpp
       
    48 SOURCE		cbtdevicecontainer.cpp
       
    49 SOURCE		rsutils.cpp
       
    50 SOURCE		cprintjob.cpp
       
    51 SOURCE     	main.cpp
       
    52 SOURCE		cbttimer.cpp
       
    53 SOURCE		cbtsoapcodec.cpp
       
    54 SOURCE		cxmlhandler.cpp
       
    55 SOURCE		cbtprintercontroller.cpp
       
    56 SOURCE      cbtobjectserver.cpp
       
    57 SOURCE      cbtsdpadvertiser.cpp
       
    58 SOURCE      cbtdprserviceadvertiser.cpp
       
    59 SOURCE		cbtjobchannel.cpp
       
    60 SOURCE		cbtstatuschannel.cpp
       
    61 SOURCE		cbtchannelbase.cpp
       
    62 SOURCE      cbtonquery.cpp
       
    63 SOURCE		cbtpasswordquery.cpp
       
    64 
       
    65 START RESOURCE ../data/01007779.rss
       
    66 TARGET btprotocol.rsc
       
    67 END
       
    68 
       
    69 START RESOURCE ../data/btprotocol.rss
       
    70 HEADER
       
    71 TARGET btprotocol.rsc
       
    72 TARGETPATH       resource/imageprintdata/protocols
       
    73 END
       
    74 
       
    75 STATICLIBRARY   clog.lib	
       
    76 DEBUGLIBRARY	flogger.lib
       
    77 
       
    78 LIBRARY			euser.lib
       
    79 LIBRARY			fbscli.lib
       
    80 LIBRARY			bluetooth.lib
       
    81 LIBRARY 		esock.lib
       
    82 LIBRARY 		irobex.lib
       
    83 LIBRARY 		estor.lib
       
    84 LIBRARY 		sdpdatabase.lib
       
    85 LIBRARY 		btdevice.lib
       
    86 LIBRARY 		sdpagent.lib
       
    87 LIBRARY 		btextnotifiers.lib
       
    88 LIBRARY 		efsrv.lib  
       
    89 LIBRARY			charconv.lib
       
    90 LIBRARY 		bafl.lib
       
    91 LIBRARY 		hal.lib
       
    92 LIBRARY			platformenv.lib
       
    93 LIBRARY			estlib.lib
       
    94 LIBRARY   	  	ecom.lib
       
    95 LIBRARY    		xhtmlfilecomposer.lib
       
    96 LIBRARY			centralrepository.lib
       
    97 
       
    98 // End of File