btobexprofiles/obexserviceman/plugins/group/obexservicemanusb.mmp
branchRCL_3
changeset 56 9386f31cc85b
parent 55 613943a21004
child 61 269724087bed
equal deleted inserted replaced
55:613943a21004 56:9386f31cc85b
     1 /*
       
     2 * Copyright (c) 2002 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 *     This is project specification file for the SRCS USB Plug-in.
       
    16 *
       
    17 */
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET      obexservicemanusb.dll
       
    22 
       
    23 TARGETTYPE	PLUGIN
       
    24 
       
    25 CAPABILITY	CAP_ECOM_PLUGIN
       
    26 VENDORID	VID_DEFAULT
       
    27 
       
    28 // ECom Dll recognition UID followed by the unique UID for this dll
       
    29 UID 0x10009D8D 0x101F9693
       
    30 
       
    31 
       
    32 SOURCEPATH  ../src/usb
       
    33 SOURCE      obexsmusbconnection.cpp 
       
    34 SOURCE      proxy.cpp
       
    35 
       
    36 
       
    37 START RESOURCE 101F9693.rss   
       
    38   TARGET obexservicemanusb.rsc  
       
    39 END
       
    40 
       
    41 USERINCLUDE ../inc/usb ../../obexservicemanserver/inc ../../utils/inc ../../inc
       
    42 SYSTEMINCLUDE  ../../../inc ../../../../inc  /epoc32/include/ecom
       
    43 MW_LAYER_SYSTEMINCLUDE
       
    44 
       
    45 
       
    46 LIBRARY euser.lib           // Base library
       
    47 LIBRARY ecom.lib			// ECom library
       
    48 LIBRARY irobex.lib          // For Object exchange
       
    49 DEBUGLIBRARY     flogger.lib         // For logging
       
    50 LIBRARY obexutils.lib		// opaque_data parser
       
    51 LIBRARY centralrepository.lib