wlansecuritysettings/wifiprotectedsetup/group/wifiprotclient.mmp
changeset 0 c8830336c852
child 2 1c7bc153c08e
equal deleted inserted replaced
-1:000000000000 0:c8830336c852
       
     1 /*
       
     2 * Copyright (c) 2001-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: This is project specification file for the ConnectionUiUtilities. 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 
       
    23 TARGET      wifiprotclient.dll
       
    24 TARGETTYPE  DLL
       
    25 
       
    26 CAPABILITY CAP_GENERAL_DLL
       
    27 VENDORID VID_DEFAULT
       
    28 
       
    29 
       
    30 SOURCEPATH ../src
       
    31 SOURCE wifiprotuiclient.cpp
       
    32 SOURCE wifiprotsession.cpp
       
    33 SOURCE wifiprotuiclientimpl.cpp
       
    34 SOURCE wifiprotactiveresp.cpp
       
    35 SOURCE wifiprotsyncclient.cpp
       
    36 
       
    37 
       
    38 // Component specific internal headers 
       
    39 USERINCLUDE         ../inc
       
    40 
       
    41 //Macro to /epoc32 headers
       
    42 MW_LAYER_SYSTEMINCLUDE
       
    43 
       
    44 LIBRARY euser.lib
       
    45 LIBRARY cone.lib
       
    46 LIBRARY eikcore.lib
       
    47 LIBRARY eikcoctl.lib
       
    48 LIBRARY avkon.lib
       
    49 LIBRARY eikdlg.lib 
       
    50 LIBRARY bafl.lib
       
    51 LIBRARY commonengine.lib
       
    52 LIBRARY aknskins.lib
       
    53 LIBRARY featmgr.lib 
       
    54 LIBRARY aknnotify.lib
       
    55 LIBRARY ecom.lib
       
    56 LIBRARY	aknlayout.lib
       
    57 
       
    58 LIBRARY flogger.lib
       
    59 
       
    60 #if defined( ARMCC )
       
    61     DEFFILE ../eabi/wifiprotclient_alr.def
       
    62 #elif defined( WINSCW )
       
    63     DEFFILE ../bwinscw/wifiprotclient_alr.def
       
    64 #endif
       
    65 
       
    66 
       
    67 // End of File