linklayercontrol/networkinterfacemgr/netcfgext/group/netcfgext.mmp
changeset 0 af10295192d8
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // netcfgextprov.mmp
       
    15 // 
       
    16 //
       
    17 
       
    18 #include <cflog.mmh>
       
    19 
       
    20 TARGET netcfgext.dll
       
    21 TARGETTYPE DLL
       
    22 
       
    23 UID 0x10009D8D 0x10282FFE
       
    24 VENDORID 0x70000001
       
    25 
       
    26 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    27 
       
    28 USERINCLUDE 	../inc
       
    29 SOURCEPATH	../src
       
    30 
       
    31 // legacy
       
    32 SOURCE nifconfigurationcontrol.cpp rconfigdaemon.cpp netcfgextnbase.cpp
       
    33 
       
    34 // configuration
       
    35 SOURCE netcfgextprov.cpp netcfgextnotify.cpp
       
    36 
       
    37 // scpr 
       
    38 // disabled as ipproto layer needs to know about the netcfgext to support legacy actions.
       
    39 // since it needs to know about it, there is no point in using config access point framework
       
    40 // this is left here in case the situation changes.
       
    41 // remember to change TARGETTYPE to PLUGIN if enabling this
       
    42 //SOURCE netcfgextscpr.cpp netcfgextscprfactory.cpp netcfgextscprstates.cpp
       
    43 //SOURCE ecom_impl.cpp netcfgextcfgldr.cpp
       
    44 
       
    45 
       
    46 START RESOURCE 10282FFE.rss
       
    47 TARGET netcfgext.rsc
       
    48 END
       
    49 
       
    50 LIBRARY		euser.lib
       
    51 LIBRARY		esock.lib
       
    52 LIBRARY		esocksvr.lib
       
    53 LIBRARY 	commsdat.lib
       
    54 LIBRARY		netmeta.lib
       
    55 LIBRARY		netsm.lib
       
    56 LIBRARY		nifman.lib
       
    57 LIBRARY		commsfw.lib
       
    58 LIBRARY		coreproviders.lib
       
    59 LIBRARY 	comsdbgutil.lib
       
    60 LIBRARY 	ecom.lib
       
    61 LIBRARY 	netstsrv.lib
       
    62 LIBRARY		nodemessages.lib
       
    63 
       
    64 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    65 
       
    66 SMPSAFE
       
    67