tcpiputils/dhcp/group/NetCfgExtnDhcp.mmp
changeset 0 af10295192d8
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     1 // Copyright (c) 2004-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 //
       
    15 
       
    16 TARGET          netcfgextndhcp.dll
       
    17 TARGETTYPE	PLUGIN
       
    18 
       
    19 UID             0x10009D8D 0x102032C0
       
    20 VENDORID 	0x70000001
       
    21 
       
    22 #include	"comms-infras/commsdebugutility.mmh"
       
    23 
       
    24 SOURCEPATH      ../NetCfgExtnDhcp/src
       
    25 SOURCE          NetCfgExtnDhcp.cpp
       
    26 
       
    27 START RESOURCE 102032C0.rss
       
    28 #ifdef SYMBIAN_SECURE_ECOM
       
    29 TARGET		netcfgextndhcp.rsc
       
    30 #endif
       
    31 END
       
    32 
       
    33 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    34 
       
    35 LIBRARY		euser.lib
       
    36 LIBRARY         netstsrv.lib
       
    37 LIBRARY		ecom.lib
       
    38 #ifdef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
       
    39 LIBRARY         netcfgext.lib
       
    40 LIBRARY		esocksvr.lib
       
    41 //LIBRARY 	nodemessages.lib
       
    42 #else
       
    43 LIBRARY		netcfgextnbase.lib
       
    44 #endif
       
    45 
       
    46 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    47 
       
    48 SMPSAFE