diff -r 2bb96f4ecad8 -r 8e7494275d3a omads/omadsappui/OmaDsAppUiPlugin/group/OmaDsAppUiPlugin.mmp --- a/omads/omadsappui/OmaDsAppUiPlugin/group/OmaDsAppUiPlugin.mmp Thu Aug 19 09:41:17 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,84 +0,0 @@ -/* -* Copyright (c) 2002 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 file. -* -*/ - - -#include -#include - -#include -CAPABILITY CAP_ECOM_PLUGIN - -TARGET OmaDsAppUiPlugin.dll -TARGETTYPE PLUGIN -UID 0x10009D8D 0x102833A1 -VENDORID VID_DEFAULT - -#if defined(ARMCC) -DEFFILE ../eabi/OmaDsAppUiPlugin.def -#elif defined(WINSCW) -DEFFILE ../BWinscw/OmaDsAppUiPlugin.def -#endif - -SOURCEPATH ../src -// SOURCE tags needs to be here. -SOURCE OmaDsAppUiPluginInterface.cpp -SOURCE OmaDsAppUiPluginProxy.cpp - -APP_LAYER_SYSTEMINCLUDE -SYSTEMINCLUDE /epoc32/include/ecom - -USERINCLUDE ../inc - -// for AspSyncUtilApi.h -USERINCLUDE ../../AspSyncUtil/inc - -// for nsmldssync.loc -USERINCLUDE ../../AspSyncUtil/src - - -SOURCEPATH ../data -START RESOURCE 102833A1.rss //Plugin registration data -TARGET OmaDsAppUiPlugin.rsc -END - -SOURCEPATH ../data -START RESOURCE NsmlDSGSPluginResource.rss -TARGET NsmlDSGSPluginResource.rsc -TARGETPATH RESOURCE_FILES_DIR -LANGUAGE_IDS -HEADER -END - - -LIBRARY GSEcomPlugin.lib -LIBRARY GSFramework.lib -LIBRARY aknskins.lib -LIBRARY aknicon.lib -LIBRARY Egul.lib -LIBRARY euser.lib -LIBRARY cone.lib -LIBRARY eikcore.lib -LIBRARY eikcoctl.lib -LIBRARY avkon.lib -LIBRARY aspsyncutil.lib -LIBRARY CommonEngine.lib -LIBRARY bafl.lib - -// Required only for embedded app -LIBRARY apgrfx.lib -LIBRARY ws32.lib -LIBRARY apparc.lib \ No newline at end of file