browserutilities/connectionmanager/Group/ConnectionManager.mmp
changeset 0 dd21522fd290
child 5 10e98eab6f85
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     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 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: 
       
    15 *     This is project specification file for the ConnectionManager.
       
    16 *
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #include <data_caging_paths.hrh>
       
    22 #include <bldvariant.hrh>
       
    23 #include <platform_paths.hrh>
       
    24 #include <platform/mw/Browser_platform_variant.hrh>
       
    25 
       
    26 TARGET  ConnectionManager.dll
       
    27 TARGETTYPE  dll
       
    28 UID  0x1000008d 0x10008D3F
       
    29 SOURCEPATH ../src
       
    30 
       
    31 VENDORID VID_DEFAULT
       
    32 CAPABILITY	CAP_GENERAL_DLL
       
    33 
       
    34 USERINCLUDE ../inc
       
    35 USERINCLUDE ../../inc
       
    36 
       
    37 MW_LAYER_SYSTEMINCLUDE
       
    38 
       
    39 START RESOURCE ../data/ConnectionManager.rss
       
    40 HEADER
       
    41 TARGETPATH  RESOURCE_FILES_DIR
       
    42 END
       
    43 
       
    44 SOURCE IdPair.cpp
       
    45 SOURCE InternetConnectionManager.cpp
       
    46 SOURCE ConnectionObservers.cpp
       
    47 SOURCE ConnManActiveConnector.cpp
       
    48 SOURCE ConnManKeyAbsorber.cpp
       
    49 SOURCE ConnManLogger.cpp
       
    50 
       
    51 LANGUAGE_IDS
       
    52 
       
    53 LIBRARY     ESock.lib
       
    54 LIBRARY     AknNotify.lib
       
    55 LIBRARY     Avkon.lib
       
    56 LIBRARY     APEngine.lib
       
    57 LIBRARY     Euser.lib
       
    58 LIBRARY     CommDb.lib
       
    59 LIBRARY     Cone.lib	//to get CCoeEnv
       
    60 LIBRARY     Bafl.lib //determining language
       
    61 LIBRARY     commonengine.lib//string loader
       
    62 LIBRARY     commonui.lib //Error note
       
    63 LIBRARY     efsrv.lib //resource reading
       
    64 LIBRARY     etel.lib
       
    65 LIBRARY     etelmm.lib
       
    66 LIBRARY     AknSkins.lib // Skins support
       
    67 LIBRARY     eikcoctl.lib    // AP selection dialog
       
    68 // This will have to be changed to ConnectionUiUtils
       
    69 LIBRARY     agentdialog.lib
       
    70 LIBRARY     ConnectionUiUtilities.lib
       
    71 
       
    72 LIBRARY     centralrepository.lib
       
    73 LIBRARY     featmgr.lib
       
    74 LIBRARY     cmmanager.lib
       
    75 DEBUGLIBRARY    flogger.lib
       
    76 
       
    77 #if defined(ARMCC)
       
    78     DEFFILE ../EABI/CONNECTIONMANAGERU_EKA2.def
       
    79 #else
       
    80     DEFFILE ../BWinsCw/CONNECTIONMANAGERU_EKA2.def
       
    81 #endif
       
    82 
       
    83 //SRCDBG
       
    84 
       
    85 // End of File