datacommsserver/networkcontroller/group/NetCon.mmp
changeset 0 dfb7c4ff071f
equal deleted inserted replaced
-1:000000000000 0:dfb7c4ff071f
       
     1 /*
       
     2 * Copyright (c) 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 "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 *
       
    16 */
       
    17 
       
    18 /**
       
    19 @file
       
    20 
       
    21 @SYMPurpose netcon.dll Network controller library
       
    22 */
       
    23 
       
    24 TARGET                  netcon.dll
       
    25 TARGETTYPE              DLL
       
    26 UID                     0x1000008D 0x101F6CEC
       
    27 VENDORID 0x70000001
       
    28 
       
    29 SOURCEPATH              ../src
       
    30 SOURCE                  NetCon.cpp CNetworkController.cpp CNetConRequestBase.cpp
       
    31 SOURCE                  CReconnectRequest.cpp CSelectionRequest.cpp
       
    32 SOURCE                  NetConLog.cpp CTelBearer.cpp sigstrgth.cpp asynwrap.cpp
       
    33 SOURCE					CNetConDlgProcessor.cpp
       
    34 
       
    35 USERINCLUDE             ../src ../inc
       
    36 
       
    37 USERINCLUDE ../inc
       
    38 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    39 
       
    40 LIBRARY                 euser.lib
       
    41 LIBRARY                 nifman.lib
       
    42 LIBRARY                 commdb.lib
       
    43 LIBRARY					commsdat.lib
       
    44 LIBRARY                 esock.lib
       
    45 LIBRARY                 etel.lib
       
    46 LIBRARY                 etelmm.lib
       
    47 LIBRARY                 etelpckt.lib
       
    48 DEBUGLIBRARY            comsdbgutil.lib
       
    49 
       
    50 DEFFILE                 NetCon.def
       
    51 
       
    52 MACRO                   DETAILED_LOG=1
       
    53 
       
    54 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    55