--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/linklayercontrol/networkinterfacemgr/group/agentpr.mmp Tue Jan 26 15:23:49 2010 +0200
@@ -0,0 +1,76 @@
+// Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
+// All rights reserved.
+// This component and the accompanying materials are made available
+// under the terms of "Eclipse Public License v1.0"
+// which accompanies this distribution, and is available
+// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+//
+// Initial Contributors:
+// Nokia Corporation - initial contribution.
+//
+// Contributors:
+//
+// Description:
+// Agent Connection/SubConnection Provider ECOM Plugin
+//
+//
+
+/**
+ @file
+*/
+
+
+#include <cflog.mmh>
+
+
+TARGET agentpr.dll
+TARGETTYPE PLUGIN
+UID 0x10009D8D 0x10281DE7
+VENDORID 0x70000001
+
+
+SOURCEPATH ../agentpr/src
+SOURCE ecom_impl.cpp
+SOURCE agentcprfactory.cpp
+SOURCE agentscprfactory.cpp
+SOURCE agenttiermanager.cpp
+SOURCE agenttiermanagerfactory.cpp
+SOURCE agenttiermanagerselector.cpp
+
+SOURCE tunnelagentcprfactory.cpp
+START RESOURCE 10281DE7.rss
+TARGET agentpr.rsc
+END
+
+USERINCLUDE ../agentpr/inc
+USERINCLUDE ../agentprcore/inc
+USERINCLUDE ../../../../commsfw/datacommsserver/esockserver/inc
+
+OS_LAYER_SYSTEMINCLUDE_SYMBIAN
+
+LIBRARY euser.lib
+LIBRARY esock.lib
+LIBRARY esocksvr.lib
+LIBRARY serverden.lib
+LIBRARY netmeta.lib
+LIBRARY netsm.lib
+LIBRARY commsfw.lib
+LIBRARY commsdat.lib
+LIBRARY coreproviders.lib
+LIBRARY agentprcore.lib
+LIBRARY simpleselectorbase.lib
+LIBRARY nodemessages.lib
+LIBRARY meshmachine.lib
+LIBRARY netinterfaces.lib
+LIBRARY factories.lib
+
+CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
+
+//MI support
+#include <elements/sd_mintercept.mmh>
+
+
+
+
+SMPSAFE
+