connectionmonitoring/connectionmonitorui/group/ConnectionMonitorUI.mmp
branchRCL_3
changeset 58 83ca720e2b9a
parent 0 5a93021fdf25
equal deleted inserted replaced
57:05bc53fe583b 58:83ca720e2b9a
       
     1 /*
       
     2 * Copyright (c) 2002 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: 
       
    15 *     This is the project specification file for ConnectionMonitorUi.
       
    16 *     
       
    17 *
       
    18 */
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 
       
    24 TARGET        ConnectionMonitorUi.exe
       
    25 TARGETTYPE    exe
       
    26 
       
    27 
       
    28 UID  0x100039CE 0x101F84D0
       
    29 
       
    30 CAPABILITY   CAP_APPLICATION NetworkControl ProtServ
       
    31 
       
    32 VENDORID VID_DEFAULT
       
    33 
       
    34 SOURCEPATH ../src
       
    35 SOURCE  ConnectionMonitorUiApp.cpp 
       
    36 SOURCE  ConnectionMonitorUiAppUi.cpp
       
    37 SOURCE  ConnectionMonitorUiDocument.cpp
       
    38 SOURCE  ConnectionMonitorUiContainer.cpp
       
    39 SOURCE  ConnectionMonitorUiView.cpp
       
    40 SOURCE  ConnectionMonitorUiDetailsView.cpp
       
    41 SOURCE  ConnectionMonitorUiDetailsContainer.cpp
       
    42 SOURCE  ConnectionInfoBase.cpp
       
    43 SOURCE  CsdConnectionInfo.cpp
       
    44 SOURCE  GprsConnectionInfo.cpp
       
    45 SOURCE  ConnectionArray.cpp
       
    46 SOURCE  FeatureManagerWrapper.cpp
       
    47 SOURCE  WlanConnectionInfo.cpp
       
    48 SOURCE  EasyWLANConnectionInfo.cpp
       
    49 SOURCE  ActiveWrapper.cpp
       
    50 
       
    51 
       
    52 START RESOURCE ../data/ConnectionMonitorUi.rss
       
    53 HEADER
       
    54 TARGETPATH APP_RESOURCE_DIR
       
    55 LANGUAGE_IDS
       
    56 END  // RESOURCE
       
    57 
       
    58 // Component specific internal headers 
       
    59 USERINCLUDE			../inc
       
    60 
       
    61 // ADO-SUBSYSTEM specific internal headers 
       
    62 SYSTEMINCLUDE		../../inc
       
    63 
       
    64 // ADO specific internal headers 
       
    65 SYSTEMINCLUDE		../../../inc
       
    66 
       
    67 //Macro to /epoc32 headers
       
    68 MW_LAYER_SYSTEMINCLUDE
       
    69 
       
    70 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
       
    71 APP_LAYER_SYSTEMINCLUDE
       
    72 #endif
       
    73 
       
    74 
       
    75 SYSTEMINCLUDE   /epoc32/include/libc
       
    76 
       
    77 
       
    78 LIBRARY euser.lib
       
    79 LIBRARY apparc.lib
       
    80 LIBRARY cone.lib
       
    81 LIBRARY eikcore.lib 
       
    82 LIBRARY eikcoctl.lib
       
    83 LIBRARY avkon.lib
       
    84 LIBRARY eikctl.lib
       
    85 LIBRARY	bafl.lib
       
    86 LIBRARY commonengine.lib
       
    87 LIBRARY	connmon.lib
       
    88 LIBRARY	estlib.lib
       
    89 LIBRARY egul.lib 
       
    90 LIBRARY apgrfx.lib
       
    91 LIBRARY hlplch.lib
       
    92 LIBRARY AknSkins.lib 
       
    93 LIBRARY AKNNOTIFY.LIB
       
    94 LIBRARY FeatMgr.lib
       
    95 LIBRARY commsdat.lib
       
    96 LIBRARY cmmanager.lib
       
    97 
       
    98 DEBUGLIBRARY flogger.lib
       
    99 DEBUGLIBRARY efsrv.lib
       
   100 
       
   101 
       
   102 epocstacksize 0x5000
       
   103 
       
   104 // DEFFILE ?filename
       
   105 
       
   106 
       
   107 START RESOURCE ../data/ConnectionMonitorUi_reg.rss
       
   108 DEPENDS connectionmonitorui.rsg
       
   109 // Do not change the UID below.
       
   110 TARGETPATH /private/10003a3f/apps
       
   111 END
       
   112 
       
   113