helix_ren/helixrfsplugin/src/10207471.rss
changeset 0 d7e778ce6e8e
child 6 bc6a0ba6193d
equal deleted inserted replaced
-1:000000000000 0:d7e778ce6e8e
       
     1 /*
       
     2 
       
     3 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     4 
       
     5 * All rights reserved.
       
     6 
       
     7 * This component and the accompanying materials are made available
       
     8 
       
     9 * under the terms of "Eclipse Public License v1.0"
       
    10 
       
    11 * which accompanies this distribution, and is available
       
    12 
       
    13 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    14 
       
    15 *
       
    16 
       
    17 * Initial Contributors:
       
    18 
       
    19 * Nokia Corporation - initial contribution.
       
    20 
       
    21 *
       
    22 
       
    23 * Contributors:
       
    24 
       
    25 *
       
    26 
       
    27 * Description: rss file for helix rfs plugin
       
    28 
       
    29 *
       
    30 
       
    31 */
       
    32 
       
    33 
       
    34 
       
    35 #include "RegistryInfo.rh"
       
    36 
       
    37 
       
    38 
       
    39 // Declares info for two implementations
       
    40 
       
    41 RESOURCE REGISTRY_INFO theInfo
       
    42 
       
    43 	{
       
    44 
       
    45 	// UID for the DLL
       
    46 
       
    47 	dll_uid = 0x10207471;
       
    48 
       
    49 	// Declare array of interface info
       
    50 
       
    51 	interfaces = 
       
    52 
       
    53 		{
       
    54 
       
    55 		INTERFACE_INFO
       
    56 
       
    57 			{
       
    58 
       
    59 			// UID of interface that is implemented
       
    60 
       
    61 			interface_uid = 0x102073BB;
       
    62 
       
    63 			implementations = 
       
    64 
       
    65 				{
       
    66 
       
    67 				IMPLEMENTATION_INFO
       
    68 
       
    69 					{
       
    70 
       
    71 					implementation_uid = 0x10207472;
       
    72 
       
    73 					version_no = 1;
       
    74 
       
    75 					display_name = "RFS ROP Plugin";
       
    76 
       
    77 					default_data = "IN"; // N = Normal RFS, D = Deep RFS, I = Init RFS (FirstBoot RFS)
       
    78 
       
    79 					opaque_data = "";
       
    80 
       
    81 					}
       
    82 
       
    83 				};
       
    84 
       
    85 			}
       
    86 
       
    87 		};
       
    88 
       
    89 	}
       
    90 
       
    91 
       
    92