equal
deleted
inserted
replaced
|
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: Resource definitions for project Peninput setting |
|
15 * |
|
16 */ |
|
17 //trui application's registration resource file |
|
18 |
|
19 |
|
20 #include <appinfo.rh> |
|
21 #include <peninputsetting.rsg> |
|
22 #include <data_caging_paths_strings.hrh> |
|
23 |
|
24 UID2 KUidAppRegistrationResourceFile |
|
25 UID3 0x2001959B |
|
26 |
|
27 // d:Peninputsetting app resource name |
|
28 // l:(none) |
|
29 // r:5.0 |
|
30 // |
|
31 #define qtn_peninputsetting_app_localisable_resource_file "peninputsetting" |
|
32 |
|
33 // d:Peninputsetting app file name |
|
34 // l:(none) |
|
35 // r:5.0 |
|
36 // |
|
37 #define qtn_peninputsetting_app_file "peninputsetting" |
|
38 |
|
39 // d:Peninputsetting localisable resource file name |
|
40 // l:(none) |
|
41 // r:5.0 |
|
42 // |
|
43 #define qtn_peninputsetting_app_localisable_resource_file "peninputsetting" |
|
44 |
|
45 RESOURCE APP_REGISTRATION_INFO |
|
46 { |
|
47 app_file = qtn_peninputsetting_app_file; |
|
48 localisable_resource_file = APP_RESOURCE_DIR"\\"qtn_peninputsetting_app_localisable_resource_file; |
|
49 localisable_resource_id = R_PENINPUTSETTING_LOCALISABLE_APP_INFO; |
|
50 hidden = KAppIsHidden; |
|
51 } |