25
|
1 |
/*
|
|
2 |
* Copyright (c) 2007 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: (ROM) Image description file for FreestyleEmailUi
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
#ifndef FSEMAILUI_IBY
|
|
19 |
#define FSEMAILUI_IBY
|
|
20 |
|
|
21 |
#include <data_caging_paths_for_iby.hrh>
|
|
22 |
|
|
23 |
#ifdef FF_EMAIL_FRAMEWORK
|
|
24 |
|
|
25 |
// EMAIL UI
|
|
26 |
S60_APP_EXE(FreestyleEmailUi)
|
|
27 |
S60_APP_BITMAP(FreestyleEmailUi)
|
|
28 |
S60_APP_AIF_ICONS(FreestyleEmailUi)
|
|
29 |
S60_UPGRADABLE_APP_REG_RSC(FreestyleEmailUi)
|
|
30 |
|
|
31 |
data=DATAZ_\system\install\commonemailstub.sis system\install\commonemailstub.sis
|
|
32 |
|
|
33 |
data=DATAZ_\private\2001E277\backup_registration.xml private\2001E277\backup_registration.xml
|
|
34 |
|
|
35 |
//<cmail> files for html display
|
|
36 |
data=DATAZ_\private\2001E277\HtmlFile\email.html private\2001E277\HtmlFile\email.html
|
|
37 |
data=DATAZ_\private\2001E277\HtmlFile\email_rtl.html private\2001E277\HtmlFile\email_rtl.html
|
|
38 |
data=DATAZ_\private\2001E277\HtmlFile\header.js private\2001E277\HtmlFile\header.js
|
|
39 |
data=DATAZ_\private\2001E277\HtmlFile\header.css private\2001E277\HtmlFile\header.css
|
|
40 |
data=DATAZ_\private\2001E277\HtmlFile\email.js private\2001E277\HtmlFile\email.js
|
|
41 |
data=DATAZ_\private\2001E277\HtmlFile\follow_up.png private\2001E277\HtmlFile\follow_up.png
|
|
42 |
data=DATAZ_\private\2001E277\HtmlFile\follow_up_complete.png private\2001E277\HtmlFile\follow_up_complete.png
|
|
43 |
data=DATAZ_\private\2001E277\HtmlFile\priority_high.png private\2001E277\HtmlFile\priority_high.png
|
|
44 |
data=DATAZ_\private\2001E277\HtmlFile\priority_low.png private\2001E277\HtmlFile\priority_low.png
|
|
45 |
data=DATAZ_\private\2001E277\HtmlFile\btn_right.png private\2001E277\HtmlFile\btn_right.png
|
|
46 |
data=DATAZ_\private\2001E277\HtmlFile\btn_left.png private\2001E277\HtmlFile\btn_left.png
|
|
47 |
data=DATAZ_\private\2001E277\HtmlFile\attachment.png private\2001E277\HtmlFile\attachment.png
|
|
48 |
data=DATAZ_\private\2001E277\HtmlFile\expand.png private\2001E277\HtmlFile\expand.png
|
|
49 |
data=DATAZ_\private\2001E277\HtmlFile\collapse.png private\2001E277\HtmlFile\collapse.png
|
|
50 |
data=DATAZ_\private\2001E277\HtmlFile\hidden.png private\2001E277\HtmlFile\hidden.png
|
|
51 |
|
|
52 |
#endif //FF_EMAIL_FRAMEWORK
|
|
53 |
|
|
54 |
|
|
55 |
#endif // FSEMAILUI_IBY
|