networkhandling/networkhandlingengine/Group/networkhandling.mmp
changeset 0 ff3b6d0fd310
child 3 a4a774cb6ea7
equal deleted inserted replaced
-1:000000000000 0:ff3b6d0fd310
       
     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:  Project specification file for Network Handling dll
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 //Define to use bigger timer values e.g. in WINS
       
    21 //MACRO TESTINGVIAG
       
    22 //MACRO TESTINGMCN
       
    23 
       
    24 TARGET          networkhandling.dll
       
    25 TARGETTYPE      dll
       
    26 UID             0x1000008D 0x1000A837
       
    27 
       
    28 CAPABILITY      CAP_GENERAL_DLL
       
    29 VENDORID        VID_DEFAULT
       
    30 
       
    31 SOURCEPATH      ../NetworkHandlingSrc
       
    32 
       
    33 SOURCE          CNWNetworkCurrentNetworkMonitor.cpp
       
    34 SOURCE          CNWSession.cpp
       
    35 SOURCE          CNWNetworkModeMonitor.cpp
       
    36 SOURCE          CNWNetworkMonitorBase.cpp
       
    37 SOURCE          CNWNetworkRegistrationStatusMonitor.cpp
       
    38 SOURCE          NWPanic.cpp
       
    39 SOURCE          CNWProgrammableOperatorNameCommand.cpp
       
    40 SOURCE          CNWServiceProviderNameCommand.cpp
       
    41 SOURCE          CNWMessageHandler.cpp
       
    42 SOURCE          CNWSubscriberIdCommand.cpp
       
    43 SOURCE          CNWNetworkProviderNameCommand.cpp
       
    44 SOURCE          CNWNetworkRegistrationStatusReceiver.cpp
       
    45 SOURCE          CNWNetworkCurrentNetworkReceiver.cpp
       
    46 #ifdef RD_PHONE_NG
       
    47 SOURCE          cnwnetworkselectionsettingmonitor.cpp
       
    48 #endif
       
    49 
       
    50 #ifdef __PROTOCOL_GSM
       
    51 #include "Networkhandlinggsm.mmp"
       
    52 #endif
       
    53 
       
    54 USERINCLUDE     ../NetworkHandlingInc
       
    55 
       
    56 MW_LAYER_SYSTEMINCLUDE
       
    57 SYSTEMINCLUDE   ../../../inc
       
    58 
       
    59 LIBRARY         customapi.lib
       
    60 LIBRARY         etel.lib
       
    61 LIBRARY         etelmm.lib
       
    62 LIBRARY         euser.lib
       
    63 LIBRARY         flogger.lib
       
    64 LIBRARY         efsrv.lib
       
    65 LIBRARY         charconv.lib
       
    66 
       
    67 LIBRARY         centralrepository.lib
       
    68 
       
    69 #ifdef WINSCW
       
    70     DEFFILE ../Bwins/NETWORKHANDLING.DEF
       
    71 #else
       
    72     #ifdef RD_PHONE_NG
       
    73         DEFFILE ../EABI/networkhandlingNG.DEF
       
    74     #else
       
    75         DEFFILE ../EABI/networkhandling.DEF
       
    76     #endif // RD_PHONE_NG
       
    77 #endif // WINSCW
       
    78 LANG            SC
       
    79 
       
    80 
       
    81