equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * |
|
16 */ |
|
17 #ifndef __NMAIL_IBY__ |
|
18 #define __NMAIL_IBY__ |
|
19 #include <bldvariant.hrh> |
|
20 |
|
21 #ifdef FF_EMAIL_FRAMEWORK |
|
22 |
|
23 // this macro is from hb_apps.iby |
|
24 #define HB_UPGRADABLE_APP_REG_RSC(NAME) data=DATAZ_\PRIVATE\10003A3F\IMPORT\APPS\ ## NAME ## _reg.rsc Private\10003a3f\import\apps\ ## NAME ## _reg.rsc |
|
25 |
|
26 file=ABI_DIR\BUILD_DIR\nmailui.exe SHARED_LIB_DIR\nmailui.exe |
|
27 HB_UPGRADABLE_APP_REG_RSC(nmailui) |
|
28 |
|
29 file=ABI_DIR\BUILD_DIR\nmailuiengine.dll SHARED_LIB_DIR\nmailuiengine.dll PAGED |
|
30 file=ABI_DIR\BUILD_DIR\nmailbase.dll SHARED_LIB_DIR\nmailbase.dll PAGED |
|
31 file=ABI_DIR\BUILD_DIR\nmailuiwidgets.dll SHARED_LIB_DIR\nmailuiwidgets.dll PAGED |
|
32 file=ABI_DIR\BUILD_DIR\nmailuiwidgetsplugin.dll SHARED_LIB_DIR\nmailuiwidgetsplugin.dll PAGED |
|
33 data=\epoc32\data\z\resource\plugins\nmailuiwidgetsplugin.qtplugin resource\plugins\nmailuiwidgetsplugin.qtplugin |
|
34 |
|
35 |
|
36 #endif //FF_EMAIL_FRAMEWORK |
|
37 |
|
38 #endif |