wlan_bearer/wlanagent/group/wlanagt.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 "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 WLAN Agent
       
    15 *
       
    16 */
       
    17 
       
    18 /*
       
    19 * %version: 15 %
       
    20 */
       
    21 
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 TARGET              wlanagt.agt
       
    25 TARGETTYPE          dll
       
    26 UID                 0x10003d39 0x101f8e18
       
    27 
       
    28 CAPABILITY          CAP_GENERAL_DLL
       
    29 VENDORID            VID_DEFAULT
       
    30 
       
    31 SOURCEPATH          ../src
       
    32 
       
    33 SOURCE              wlanagt.cpp
       
    34 SOURCE              wlanagtsm.cpp
       
    35 SOURCE              wlanagtstates.cpp
       
    36 
       
    37 USERINCLUDE         ../inc
       
    38 USERINCLUDE         ../../inc
       
    39 OS_LAYER_SYSTEMINCLUDE
       
    40 
       
    41 LIBRARY             euser.lib
       
    42 LIBRARY             ecom.lib
       
    43 LIBRARY             commsdat.lib
       
    44 LIBRARY             charconv.lib
       
    45 LIBRARY             nifman.lib
       
    46 LIBRARY             wlmserver.lib
       
    47 LIBRARY             wlandbif.lib
       
    48 LIBRARY             bafl.lib
       
    49 STATICLIBRARY       wlanscanlist.lib
       
    50 
       
    51 #if defined( ARMCC )
       
    52 DEFFILE              /epoc32/include/def/eabi/agent.def
       
    53 #else
       
    54 DEFFILE              /epoc32/release/wins/agent.def
       
    55 #endif