wlanhwinit_stub/group/wlanhwinit.mmp
changeset 52 3248d079cead
parent 0 0ce1b5ce9557
equal deleted inserted replaced
47:fb031b08c285 52:3248d079cead
    14 * Description:  Project definition file for the WLAN HW Init
    14 * Description:  Project definition file for the WLAN HW Init
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 7 %
    19 * %version: 8 %
    20 */
    20 */
    21 
    21 
    22 #include <platform_paths.hrh>
    22 #include <platform_paths.hrh>
    23 
    23 
    24 TARGET          wlanhwinit.dll
    24 TARGET          wlanhwinit.dll
    26 UID             0x1000008d 0x10207267
    26 UID             0x1000008d 0x10207267
    27 
    27 
    28 CAPABILITY      CAP_GENERAL_DLL
    28 CAPABILITY      CAP_GENERAL_DLL
    29 VENDORID        VID_DEFAULT
    29 VENDORID        VID_DEFAULT
    30 
    30 
    31 #if defined( ARMCC )
       
    32 DEFFILE         ../eabi/ 
       
    33 #elif defined( WINSCW )
       
    34 DEFFILE         ../bwinscw/ 
       
    35 #elif defined( WINS )
       
    36 DEFFILE         ../bwins/ 
       
    37 #else
       
    38 DEFFILE         ../bmarm/ 
       
    39 #endif
       
    40 
       
    41 SOURCEPATH      ../src 
    31 SOURCEPATH      ../src 
    42 SOURCE          wlanhwinit.cpp
    32 SOURCE          wlanhwinit.cpp
    43 
    33 
    44 USERINCLUDE     ../inc
    34 USERINCLUDE     ../inc
    45 OS_LAYER_SYSTEMINCLUDE
    35 OS_LAYER_SYSTEMINCLUDE