phonebookui/Phonebook2/UIControls/rss/Pbk2UIControls.rss
branchRCL_3
changeset 6 e8e3147d53eb
parent 0 e686773b3f54
--- a/phonebookui/Phonebook2/UIControls/rss/Pbk2UIControls.rss	Fri Mar 12 15:41:25 2010 +0200
+++ b/phonebookui/Phonebook2/UIControls/rss/Pbk2UIControls.rss	Mon Mar 15 12:39:26 2010 +0200
@@ -16,10 +16,89 @@
 */
 
 
-#ifndef RD_SCALABLE_UI_V2
-#include "pbk2nontouchableuicontrols.rss"
-#else
-#include "Pbk2TouchableUIControls.rss"
-#endif // RD_SCALABLE_UI_V2
+// RESOURCE IDENTIFIER
+NAME    CPUC  // From Phonebook 2 UI Controls
+
+// INCLUDES
+#include <eikon.rh>
+#include <eikon.rsg>
+#include <avkon.rsg>
+#include <avkon.hrh>
+#include <avkon.rh>
+#include <AvkonIcons.hrh>
+#include "Pbk2IconId.hrh"
+#include "Pbk2IconArrayId.hrh"
+#include "Pbk2UIControls.hrh"
+#include "Pbk2UIControls.rh"
+#include <Pbk2IconInfo.rh>
+#include <Pbk2IconId.rh>
+#include <Pbk2UID.h>
+#include <phonebook2.loc>
+#include <phonebook2ece.loc>
+
+// RESOURCE DEFINITIONS
+
+// --------------------------------------------------------------------------
+// Standard resource signature
+// --------------------------------------------------------------------------
+//
+RESOURCE RSS_SIGNATURE { }
 
+// --------------------------------------------------------------------------
+// Names list control
+// --------------------------------------------------------------------------
+//
+RESOURCE PBK2_CONTACT_CONTROL r_pbk2_names_list_control
+    {
+    flags = KPbk2ContactViewListControlUpdateContextPane |
+            KPbk2ContactViewListControlFindBox;
+    listbox = LISTBOX
+        {
+        flags = EAknListBoxStylusMarkableList | EAknListBoxLoopScrolling;
+        };
+    iconArray = r_pbk2_contact_list_icons;
+    emptyIconId = PHONEBOOK2_ICON_ID
+        {
+        ownerUid = KPbk2UID3;
+        id = EPbk2qgn_prop_nrtyp_empty;
+        };
+    defaultIconId = PHONEBOOK2_ICON_ID {};
+    }
+
+// --------------------------------------------------------------------------
+// Contact info control
+// --------------------------------------------------------------------------
+//
+RESOURCE PBK2_CONTACT_CONTROL r_pbk2_contact_info_control
+    {
+    flags = KPbk2ContactInfoControlUpdateStatusPane;
+    listbox = LISTBOX
+        {
+        flags = EAknListBoxSelectionList;
+        };
+    iconArray = r_pbk2_fieldtype_icons;
+    emptyIconId = PHONEBOOK2_ICON_ID
+        {
+        ownerUid = KPbk2UID3;
+        id = EPbk2qgn_prop_nrtyp_empty;
+        };
+    defaultIconId = PHONEBOOK2_ICON_ID {};
+    }
+
+// Additional resource files
+#include "Pbk2UIControlsTextBuffers.rss"
+#include "Pbk2CbaResources.rss"
+#include "Pbk2QueryResources.rss"
+#include "Pbk2ContactEditorDlg.rss"
+#include "Pbk2Selectors.rss"
+#include "Pbk2AddressSelect.rss"
+#include "Pbk2FetchDlg.rss"
+#include "Pbk2PrependDlg.rss"
+#include "Pbk2StoreInfo.rss"
+#include "Pbk2Settings.rss"
+#include "Pbk2IconResources.rss"
+#include "Pbk2ThumbnailControl.rss"
+#include "Pbk2GeneralNotes.rss"
+#include "ToneCmds.rss"
+#include "Pbk2MergeContacts.rss"
 // End of File