pnpmobileservices/pnpms/PnP/recnhwr/1020433B.rss
changeset 0 3ce708148e4d
equal deleted inserted replaced
-1:000000000000 0:3ce708148e4d
       
     1 /*
       
     2 * Copyright (c) 1020 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: Implementation of PnPMS components
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifdef RD_SECURE_BIN_RES
       
    20 	#include "registryinfov2.rh"
       
    21 #else
       
    22 	#include "RegistryInfo.rh"
       
    23 #endif
       
    24 
       
    25 RESOURCE REGISTRY_INFO r_registry
       
    26 	{
       
    27 #ifdef RD_SECURE_BIN_RES
       
    28 		resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    29 #endif
       
    30 
       
    31 	dll_uid = 0x1020433B; // should match name of this file
       
    32 	interfaces =
       
    33 		{
       
    34 		INTERFACE_INFO
       
    35 			{
       
    36 			interface_uid = 0x101F7D87;  // const for all Data Recognizers
       
    37 			implementations =
       
    38 				{
       
    39 			    IMPLEMENTATION_INFO
       
    40 					{
       
    41 					implementation_uid = 0x1020433B;
       
    42 					version_no = 1;
       
    43 					display_name = "PnPProvisioning";
       
    44 					default_data = "";
       
    45 					opaque_data = "";
       
    46 
       
    47 					// Allow updating a ROM component with the corresponding
       
    48 					// RAM component
       
    49 					#ifdef RD_SECURE_BIN_RES
       
    50 						rom_only = 0;
       
    51 					#endif
       
    52 					}
       
    53 				};
       
    54 			}
       
    55 		};
       
    56 	}
       
    57 
       
    58 // End of File