obex/obexprotocol/obexusbtransport/group/ObexUsbTransportController.mmp
changeset 0 d0791faffa3f
equal deleted inserted replaced
-1:000000000000 0:d0791faffa3f
       
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // ObexUsbTransportController.dll Obex USB Controller plug-in, used to load the USB transport.
       
    15 // ObexUsbTransportController.rsc The rsc file for the USB controller plug-in, used by ECOM to locate the correct plugin.
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file
       
    21 */
       
    22 
       
    23 
       
    24 target obexusbtransportcontroller.dll //Recommended unpaged
       
    25 CAPABILITY All -Tcb
       
    26 targettype plugin
       
    27 
       
    28 // ECom Dll recognition UID followed by the unique dll UID 
       
    29 UID              	0x10009d8d 0x1020de87
       
    30 VENDORID 0x70000001
       
    31 
       
    32 SOURCEPATH		../src
       
    33 SOURCE			ObexUsbImpCollection.cpp
       
    34 SOURCE			ObexUsbTransportController.cpp
       
    35 SOURCE			usbconn.cpp 
       
    36 
       
    37 START resource 1020DE87.rss
       
    38 target obexusbtransportcontroller.rsc
       
    39 END
       
    40 
       
    41 USERINCLUDE		../inc
       
    42 USERINCLUDE		../../common
       
    43 
       
    44 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    45 
       
    46 LIBRARY			euser.lib 
       
    47 LIBRARY			obexcommontransport.lib
       
    48 
       
    49 //Since this component is a plug-in, there is no need to produce a .lib file.
       
    50 NOEXPORTLIBRARY 
       
    51 
       
    52 SMPSAFE