equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2008 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: This file contains the localisable app info. |
|
15 * |
|
16 */ |
|
17 |
|
18 // System includes |
|
19 #include <appinfo.rh> |
|
20 #include <data_caging_paths_strings.hrh> |
|
21 |
|
22 // User includes |
|
23 #include <clockapp.loc> |
|
24 |
|
25 // Resource definitions |
|
26 // --------------------------------------------------------- |
|
27 // The localisable app info. |
|
28 // --------------------------------------------------------- |
|
29 // |
|
30 RESOURCE LOCALISABLE_APP_INFO |
|
31 { |
|
32 short_caption = qtn_apps_clock_list; |
|
33 caption_and_icon = |
|
34 { |
|
35 CAPTION_AND_ICON_INFO |
|
36 { |
|
37 caption = qtn_apps_clock_grid; |
|
38 |
|
39 #ifdef __SCALABLE_ICONS |
|
40 number_of_icons = 1; |
|
41 icon_file = APP_BITMAP_DIR"\\clockapp_aif.mif"; |
|
42 #else |
|
43 number_of_icons = 2; |
|
44 icon_file = APP_BITMAP_DIR"\\clockapp_aif.mbm"; |
|
45 #endif |
|
46 } |
|
47 }; |
|
48 } |
|
49 |
|
50 // End of file |