diff -r 83ca720e2b9a -r bb1f80fb7db2 cmmanager/cmmgr/Plugins/cmplugintundriver/group/cmplugintundriver.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cmmanager/cmmgr/Plugins/cmplugintundriver/group/cmplugintundriver.mmp Tue Sep 14 22:06:05 2010 +0300 @@ -0,0 +1,75 @@ +/* +* Copyright (c) 2010 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: Project specification for TUN Driver plug-in +* +*/ + +#include +#include + +TARGET cmplugintundriver.dll +UID 0x10009D8D 0x20027F3E + +TARGETTYPE PLUGIN + +CAPABILITY CAP_ECOM_PLUGIN +VENDORID VID_DEFAULT + +SOURCEPATH ../src + +SOURCE cmpluginproxytundriver.cpp +SOURCE cmplugintundriver.cpp +SOURCE ../../../Framework/Src/cmlogger.cpp + +SOURCEPATH ../data + +START RESOURCE 20027F3E.rss +TARGET cmplugintundriver.rsc +END + + +USERINCLUDE ../data +USERINCLUDE ../../../Framework/Inc +USERINCLUDE ../../../Framework/SrcData + +// Component specific internal headers +USERINCLUDE ../inc + +// ADO specific internal headers +SYSTEMINCLUDE ../../../../../inc + +//Macro to /epoc32 headers +MW_LAYER_SYSTEMINCLUDE + +#ifdef SYMBIAN_ENABLE_SPLIT_HEADERS +APP_LAYER_SYSTEMINCLUDE +#endif + +LIBRARY hlplch.lib +LIBRARY euser.lib +LIBRARY ecom.lib +LIBRARY cmmanager.lib +LIBRARY commsdat.lib + +LIBRARY aknskins.lib +LIBRARY efsrv.lib +LIBRARY CommonEngine.lib +LIBRARY cone.lib eikcore.lib avkon.lib +LIBRARY eikcoctl.lib eikdlg.lib +LIBRARY bafl.lib +LIBRARY vpnapi.lib +LIBRARY centralrepository.lib +LIBRARY featmgr.lib +LIBRARY cmmanagerdatabase.lib +DEBUGLIBRARY flogger.lib