author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Tue, 14 Sep 2010 20:54:53 +0300 | |
branch | RCL_3 |
changeset 21 | 9da50d567e3c |
parent 20 | f4a778e096c2 |
permissions | -rw-r--r-- |
20 | 1 |
/* |
2 |
* Copyright (c) 2005-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: Phonebook 2 Group UI Extension touchable UI resources. |
|
15 |
* |
|
16 |
*/ |
|
17 |
||
18 |
||
19 |
// INCLUDES |
|
20 |
#include <avkon.loc> |
|
21 |
#include <uikon.rh> |
|
22 |
#include <eikon.rh> |
|
23 |
#include <avkon.rh> |
|
24 |
#include <avkon.rsg> |
|
25 |
#include <avkon.mbg> |
|
26 |
#include <AvkonIcons.hrh> |
|
21
9da50d567e3c
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
20
diff
changeset
|
27 |
#include <pbk2uicontrols.rsg> |
20 | 28 |
#include <Pbk2UIControls.rh> |
29 |
#include <Pbk2UIControls.hrh> |
|
30 |
#include <Pbk2Commands.hrh> |
|
21
9da50d567e3c
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
20
diff
changeset
|
31 |
#include <pbk2commands.rsg> |
20 | 32 |
#include <phonebook2.loc> |
33 |
#include "Pbk2GroupUi.hrh" |
|
34 |
#include "Pbk2UIExtension.rh" |
|
35 |
#include "Pbk2ExtensionUID.h" |
|
36 |
#include <Pbk2IconInfo.rh> |
|
37 |
#include <Pbk2Icons.hrh> |
|
38 |
#include <Pbk2UID.h> |
|
39 |
#include <Pbk2IconId.rh> |
|
40 |
#include <Pbk2ViewGraph.rh> |
|
41 |
#include <Pbk2ViewId.hrh> |
|
42 |
#include <Pbk2ViewInfo.hrh> |
|
43 |
||
44 |
// -------------------------------------------------------------------------- |
|
45 |
// Resource identifier |
|
46 |
// -------------------------------------------------------------------------- |
|
47 |
// |
|
48 |
NAME P2GU // From Phonebook 2 Group UI |
|
49 |
||
50 |
// -------------------------------------------------------------------------- |
|
51 |
// Standard resource signature |
|
52 |
// -------------------------------------------------------------------------- |
|
53 |
// |
|
54 |
RESOURCE RSS_SIGNATURE { } |
|
55 |
||
56 |
// Additional include files |
|
57 |
#include "PguInformation.rss" |
|
58 |
#include "PguTextBuffers.rss" |
|
59 |
#include "PguCbaResources.rss" |
|
60 |
#include "PguListView.rss" |
|
61 |
#include "PguMembersListViewBase.rss" |
|
62 |
#include "PguMembersListView.rss" |
|
63 |
#include "PguMembersFetchDlg.rss" |
|
64 |
#include "PguDialogResources.rss" |
|
65 |
||
66 |
// End of File |