irda/irdastack/group/IRDA.MMP
changeset 0 29b1cd4cb562
equal deleted inserted replaced
-1:000000000000 0:29b1cd4cb562
       
     1 // Copyright (c) 1997-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 // irda.dll provides the client side library for the IrDA protocol module
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 TARGET      irda.dll //Recommended unpaged
       
    23 CAPABILITY 	All -Tcb
       
    24 TARGETTYPE  DLL
       
    25 UID    		0x10003d38 0x10003d54
       
    26 VENDORID 	0x70000001
       
    27 #ifdef WINSCW
       
    28 DEFFILE     IRDA.DEF
       
    29 #else
       
    30 DEFFILE     irda.def
       
    31 #endif
       
    32 
       
    33 OPTION		cw -strict on -w pedantic,unused,hidevirtual,padding,ptrintconv
       
    34 
       
    35 //#define FLOGGER_V2
       
    36 
       
    37 SOURCEPATH      ../SSRC/client-side
       
    38 SOURCE        IR_SOCK.CPP
       
    39 SOURCE		  IASDatabaseEntry.cpp
       
    40 SOURCE		  IASQuery.cpp
       
    41 SOURCE		  IASResponse.cpp
       
    42 SOURCE 	      UTIL.CPP
       
    43 SOURCEPATH	../group
       
    44 
       
    45 
       
    46 USERINCLUDE   ../SSRC/client-side
       
    47 USERINCLUDE   ../SSRC/common
       
    48 USERINCLUDE ../INC
       
    49 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    50 LIBRARY       euser.lib bafl.lib efsrv.lib
       
    51 LIBRARY		  esock.lib
       
    52 
       
    53 #ifndef FLOGGER_V2
       
    54 DEBUGLIBRARY	flogger.lib
       
    55 MACRO			__FLOGGER_V1
       
    56 #else
       
    57 #include <flogger.mph>
       
    58 MACRO			__FLOGGER_V2
       
    59 #endif
       
    60 
       
    61 START WINS
       
    62     BASEADDRESS 0x41b00000
       
    63 END
       
    64 
       
    65 SMPSAFE