wlan_bearer/wlanldd/wlan_symbian/wlanldd_symbian/group/wlanosa.mmp
changeset 0 c40eb8fe8501
equal deleted inserted replaced
-1:000000000000 0:c40eb8fe8501
       
     1 /*
       
     2 * Copyright (c) 2007-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 wlanosa
       
    15 *
       
    16 */
       
    17 
       
    18 /*
       
    19 * %version: 11 %
       
    20 */
       
    21 
       
    22 #include <kernel/kern_ext.mmh>
       
    23 #include <platform_paths.hrh>
       
    24 #include "wlanldddma.mmh"
       
    25 
       
    26 TARGET                  wlanosa.lib
       
    27 TARGETTYPE              klib
       
    28 
       
    29 MACRO                   ALWAYS_KERNEL
       
    30 MACRO                   DEBUG_LEVEL=0x0000012F
       
    31 
       
    32 MACRO                   MEMCHUNK=0x00000020
       
    33 MACRO                   MEMCHUNK_ALLOC=0x00000040
       
    34 MACRO                   MEMCHUNK_FREE=0x00000080
       
    35 MACRO                   MEMORYPOOL=0x00000100
       
    36 MACRO                   PLAT_HW_CHUNK=0x00000200
       
    37 MACRO                   MUTEX_LEVEL=0x00000400
       
    38 MACRO                   TIMER_LEVEL=0x00000800
       
    39 MACRO                   DFC_LEVEL=0x00001000
       
    40 
       
    41 SOURCEPATH              ../../osa_symbian/src  
       
    42 SOURCE                  osa.cpp
       
    43 SOURCE                  osadfc.cpp
       
    44 SOURCE                  osatimer.cpp
       
    45 SOURCE                  osaplatformhwchunk.cpp
       
    46 SOURCE                  osaplatform.cpp
       
    47 
       
    48 SOURCEPATH              ../../../wlan_common/osa_common/src
       
    49 SOURCE                  osachunk.cpp
       
    50 SOURCE                  osaheap.cpp
       
    51 SOURCE                  osamemorypool.cpp
       
    52 
       
    53 USERINCLUDE             ../../../../inc
       
    54 USERINCLUDE             ../../../wlan_common/osa_common/inc
       
    55 
       
    56 OS_LAYER_KERNEL_SYSTEMINCLUDE