browserrfsplugin/src/200169e9.rss
changeset 9 1d51612454b5
equal deleted inserted replaced
8:6b5f25f057c2 9:1d51612454b5
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 *
       
     5 * This program is free software: you can redistribute it and/or modify
       
     6 * it under the terms of the GNU Lesser General Public License as published by
       
     7 * the Free Software Foundation, version 2.1 of the License.
       
     8 * 
       
     9 * This program is distributed in the hope that it will be useful,
       
    10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
       
    12 * GNU Lesser General Public License for more details.
       
    13 *
       
    14 * You should have received a copy of the GNU Lesser General Public License
       
    15 * along with this program.  If not, 
       
    16 * see "http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html/".
       
    17 *
       
    18 * Description: rss file for browser rfs plugin
       
    19 *
       
    20 *
       
    21 */
       
    22 
       
    23 
       
    24 
       
    25 #include "ecom/registryinfo.rh"
       
    26 
       
    27 
       
    28 
       
    29 // Declares info for two implementations
       
    30 
       
    31 RESOURCE REGISTRY_INFO theInfo
       
    32 
       
    33 	{
       
    34 
       
    35 	// UID for the DLL
       
    36 
       
    37 	dll_uid = 0x200169E9;
       
    38 
       
    39 	// Declare array of interface info
       
    40 
       
    41 	interfaces = 
       
    42 
       
    43 		{
       
    44 
       
    45 		INTERFACE_INFO
       
    46 
       
    47 			{
       
    48 
       
    49 			// UID of interface that is implemented
       
    50 
       
    51 			interface_uid = 0x102073BB;
       
    52 
       
    53 			implementations = 
       
    54 
       
    55 				{
       
    56 
       
    57 				IMPLEMENTATION_INFO
       
    58 
       
    59 					{
       
    60 
       
    61 					implementation_uid = 0x200169EA;
       
    62 
       
    63 					version_no = 1;
       
    64 
       
    65 					display_name = "BrowserRfsPlugin";
       
    66 
       
    67 					default_data = "ND"; // N = Normal RFS, D = Deep RFS, I = Init RFS (FirstBoot RFS)
       
    68 
       
    69 					opaque_data = "";
       
    70 
       
    71 					}
       
    72 
       
    73 				};
       
    74 
       
    75 			}
       
    76 
       
    77 		};
       
    78 
       
    79 	}
       
    80 
       
    81 
       
    82