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