obex/obexprotocol/obextransport/group/obexcommontransport.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 // obex common transport classes mmp file
       
    15 // ObexCommonTransport.dll Obex common transport classes
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file
       
    21 */
       
    22 
       
    23 target obexcommontransport.dll //Recommended unpaged
       
    24 
       
    25 CAPABILITY All -Tcb
       
    26 TARGETTYPE	dll
       
    27 
       
    28 uid			0x1000008d 0x1020dfff 
       
    29 
       
    30 SOURCEPATH 	../src
       
    31 SOURCE 		obextransportcontrollerbase.cpp
       
    32 SOURCE        	obexpacket.cpp
       
    33 SOURCE        	obexdata.cpp
       
    34 SOURCE 		obexinternalheader.cpp
       
    35 SOURCE 		obexconnectdata.cpp
       
    36 SOURCE         	ObexTransportUtil.cpp
       
    37 SOURCE 		obexconnector.cpp
       
    38 SOURCE        	obexactiverw.cpp
       
    39 SOURCE          mobextransportnotify.cpp
       
    40 SOURCE 		obexactivereader.cpp
       
    41 SOURCE 		obexactivewriter.cpp
       
    42 SOURCE          ObexReaderBase.cpp
       
    43 SOURCE 		ObexWriterBase.cpp
       
    44 
       
    45 // Logging functions
       
    46 SOURCE		logengine.cpp
       
    47 
       
    48 USERINCLUDE 	../inc
       
    49 USERINCLUDE		../../common
       
    50 
       
    51 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    52 
       
    53 library			euser.lib
       
    54 library			ecom.lib
       
    55 library 		esock.lib
       
    56 
       
    57 VENDORID 0x70000001
       
    58 
       
    59 #include <comms-infras/commsdebugutility.mmh>
       
    60 
       
    61 SMPSAFE