wlansecuritysettings/wlaneapsettingsui/group/bld.inf
branchRCL_3
changeset 18 bad0cc58d154
parent 17 30e048a7b597
child 19 c74b3d9f6b9e
equal deleted inserted replaced
17:30e048a7b597 18:bad0cc58d154
     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 file provides the information required for building theWLAN EAP Settings UI. 
       
    15 *
       
    16 */
       
    17 
       
    18 /*
       
    19 * %version: 6 %
       
    20 */
       
    21 
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 PRJ_PLATFORMS
       
    25 DEFAULT
       
    26 
       
    27 PRJ_EXPORTS
       
    28 // export iby files
       
    29 ../rom/WlanEapSettingsUi.iby		CORE_MW_LAYER_IBY_EXPORT_PATH(WlanEapSettingsUi.iby)
       
    30 ../rom/WlanEapSettingsUiResources.iby	LANGUAGE_MW_LAYER_IBY_EXPORT_PATH(WlanEapSettingsUiResources.iby)
       
    31 
       
    32 // export localised loc file
       
    33 ../loc/wlaneapsettingsui.loc				MW_LAYER_LOC_EXPORT_PATH(wlaneapsettingsui.loc)
       
    34 ../EapAka/ConfigUi/loc/eapakaui.loc			MW_LAYER_LOC_EXPORT_PATH(eapakaui.loc)
       
    35 ../EapGtc/ConfigUi/loc/eapgtcui.loc			MW_LAYER_LOC_EXPORT_PATH(eapgtcui.loc)
       
    36 ../EapGtc/NotifierUi/loc/gtcnotifdlg.loc		MW_LAYER_LOC_EXPORT_PATH(gtcnotifdlg.loc)
       
    37 ../EapMschapv2/ConfigUi/loc/eapmschapv2ui.loc		MW_LAYER_LOC_EXPORT_PATH(eapmschapv2ui.loc)
       
    38 ../EapMschapv2/NotifierUi/loc/mschapv2notifdlg.loc	MW_LAYER_LOC_EXPORT_PATH(mschapv2notifdlg.loc)
       
    39 ../EapPeap/ConfigUi/loc/eappeapui.loc			MW_LAYER_LOC_EXPORT_PATH(eappeapui.loc)
       
    40 ../EapSim/ConfigUi/loc/eapsimui.loc			MW_LAYER_LOC_EXPORT_PATH(eapsimui.loc)
       
    41 ../EapTls/ConfigUi/loc/eaptlsui.loc			MW_LAYER_LOC_EXPORT_PATH(eaptlsui.loc)
       
    42 ../EapTtls/ConfigUi/loc/eapttlsui.loc			MW_LAYER_LOC_EXPORT_PATH(eapttlsui.loc)
       
    43 ../pap/configui/loc/papui.loc			MW_LAYER_LOC_EXPORT_PATH(papui.loc)
       
    44 ../pap/notifierui/loc/papnotifdlg.loc		MW_LAYER_LOC_EXPORT_PATH(papnotifdlg.loc)
       
    45 
       
    46 PRJ_MMPFILES
       
    47 
       
    48 // Settings dialogs
       
    49 EapSimUi.mmp
       
    50 EapTlsUi.mmp
       
    51 EapPeapUi.mmp
       
    52 EapTtlsUi.mmp
       
    53 EapMschapv2Ui.mmp
       
    54 EapGtcUi.mmp
       
    55 EapAkaUi.mmp
       
    56 papui.mmp
       
    57 
       
    58 // Notifiers components
       
    59 MsChapv2NotifDlg.mmp
       
    60 GtcNotifDlg.mmp
       
    61 papnotifdlg.mmp
       
    62 
       
    63 
       
    64 // Notifier wrapper
       
    65 eapnotifwrapper.mmp
       
    66 
       
    67 // Access Point UI interface module
       
    68 EapPluginConfig.mmp
       
    69 
       
    70 PRJ_TESTMMPFILES
       
    71 
       
    72 //  End of File