xdmprotocols/LocalProtocol/LocalOperations/group/LocalOperations.mmp
branchRCL_3
changeset 17 2669f8761a99
parent 16 2580314736af
child 18 fbd2e7cec7ef
--- a/xdmprotocols/LocalProtocol/LocalOperations/group/LocalOperations.mmp	Thu Aug 19 10:19:02 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,71 +0,0 @@
-/*
-* Copyright (c) 2005 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: LocalOperations.mmp
-*
-*/
-
-
-
-#include <platform_paths.hrh>
-
-TARGET                          localoperations.dll
-UID                             0x10009D8D 0x10275086
-CAPABILITY                      CAP_ECOM_PLUGIN
-VENDORID                        VID_DEFAULT
-TARGETTYPE                      PLUGIN
-
-SOURCEPATH                      ../src
-
-START RESOURCE                  10275086.rss
- 
-    TARGET                      localoperations.rsc
- 
-END
-
-SOURCE                          LocalAddition.cpp
-SOURCE                          LocalDeletion.cpp
-SOURCE                          LocalRetrieval.cpp
-SOURCE                          LocalReplacement.cpp
-SOURCE                          LocalOperationBase.cpp
-SOURCE                          LocalOperationFactory.cpp
-
-USERINCLUDE                     ../inc
-USERINCLUDE                     ../../inc
-USERINCLUDE                     ../../../inc
-
-//Parser
-USERINCLUDE                     ../../../XdmXmlParser/inc
-
-MW_LAYER_SYSTEMINCLUDE
-SYSTEMINCLUDE                   /epoc32/include/xml
-SYSTEMINCLUDE                   /epoc32/include/ecom
-SYSTEMINCLUDE                   ../../../../inc
-
-LIBRARY                         hal.lib
-LIBRARY                         ecom.lib
-LIBRARY                         efsrv.lib
-LIBRARY                         euser.lib
-LIBRARY                         xdmengine.lib
-LIBRARY                         xdmxmlparser.lib
-LIBRARY                         localprotocol.lib
-
-#if defined( ARMCC )
-DEFFILE ../eabi/ 
-#elif defined ( WINSCW )
-deffile ../BWINSCW/ 
-#elif defined (WINS )
-deffile ../BWINS/ 
-#endif
-
-