omaprovisioning/provisioning/accesspointadapter/group/WPAPAdapter.mmp
branchRCL_3
changeset 25 b183ec05bd8c
parent 24 13d7c31c74e0
child 26 19bba8228ff0
--- a/omaprovisioning/provisioning/accesspointadapter/group/WPAPAdapter.mmp	Thu Aug 19 10:44:50 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,73 +0,0 @@
-/*
-* Copyright (c) 2002-2006 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 definition file for accesspoint adapter.
-*
-*/
-
-
-
-#include <platform_paths.hrh>
-#include <data_caging_paths.hrh>
-#include <bldvariant.hrh>
-
-TARGET          WPAPAdapter.dll
-TARGETTYPE      PLUGIN
-UID             0x10009D8D 0x101F84D8
-
-
-VENDORID        VID_DEFAULT
-CAPABILITY      CAP_ECOM_PLUGIN
-
-SOURCEPATH      ../Src
-SOURCE          CWPAPAdapter.cpp 
-SOURCE          CWPAPItemBase.cpp
-SOURCE          CWPAPAccesspointItem.cpp
-SOURCE          CWPAPNapdef.cpp
-SOURCE          CWPAPLogicalProxy.cpp
-SOURCE          CWPAPPhysicalProxy.cpp
-SOURCE          CWPAPPort.cpp
-SOURCE          WPAPUtil.cpp
-SOURCE          WPAPAdapterPanics.cpp
-SOURCE          WPAPAdapterGroupProxy.cpp
-SOURCE          CWPLog.cpp
-
-SOURCEPATH      ../group
-
-START RESOURCE 101F84D8.rss
-TARGET WPAPAdapter.rsc
-END
-
-START RESOURCE WPAPAdapterResource.rss
-HEADER
-TARGET WPAPAdapterResource.rsc
-TARGETPATH RESOURCE_FILES_DIR
-LANGUAGE_IDS
-END  
-
-
-USERINCLUDE     ../Inc
-MW_LAYER_SYSTEMINCLUDE
-SYSTEMINCLUDE 	/epoc32/include/ecom
-
-LIBRARY         euser.lib
-LIBRARY         ProvisioningEngine.lib
-LIBRARY         apengine.lib
-LIBRARY         commdb.lib
-LIBRARY         FeatMgr.lib
-LIBRARY         ecom.lib
-LIBRARY 		centralrepository.lib
-LIBRARY			cmmanager.lib
-DEBUGLIBRARY    flogger.lib     // Only in debug builds
-
-// End of File