/*
* 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 <bldvariant.hrh>
#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