equal
deleted
inserted
replaced
1 /* |
|
2 * Copyright (c) 2005 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 file for DE Plugin. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // RESOURCE IDENTIFIER |
|
20 NAME GSDP // 4 letter ID |
|
21 |
|
22 // INCLUDES |
|
23 |
|
24 |
|
25 #include <data_caging_paths_strings.hrh> |
|
26 #include <devencgsplugin.loc> |
|
27 |
|
28 |
|
29 #include <uikon.rh> |
|
30 |
|
31 // CONSTANTS |
|
32 |
|
33 // RESOURCE DEFINITIONS |
|
34 |
|
35 //---------------------------------------------------- |
|
36 // |
|
37 // |
|
38 // Needed or loading the resource fails! |
|
39 // |
|
40 //---------------------------------------------------- |
|
41 // |
|
42 RESOURCE RSS_SIGNATURE |
|
43 { |
|
44 } |
|
45 |
|
46 //---------------------------------------------------- |
|
47 // |
|
48 // r_gs_config_plugin_caption |
|
49 // Configuration Contexts Plugin caption. |
|
50 // |
|
51 //---------------------------------------------------- |
|
52 // |
|
53 RESOURCE TBUF r_gs_de_plugin_caption |
|
54 { |
|
55 buf = qtn_cp_folder_de; |
|
56 } |
|
57 |
|
58 |
|
59 |
|
60 //End of File |
|