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