examples/SFExamples/NotifierExample/Notifier/group/Notifier1.rss

00001 // Notifier1.rss
00002 //
00003 // Copyright (c) 2006 Symbian Ltd.  All rights reserved.
00004 //
00005 
00006 #include "RegistryInfo.rh"
00007 #include "uikon.hrh"
00008 
00009 RESOURCE REGISTRY_INFO r_registry
00010         {
00011         dll_uid = 0x102826DA;
00012         interfaces =
00013                 {
00014                 INTERFACE_INFO
00015                         {
00016                         interface_uid = KUikonUidPluginInterfaceNotifiers;  
00017                         implementations =
00018                                 {
00019                                 IMPLEMENTATION_INFO
00020                                         {
00021                                         implementation_uid = 0x102826DB;
00022                                         version_no = 1;
00023                                         display_name = "Notifier Example Plugin 1";
00024                                         default_data = "Notifier1";
00025                                         opaque_data = "0";
00026                                         }
00027                                 };
00028                         }
00029                 };
00030         }

Generated by  doxygen 1.6.2