platforms/os/Symbian/WVSS/group/omap3430/wlanwvss.mmp
changeset 0 10c42ec6c05f
child 2 0bd0c2676e79
equal deleted inserted replaced
-1:000000000000 0:10c42ec6c05f
       
     1 /*
       
     2  * wlanwvss.mmp
       
     3  *
       
     4  * Copyright(c) 1998 - 2010 Texas Instruments. All rights reserved.      
       
     5  * All rights reserved.      
       
     6  * 
       
     7  * This program and the accompanying materials are made available under the 
       
     8  * terms of the Eclipse Public License v1.0 or BSD License which accompanies
       
     9  * this distribution. The Eclipse Public License is available at
       
    10  * http://www.eclipse.org/legal/epl-v10.html and the BSD License is as below.                                   
       
    11  *                                                                       
       
    12  * Redistribution and use in source and binary forms, with or without    
       
    13  * modification, are permitted provided that the following conditions    
       
    14  * are met:                                                              
       
    15  *                                                                       
       
    16  *  * Redistributions of source code must retain the above copyright     
       
    17  *    notice, this list of conditions and the following disclaimer.      
       
    18  *  * Redistributions in binary form must reproduce the above copyright  
       
    19  *    notice, this list of conditions and the following disclaimer in    
       
    20  *    the documentation and/or other materials provided with the         
       
    21  *    distribution.                                                      
       
    22  *  * Neither the name Texas Instruments nor the names of its            
       
    23  *    contributors may be used to endorse or promote products derived    
       
    24  *    from this software without specific prior written permission.      
       
    25  *                                                                       
       
    26  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS   
       
    27  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT     
       
    28  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 
       
    29  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT  
       
    30  * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 
       
    31  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT      
       
    32  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 
       
    33  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 
       
    34  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT   
       
    35  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
       
    36  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
       
    37  */
       
    38 
       
    39 
       
    40 // MMP file for TI Wilink
       
    41 //
       
    42 #include        <omapsw\base\variant\zoom2\variant.mmh>
       
    43 #include        "kernel\kern_ext.mmh"
       
    44 #include        <platform_paths.hrh>
       
    45 
       
    46 
       
    47 TARGET			        TI_wlanpdd.pdd
       
    48 TARGETTYPE              pdd
       
    49 
       
    50 UID 0x100039d0 0x101F8E54
       
    51 VENDORID 0x70000001
       
    52 
       
    53 OS_LAYER_KERNEL_SYSTEMINCLUDE
       
    54 
       
    55 STATICLIBRARY           wlanosa.lib
       
    56 STATICLIBRARY           wlanosadebug.lib
       
    57 STATICLIBRARY           wlanhpa.lib
       
    58 LIBRARY                 VariantTarget(kaomap,lib) 
       
    59 LIBRARY			VariantTarget(resourcemanager,lib) 
       
    60 LIBRARY			VariantTarget(t2gpio,lib) 
       
    61 LIBRARY			VariantTarget(gpio,lib)
       
    62 
       
    63 
       
    64 // TI macros
       
    65 	MACRO HOST_COMPILE
       
    66 	MACRO __BYTE_ORDER_LITTLE_ENDIAN
       
    67 	MACRO TNETW1273 	 // used if CHIP is 1273
       
    68 	MACRO PLATFORM_SYMBIAN=1	
       
    69 	MACRO _USER_MODE 	 // has no meaning, but can't compile without it. 
       
    70 	MACRO WSPI
       
    71 	macro __WAKEUP_3430__
       
    72 	
       
    73 
       
    74 #include "wlanwvss.mmh"
       
    75 
       
    76 SYSTEMINCLUDE	\epoc32\include
       
    77 SYSTEMINCLUDE	\epoc32\include\libc
       
    78 SYSTEMINCLUDE	\epoc32\include\domain\osextensions
       
    79 SYSTEMINCLUDE	\epoc32\include\tiomap3\assp\34xx
       
    80 SYSTEMINCLUDE	\epoc32\include\tiomap3\assp\common
       
    81 SYSTEMINCLUDE	\epoc32\include\tiomap3\variant\34xx_sdp
       
    82 SYSTEMINCLUDE	\epoc32\include\tiomap3\variant\common
       
    83 SYSTEMINCLUDE	\epoc32\include\tiomap3\drivers
       
    84 SYSTEMINCLUDE	\epoc32\include\drivers
       
    85 SYSTEMINCLUDE	\epoc32\include\drivers\sdio
       
    86 
       
    87 SYSTEMINCLUDE \sf\os\wlan\wlan_dom\wlan_hpa_api\inc
       
    88 SYSTEMINCLUDE \sf\os\wlan\wlan_dom\wlan_osa_api\inc
       
    89 
       
    90 SYSTEMINCLUDE       \src\cedar\generic\base\tiomap3\e32\drivers\pbus\mmc\sdcard\sdcard3c\sdio
       
    91 SYSTEMINCLUDE       \src\cedar\generic\base\tiomap3\e32\drivers\pbus\mmc\sdcard
       
    92 
       
    93 //SYSTEMINCLUDE		AsspCommonIncludePath
       
    94 
       
    95 //library			VariantTarget(kaomap,lib)
       
    96 
       
    97 #ifdef WLAN_SDIO
       
    98 library				epbussdio3.lib
       
    99 #endif
       
   100 
       
   101 CAPABILITY ALL
       
   102 
       
   103 start wins
       
   104 win32_headers
       
   105 end
       
   106 
       
   107 EPOCALLOWDLLDATA
       
   108