wlansecuritysettings/wlaneapsettingsui/group/MsChapv2NotifDlg.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 MsChapv2NotifDlg
       
    15 *
       
    16 */
       
    17 
       
    18 /*
       
    19 * %version: 10.1.10 %
       
    20 */
       
    21 
       
    22 #include <data_caging_paths.hrh>
       
    23 #include <platform_paths.hrh>
       
    24 
       
    25 TARGET          mschapv2notifdlg.dll
       
    26 TARGETTYPE      DLL
       
    27 UID             0x101FDFAE 0x102072B2
       
    28 CAPABILITY      CAP_GENERAL_DLL
       
    29 VENDORID        VID_DEFAULT
       
    30 
       
    31 
       
    32 SOURCEPATH      ../EapMschapv2/NotifierUi/src
       
    33 
       
    34 SOURCE          MsChapv2NotifDlgPlugin.cpp 
       
    35 SOURCE          MsChapv2NotifDialog.cpp 
       
    36 
       
    37 
       
    38 USERINCLUDE     ../EapMschapv2/NotifierUi/inc
       
    39 
       
    40 //Macro to /epoc32 headers
       
    41 MW_LAYER_SYSTEMINCLUDE
       
    42 
       
    43 
       
    44 START RESOURCE  ../data/MsChapv2NotifDlgUi.rss
       
    45 HEADER
       
    46 TARGETPATH  RESOURCE_FILES_DIR
       
    47 LANGUAGE_IDS
       
    48 END
       
    49 
       
    50 
       
    51 #if defined(ARMCC)
       
    52     DEFFILE ../eabi/mschapv2notifdlg.def
       
    53 #elif defined( WINSCW )
       
    54     DEFFILE ../bwinscw/mschapv2notifdlg.def
       
    55 #elif defined( WINS )
       
    56     DEFFILE ../bwins/mschapv2notifdlg.def
       
    57 #else
       
    58     DEFFILE ../bmarm/mschapv2notifdlg.def
       
    59 #endif
       
    60 
       
    61 
       
    62 LIBRARY euser.lib eikdlg.lib eiksrv.lib cone.lib commdb.lib eikcore.lib
       
    63 LIBRARY eikcoctl.lib bafl.lib
       
    64 LIBRARY avkon.lib
       
    65 LIBRARY AknSkins.lib
       
    66 LIBRARY charconv.lib
       
    67 LIBRARY commonengine.lib
       
    68 LIBRARY AknNotify.lib  
       
    69 
       
    70 
       
    71 // End of File