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