equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2006 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: Resource definitions for project homescreen |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 NAME AIFW |
|
20 |
|
21 #include <appinfo.rh> |
|
22 #include <bldvariant.hrh> |
|
23 #include <data_caging_paths_strings.hrh> |
|
24 |
|
25 #include <eikcore.rsg> |
|
26 #include <eikon.rh> |
|
27 #include <eikon.rsg> |
|
28 #include <avkon.rsg> |
|
29 #include <avkon.rh> |
|
30 |
|
31 #include <aifw.loc> |
|
32 |
|
33 RESOURCE RSS_SIGNATURE { } |
|
34 |
|
35 RESOURCE TBUF { buf=""; } |
|
36 |
|
37 // --------------------------------------------------------------------------- |
|
38 // r_homescreen_localisable_app_info |
|
39 // It defines localisable app info of Active Idle 3 |
|
40 // --------------------------------------------------------------------------- |
|
41 // |
|
42 RESOURCE LOCALISABLE_APP_INFO r_homescreen_localisable_app_info |
|
43 { |
|
44 short_caption = qtn_apps_idle_grid; |
|
45 caption_and_icon = |
|
46 CAPTION_AND_ICON_INFO |
|
47 { |
|
48 caption = qtn_apps_idle_grid; |
|
49 |
|
50 #ifdef __SCALABLE_ICONS |
|
51 |
|
52 number_of_icons = 1; |
|
53 icon_file = APP_RESOURCE_DIR"\\homescreen_aif.mif"; |
|
54 |
|
55 #else |
|
56 |
|
57 number_of_icons = 1; |
|
58 icon_file = APP_RESOURCE_DIR"\\homescreen_aif.mbm"; |
|
59 |
|
60 #endif // __SCALABLE_ICONS |
|
61 }; |
|
62 } |