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