diff -r 61e9ae0acf5f -r 0d4ac38889fc hs_app_idlefw/plugins/mcsplugin/group/bld.inf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/hs_app_idlefw/plugins/mcsplugin/group/bld.inf Thu Apr 01 14:50:19 2010 +0100 @@ -0,0 +1,60 @@ +/* +* Copyright (c) 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: The build information file of Profile Plugin +* +*/ + + +#ifdef RD_CUSTOMIZABLE_AI +#include + + +PRJ_PLATFORMS +DEFAULT +// Help exports +#include "../help/group/bld.inf" + +PRJ_EXPORTS +../loc/hs_app_mcspluginsettings.loc MW_LAYER_LOC_EXPORT_PATH(hs_app_mcspluginsettings.loc) +../loc/hs_app_mcsplugin.loc MW_LAYER_LOC_EXPORT_PATH(hs_app_mcsplugin.loc) + + +../rom/hs_app_mcsplugin_resources.iby LANGUAGE_MW_LAYER_IBY_EXPORT_PATH(hs_app_mcsplugin_resources.iby) +../rom/hs_app_mcsplugin.iby CORE_MW_LAYER_IBY_EXPORT_PATH(hs_app_mcsplugin.iby) + +../handler/inc/hs_app_mcspluginparamval.h MW_LAYER_PLATFORM_EXPORT_PATH(hs_app_mcspluginparamval.h) + +qgn_mcsplugin_log_out.svg /epoc32/s60/icons/qgn_mcsplugin_log_out.svg + + +PRJ_EXTENSIONS + +START EXTENSION s60/mifconv +OPTION TARGETFILE aimcsplugin.mif +OPTION HEADERFILE aimcsplugin.mbg +OPTION SOURCES -c8,8 qgn_prop_ai_shortcut -c8,8 qgn_menu_url \ + -c8,8 qgn_menu_mce_sel_mes -c8,8 qgn_menu_mce_syncmail \ + -c8,8 qgn_menu_am -c8,8 qgn_prop_cp_conn_shortcut \ + -c8,8 qgn_prop_psln_ai_sub -c8,8 qgn_mcsplugin_log_out +END + + +PRJ_MMPFILES +mcsplugin.mmp +mcspluginsettings.mmp +mcspluginhandler.mmp + +#endif // RD_CUSTOMIZABLE_AI + +// End of File.