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>
|
|
27 |
#include <Pbk2UIControls.rsg>
|
|
28 |
#include <Pbk2UIControls.rh>
|
|
29 |
#include <Pbk2UIControls.hrh>
|
|
30 |
#include <Pbk2Commands.hrh>
|
|
31 |
#include <Pbk2Commands.rsg>
|
|
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
|