connectionutilities/ConnectionDialogs/group/ConnUiUtilsNotif.mmp
changeset 0 5a93021fdf25
child 1 40cb640ef159
equal deleted inserted replaced
-1:000000000000 0:5a93021fdf25
       
     1 /*
       
     2 * Copyright (c) 2004 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 "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 
       
    15 *               Connection Ui Utilities Notifier
       
    16 *
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #include <data_caging_paths.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 TARGET      ConnUiUtilsNotif.DLL
       
    25 
       
    26 TARGETTYPE  DLL
       
    27 
       
    28 TARGETPATH  /System/libs
       
    29 
       
    30 UID         0x101FDFAE 0x101FD668       
       
    31 
       
    32 CAPABILITY CAP_GENERAL_DLL 
       
    33 
       
    34 VENDORID VID_DEFAULT
       
    35 
       
    36 START RESOURCE ../ConnectionUiUtilities/data/ConnUiUtilsNotif.rss
       
    37 HEADER
       
    38     TARGETPATH  RESOURCE_FILES_DIR
       
    39     LANGUAGE_IDS
       
    40 END     // RESOURCE
       
    41 
       
    42 SOURCEPATH  ../ConnectionUiUtilities/NotifSrc
       
    43 SOURCE      ConnUiUtilsNotif.cpp
       
    44 
       
    45 SOURCE      SelectWLANDlg.cpp
       
    46 SOURCE      SelectWLanDlgPlugin.cpp
       
    47 SOURCE      ActiveSelectWLanDlgPlugin.cpp
       
    48 SOURCE      wlancoveragecheck.cpp
       
    49 
       
    50 SOURCE      OfflineWlanNoteDlg.cpp
       
    51 SOURCE      OfflineWlanNoteNotif.cpp
       
    52 
       
    53 SOURCE      WlanNetworkDataProvider.cpp
       
    54 SOURCE      NetworkInfoBase.cpp
       
    55 SOURCE      NetworkInfoArray.cpp
       
    56 SOURCE      NetworkInfoKey.cpp
       
    57 
       
    58 SOURCE      WepWpaQueryDlg.cpp
       
    59 SOURCE      EasyWepDlgNotif.cpp
       
    60 SOURCE      EasyWpaDlgNotif.cpp
       
    61 
       
    62 SOURCE      OfflineWlanDisabledNoteNotif.cpp
       
    63 SOURCE      ActiveOfflineWlanDisabledNote.cpp
       
    64 
       
    65 SOURCE      WLANNetworkUnavailableNoteNotif.cpp
       
    66 SOURCE      ActiveWLANNetworkUnavailableNote.cpp
       
    67 
       
    68 SOURCE      ConfirmationQuery.cpp
       
    69 SOURCE      ConfirmationQueryNotif.cpp
       
    70 SOURCE      ActiveConnectViaNote.cpp
       
    71 SOURCE      ConnectViaNoteNotif.cpp
       
    72 SOURCE      NoteDlgSuppressingSwitch.cpp
       
    73 SOURCE      wlanpowersavetest.cpp
       
    74 SOURCE      wlanpowersavetestnotif.cpp
       
    75 SOURCE      easywapidlgnotif.cpp
       
    76 SOURCE      nowlannetworksavailablenotif.cpp
       
    77 SOURCE      connectingviadiscreetpopup.cpp
       
    78 SOURCE      connectingviadiscreetpopupnotif.cpp
       
    79 SOURCE      connectionerrordiscreetpopup.cpp
       
    80 SOURCE      connectionerrordiscreetpopupnotif.cpp
       
    81 
       
    82 SOURCEPATH  ../src
       
    83 SOURCE      ConnectionInfo.cpp
       
    84 SOURCE      ConnectionDialogsNotifBase.cpp
       
    85 SOURCE	ExpiryTimer.cpp
       
    86 
       
    87 USERINCLUDE     ../ConnectionUiUtilities/NotifInc
       
    88 USERINCLUDE     ../ConnectionUiUtilities/inc
       
    89 
       
    90 // Component specific internal headers 
       
    91 USERINCLUDE			../inc
       
    92 
       
    93 // ADO specific internal headers 
       
    94 SYSTEMINCLUDE		../../../inc
       
    95 
       
    96 //Macro to /epoc32 headers
       
    97 MW_LAYER_SYSTEMINCLUDE
       
    98 
       
    99 SYSTEMINCLUDE   /epoc32/include/libc 
       
   100 SYSTEMINCLUDE   /epoc32/include/uikon
       
   101 
       
   102 
       
   103 LIBRARY     euser.lib eikdlg.lib eiksrv.lib cone.lib eikcore.lib eikcoctl.lib
       
   104 LIBRARY     bafl.lib avkon.lib AknSkins.lib Ecom.lib 
       
   105 LIBRARY		eiksrvui.lib
       
   106 LIBRARY     commonengine.lib
       
   107 LIBRARY     AKNNOTIFY.LIB
       
   108 LIBRARY     AknIcon.lib
       
   109 LIBRARY     egul.lib
       
   110 LIBRARY	    centralrepository.lib 
       
   111 LIBRARY	    aknlayout.lib 
       
   112 LIBRARY     AknCapServerClient.lib
       
   113 LIBRARY     FeatMgr.lib
       
   114 LIBRARY     charconv.lib
       
   115 
       
   116 LIBRARY     commdb.lib
       
   117 LIBRARY		  cmmanager.lib
       
   118 LIBRARY     etel3rdparty.lib 
       
   119 
       
   120 #if defined(ARMCC)
       
   121     DEFFILE ../ConnectionUiUtilities/EABI/ConnUiUtilsNotif.DEF
       
   122 #elif defined( WINSCW )
       
   123     DEFFILE ../ConnectionUiUtilities/BWinsCw/ConnUiUtilsNotif.DEF
       
   124 #endif
       
   125 
       
   126 DEBUGLIBRARY flogger.lib
       
   127 DEBUGLIBRARY efsrv.lib
       
   128 
       
   129 
       
   130 // End of File