diff -r dcf0eedfc1a3 -r d189ee25cf9d emailuis/rom/nmail.iby --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emailuis/rom/nmail.iby Tue Aug 31 15:04:17 2010 +0300 @@ -0,0 +1,38 @@ +/* +* Copyright (c) 2009 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: +* +*/ +#ifndef __NMAIL_IBY__ +#define __NMAIL_IBY__ +#include + +#ifdef FF_EMAIL_FRAMEWORK + +// this macro is from hb_apps.iby +#define HB_UPGRADABLE_APP_REG_RSC(NAME) data=DATAZ_\PRIVATE\10003A3F\IMPORT\APPS\ ## NAME ## _reg.rsc Private\10003a3f\import\apps\ ## NAME ## _reg.rsc + +file=ABI_DIR\BUILD_DIR\nmailui.exe SHARED_LIB_DIR\nmailui.exe +HB_UPGRADABLE_APP_REG_RSC(nmailui) + +file=ABI_DIR\BUILD_DIR\nmailuiengine.dll SHARED_LIB_DIR\nmailuiengine.dll PAGED +file=ABI_DIR\BUILD_DIR\nmailbase.dll SHARED_LIB_DIR\nmailbase.dll PAGED +file=ABI_DIR\BUILD_DIR\nmailuiwidgets.dll SHARED_LIB_DIR\nmailuiwidgets.dll PAGED +file=ABI_DIR\BUILD_DIR\nmailuiwidgetsplugin.dll SHARED_LIB_DIR\nmailuiwidgetsplugin.dll PAGED +data=\epoc32\data\z\resource\plugins\nmailuiwidgetsplugin.qtplugin resource\plugins\nmailuiwidgetsplugin.qtplugin + + +#endif //FF_EMAIL_FRAMEWORK + +#endif \ No newline at end of file