obex/obexprotocol/obex/group/obex.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
       
    15 // irobex.dll Implementation of Object Exchange Protocol
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file
       
    21 */
       
    22 
       
    23 
       
    24 TARGET							obex.dll //Recommended unpaged
       
    25 
       
    26 CAPABILITY All -Tcb
       
    27 TARGETTYPE		dll
       
    28 
       
    29 uid			0x1000008d 0x10201EF5
       
    30 
       
    31 #ifdef WINSCW
       
    32 DEFFILE			IROBEX2.DEF
       
    33 #else
       
    34 DEFFILE			irobex2.def
       
    35 #endif
       
    36 
       
    37 SOURCEPATH		../src
       
    38 SOURCE			OBEX.CPP
       
    39 SOURCE			obexobjectexpandedbaseobject.cpp
       
    40 SOURCE			obexheader.cpp
       
    41 SOURCE			obexheaderset.cpp
       
    42 SOURCE			obexconstants.cpp
       
    43 SOURCE			obexheaderutil.cpp
       
    44 SOURCE			obexobjects.cpp
       
    45 SOURCE			obexclient.cpp
       
    46 SOURCE			obexserver.cpp
       
    47 SOURCE			obexserverstatemachine.cpp
       
    48 SOURCE			obexfilewriter.cpp
       
    49 SOURCE			obexasyncfilewriter.cpp
       
    50 SOURCE			obexsyncfilewriter.cpp
       
    51 SOURCE 			obexsetpathdata.cpp
       
    52 SOURCE			OBEXUTIL.CPP 
       
    53 SOURCE			authentication.cpp
       
    54 SOURCE			obexservernotify.cpp
       
    55 SOURCE			obexauthchallengehandler.cpp
       
    56 SOURCE			obexpacketsignaller.cpp
       
    57 SOURCE			obexpackettimer.cpp
       
    58 SOURCE			obexnotifyhandlerbase.cpp
       
    59 SOURCE			obexnotifyhandlerclient.cpp
       
    60 SOURCE			obexnotifyhandlerserver.cpp
       
    61 SOURCE			obexservernotifysyncwrapper.cpp
       
    62 SOURCE			obexserverrequestpacketengine.cpp
       
    63 SOURCE			obexerrorengine.cpp
       
    64 SOURCE			TObexServerOperationState.cpp
       
    65 SOURCE			TObexServerStateDisconnected.cpp
       
    66 SOURCE			TObexServerStateTransportConnected.cpp
       
    67 SOURCE			TObexServerStateObexConnecting.cpp
       
    68 SOURCE			TObexServerStateWaitForUserPassword.cpp
       
    69 SOURCE			TObexServerStateReady.cpp
       
    70 SOURCE			TObexServerStatePutOpWaitForUser.cpp
       
    71 SOURCE			TObexServerStatePutOpReceiveObject.cpp
       
    72 SOURCE			TObexServerStateGetOpReceiveSpecification.cpp
       
    73 SOURCE			TObexServerStateGetOpWaitForUser.cpp
       
    74 SOURCE			TObexServerStateGetOpSendObject.cpp
       
    75 SOURCE			TObexServerStateSetPathOp.cpp
       
    76 SOURCE			TObexServerStatePutOpFinal.cpp
       
    77 SOURCE			TObexServerStateGetOpFinal.cpp
       
    78 SOURCE			TObexServerStateDisconnecting.cpp
       
    79 
       
    80 USERINCLUDE		../inc
       
    81 USERINCLUDE		../../common
       
    82 
       
    83 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    84 
       
    85 LIBRARY			euser.lib 
       
    86 LIBRARY			efsrv.lib 
       
    87 LIBRARY			esock.lib 
       
    88 LIBRARY			hash.lib 
       
    89 LIBRARY			charconv.lib 
       
    90 LIBRARY  		obexcommontransport.lib
       
    91 LIBRARY			irda.lib		// Needed by IrOBEXUtil::CreateTransportInfoL
       
    92 LIBRARY			bluetooth.lib	// Needed by IrOBEXUtil::CreateTransportInfoL
       
    93 LIBRARY 		ecom.lib
       
    94 
       
    95 START WINS
       
    96     BASEADDRESS 0x73900000
       
    97 END
       
    98 
       
    99 VENDORID 0x70000001
       
   100 
       
   101 SMPSAFE