contentstorage/casrv/cawidgetscanner/data/cawidgetscanner.rss
changeset 61 8e5041d13c84
parent 60 f62f87b200ec
equal deleted inserted replaced
60:f62f87b200ec 61:8e5041d13c84
    29 // -----------------------------------------------------------------------------
    29 // -----------------------------------------------------------------------------
    30 //
    30 //
    31 RESOURCE REGISTRY_INFO theInfo
    31 RESOURCE REGISTRY_INFO theInfo
    32 	{
    32 	{
    33 	// UID for the DLL
    33 	// UID for the DLL
    34         dll_uid = 0x20028706;// TODO: change to proper uid
    34         dll_uid = 0x20028706;
    35 	// Declare array of interface info
    35 	// Declare array of interface info
    36 	interfaces = 
    36 	interfaces = 
    37 		{
    37 		{
    38 		INTERFACE_INFO
    38 		INTERFACE_INFO
    39 			{
    39 			{
    42 			implementations = 
    42 			implementations = 
    43 				{
    43 				{
    44                                 // Info for Widget
    44                                 // Info for Widget
    45 				IMPLEMENTATION_INFO
    45 				IMPLEMENTATION_INFO
    46 					{
    46 					{
    47                                         implementation_uid = 0x20028707;// TODO: change to proper uid
    47                                         implementation_uid = 0x20028707;
    48                                         version_no         = 1;
    48                                         version_no         = 1;
    49                                         display_name       = "Widget";
    49                                         display_name       = "Widget";
    50                                         default_data       = "WIDGET";
    50                                         default_data       = "WIDGET";
    51                                         opaque_data        = "";
    51                                         opaque_data        = "";
    52 					}
    52 					}