wlansecuritysettings/wepsecuritysettingsui/group/WEPSecuritySettingsUI.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 WEPSecuritySettingsUI. 
       
    15 *
       
    16 */
       
    17 
       
    18 /*
       
    19 * %version: tr1cfwln#25 %
       
    20 */
       
    21 
       
    22 #include <data_caging_paths.hrh>
       
    23 #include <platform_paths.hrh>
       
    24 
       
    25 
       
    26 TARGET      WEPSecuritySettingsUI.dll
       
    27 TARGETTYPE  DLL
       
    28 
       
    29 CAPABILITY CAP_GENERAL_DLL
       
    30 VENDORID VID_DEFAULT
       
    31 
       
    32 
       
    33 START RESOURCE  ../data/WEPSecuritySettingsUI.rss
       
    34 HEADER
       
    35 TARGETPATH RESOURCE_FILES_DIR
       
    36 LANGUAGE_IDS
       
    37 END  // RESOURCE
       
    38 
       
    39 
       
    40 SOURCEPATH ../src
       
    41 
       
    42 SOURCE WEPSecuritySettings.cpp
       
    43 SOURCE WEPSecuritySettingsImpl.cpp
       
    44 SOURCE WEPSecuritySettingsUI.cpp
       
    45 SOURCE WEPSecuritySettingsUiImpl.cpp
       
    46 SOURCE WEPSecuritySettingsDlg.cpp
       
    47 SOURCE WepKeyDataTextSettingPage.cpp
       
    48 SOURCE WEPSecuritySettingsUiPanic.cpp
       
    49 
       
    50 // Component specific internal headers 
       
    51 USERINCLUDE			../inc
       
    52 
       
    53 //Macro to /epoc32 headers
       
    54 MW_LAYER_SYSTEMINCLUDE
       
    55 APP_LAYER_SYSTEMINCLUDE
       
    56 
       
    57 LIBRARY hlplch.lib
       
    58 LIBRARY euser.lib
       
    59 LIBRARY cone.lib
       
    60 LIBRARY eikcore.lib
       
    61 LIBRARY eikcoctl.lib
       
    62 LIBRARY avkon.lib
       
    63 LIBRARY eikdlg.lib 
       
    64 LIBRARY bafl.lib
       
    65 LIBRARY commonengine.lib 
       
    66 LIBRARY commdb.lib
       
    67 LIBRARY FeatMgr.lib
       
    68 LIBRARY commsdat.lib
       
    69 
       
    70 DEBUGLIBRARY flogger.lib
       
    71 
       
    72 #if defined( WINSCW )
       
    73     DEFFILE ../bwinscw/WEPSecuritySettingsUI_EKA2_ALR.def
       
    74 #else
       
    75     DEFFILE ../eabi/WEPSecuritySettingsUI_EKA2_ALR.def
       
    76 #endif
       
    77 
       
    78 
       
    79 // End of File