wlan_bearer/wlanldd/wlan_symbian/wlanldd_symbian/group/wlanldd.mmp
changeset 0 c40eb8fe8501
equal deleted inserted replaced
-1:000000000000 0:c40eb8fe8501
       
     1 /*
       
     2 * Copyright (c) 2002-2009 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 the License "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:   Project definition file for project wlanldd
       
    15 *
       
    16 */
       
    17 
       
    18 /*
       
    19 * %version: 29 %
       
    20 */
       
    21 
       
    22 #include        <kernel/kern_ext.mmh>
       
    23 #include        <platform_paths.hrh>
       
    24 #include        "wlanldddma.mmh"
       
    25 #include        "wlanlddtrace.mmh"
       
    26 
       
    27 TARGET          wlanldd.ldd
       
    28 
       
    29 TARGETTYPE      ldd
       
    30 
       
    31 UID		0x100000af 0x101F8E53
       
    32 
       
    33 MACRO ALWAYS_KERNEL
       
    34 
       
    35 // trace levels
       
    36 MACRO INIT_LEVEL=0x00000020
       
    37 MACRO UMAC_PROTOCOL_STATE=0x00000040
       
    38 MACRO NWSA_CMD_STATE=0x00000080
       
    39 MACRO MUTEX=0x00000100
       
    40 MACRO NWSA_CALLBACK=0x00000200
       
    41 MACRO UMAC_MGMT_CALLBACK=0x00000400
       
    42 MACRO UMAC_PROTO_CALLBACK=0x00000800
       
    43 MACRO NWSA_CMD_STATE_DETAILS=0x00001000
       
    44 MACRO QOS=0x00002000
       
    45 MACRO WLM_CMD=0x00004000
       
    46 MACRO WLM_INDICATION=0x00008000
       
    47 MACRO WLM_CMD_DETAILS=0x00010000
       
    48 MACRO UMAC_DETAILS=0x00020000
       
    49 MACRO NWSA_TX=0x00040000
       
    50 MACRO NWSA_TX_DETAILS=0x00080000
       
    51 MACRO UMAC_AUTH=0x00100000
       
    52 MACRO UMAC_ASSOC=0x00200000
       
    53 MACRO PACKETSCHEDULER=0x00400000
       
    54 MACRO MEMORY=0x00800000
       
    55 MACRO TX_RATE_ADAPT=0x01000000
       
    56 MACRO RX_FRAME=0x02000000
       
    57 MACRO SCAN=0x04000000
       
    58 MACRO PWRSTATETRANSITION=0x08000000
       
    59 MACRO DOT11STATETRANSIT=0x10000000
       
    60 MACRO EVENTDISPATCHER=0x20000000
       
    61 MACRO CCX=0x40000000
       
    62 // for temporary trace
       
    63 MACRO SCRATCH=0x80000000
       
    64 
       
    65 USERINCLUDE     ../inc
       
    66 USERINCLUDE     ../../../wlan_common/osa_common/inc
       
    67 USERINCLUDE     ../../../../inc
       
    68 
       
    69 OS_LAYER_KERNEL_SYSTEMINCLUDE
       
    70 
       
    71 STATICLIBRARY 	wlantrace.lib
       
    72 STATICLIBRARY  	wlanumac.lib
       
    73 STATICLIBRARY   wlanosa.lib
       
    74 STATICLIBRARY   wlanosadebug.lib
       
    75 
       
    76 SOURCEPATH	    ../src 
       
    77 
       
    78 SOURCE WLanLogicalDevice.cpp
       
    79 SOURCE wllddlogicalchannelbase.cpp
       
    80 SOURCE WlanLogicalChannel.cpp
       
    81 SOURCE WlLddPlatfrom.cpp
       
    82 SOURCE EthernetFrameMemMngr.cpp
       
    83 SOURCE FrameXferBlock.cpp
       
    84 SOURCE DataFrameMemMngr.cpp
       
    85 SOURCE MgmtFrameMemMngr.cpp
       
    86 SOURCE wllddpowerhandler.cpp
       
    87 SOURCE wlldddmausablememory.cpp
       
    88 
       
    89 capability		all