25
|
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 file GSSynchronisationPlugin.
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
// RESOURCE IDENTIFIER
|
|
20 |
NAME SYNC // 4 letter ID
|
|
21 |
|
|
22 |
// INCLUDES
|
|
23 |
#include <gssyncplugin.loc>
|
|
24 |
#include <avkon.loc>
|
|
25 |
#include <avkon.mbg>
|
|
26 |
#include <avkon.rsg>
|
|
27 |
#include <bldvariant.hrh>
|
|
28 |
#include <data_caging_paths_strings.hrh>
|
|
29 |
#include <eikcore.rsg>
|
|
30 |
#include <eikon.rsg>
|
|
31 |
#include <uikon.rh>
|
|
32 |
#include <gsapp.rsg>
|
|
33 |
|
|
34 |
|
|
35 |
// CONSTANTS
|
|
36 |
|
|
37 |
// RESOURCE DEFINITIONS
|
|
38 |
|
|
39 |
//----------------------------------------------------
|
|
40 |
//
|
|
41 |
//
|
|
42 |
// Needed or loading the resource fails!
|
|
43 |
//
|
|
44 |
//----------------------------------------------------
|
|
45 |
//
|
|
46 |
RESOURCE RSS_SIGNATURE
|
|
47 |
{
|
|
48 |
}
|
|
49 |
|
|
50 |
// Common resources among GS
|
|
51 |
#include "GSCommonResources.rss"
|
|
52 |
|
|
53 |
//----------------------------------------------------
|
|
54 |
//
|
|
55 |
// r_gs_synchronisation_view
|
|
56 |
// Device management view.
|
|
57 |
//
|
|
58 |
//----------------------------------------------------
|
|
59 |
//
|
|
60 |
RESOURCE AVKON_VIEW r_gs_synchronisation_view
|
|
61 |
{
|
|
62 |
menubar = r_gs_menubar_open_exit;
|
|
63 |
cba = R_GS_SOFTKEYS_OPTIONS_BACK_OPEN;
|
|
64 |
}
|
|
65 |
|
|
66 |
|
|
67 |
//----------------------------------------------------
|
|
68 |
//
|
|
69 |
// r_gs_synchronisation_view_title
|
|
70 |
// View title.
|
|
71 |
//
|
|
72 |
//----------------------------------------------------
|
|
73 |
//
|
|
74 |
RESOURCE TITLE_PANE r_gs_synchronisation_view_title
|
|
75 |
{
|
|
76 |
txt = qtn_cp_title_synchronisation;
|
|
77 |
}
|
|
78 |
|
|
79 |
|
|
80 |
//----------------------------------------------------
|
|
81 |
// r_gs_synchronisation_view_caption
|
|
82 |
//
|
|
83 |
// Caption for plugin
|
|
84 |
//----------------------------------------------------
|
|
85 |
//
|
|
86 |
RESOURCE TBUF r_gs_synchronisation_view_caption
|
|
87 |
{
|
|
88 |
buf = qtn_cp_folder_synchronisation;
|
|
89 |
}
|
|
90 |
|
|
91 |
|
|
92 |
|
|
93 |
// End of file
|