equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2006, 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 the License "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 file contains application registration information. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <appinfo.rh> |
|
20 #include <WidgetUi.rsg> |
|
21 #include <data_caging_paths_strings.hrh> |
|
22 #include "../inc/widgetappdefs.rh" |
|
23 |
|
24 // UIDS |
|
25 |
|
26 UID2 KUidAppRegistrationResourceFile |
|
27 UID3 KWidgetAppUid |
|
28 |
|
29 // REGISTRATION INFO |
|
30 |
|
31 RESOURCE APP_REGISTRATION_INFO |
|
32 { |
|
33 app_file = "WidgetUi"; |
|
34 |
|
35 localisable_resource_file = APP_RESOURCE_DIR"\\WidgetUi"; |
|
36 |
|
37 localisable_resource_id = R_WIDGETUI_LOCALISABLE_APP_INFO; |
|
38 |
|
39 embeddability = KAppEmbeddable; |
|
40 |
|
41 newfile = KAppDoesNotSupportNewFile; |
|
42 |
|
43 hidden = KAppIsHidden; |
|
44 } |
|
45 |
|
46 // End of File |
|
47 |
|
48 |
|
49 |
|
50 |
|
51 |