diff -r 000000000000 -r 8466d47a6819 emailcontacts/contactactionservice/rom/fsccontactactionservice.iby --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emailcontacts/contactactionservice/rom/fsccontactactionservice.iby Thu Dec 17 08:39:21 2009 +0200 @@ -0,0 +1,60 @@ +/* +* Copyright (c) 2008 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: Contact Action Service's rom file definitions. + * +*/ + +#ifndef __FSCCONTACTACTIONSERVICE_IBY__ +#define __FSCCONTACTACTIONSERVICE_IBY__ + +// +#ifdef FF_EMAIL_FRAMEWORK +// + +// Main service files +ECOM_PLUGIN(fsccontactactionservice.dll, fsccontactactionservice.rsc) +// +data=DATAZ_\RESOURCE_FILES_DIR\fscactionutils.rsc RESOURCE_FILES_DIR\fscactionutils.rsc +// + +// Plugins +ECOM_PLUGIN(fsccallplugin.dll, fsccallplugin.rsc) +S60_APP_BITMAP(fsccallplugin) + +ECOM_PLUGIN(fscsaveascontactplugin.dll, fscsaveascontactplugin.rsc) +S60_APP_BITMAP(fscsaveascontactplugin) + +ECOM_PLUGIN(fscpocplugin.dll, fscpocplugin.rsc) +S60_APP_BITMAP(fscpocplugin) + +#ifdef FF_ES_CONTACTS +ECOM_PLUGIN(fscconferenceplugin.dll, fscconferenceplugin.rsc) +S60_APP_BITMAP(fscconferenceplugin) +#endif + +ECOM_PLUGIN(fscsendplugin.dll, fscsendplugin.rsc) +S60_APP_BITMAP(fscsendplugin) + +// stub sis +// per component stubs are removed and replaced by one stub under emailui. +//data=DATAZ_\system\install\fsccontactactionservicestub.sis system\install\fsccontactactionservicestub.sis +// + +// +#endif //FF_EMAIL_FRAMEWORK +// + +#endif // __FSCCONTACTACTIONSERVICE_IBY__ + +// End of file