os/security/authorisation/userpromptservice/test/tups_notifier/source/e1111f10.rss
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 /*
     2 * Copyright (c) 2007-2009 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 the License "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: 
    15 * jmidlgplugin notifier resource file 
    16 * UIDs quick ref:
    17 * ECOM DLL UID:			0xE1111F10
    18 * ECOM Interface UID:			0x101fdfae (KUikonUidPluginInterfaceNotifiers)
    19 * ECOM Implementation UID: 		0xE1111F11 (KUpsRefNotifierImplementation)
    20 *
    21 */
    22 
    23 
    24 #include <ecom/registryinfov2.rh>
    25 #include <techview/eikon.rh>
    26 
    27 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
    28 #include <uiklaf/private/pluginuid.hrh>
    29 #endif
    30 
    31 // Declares info for two implementations
    32 RESOURCE REGISTRY_INFO theInfo
    33 {
    34 	// UID for the DLL
    35 	dll_uid = 0xE1111F10;
    36 	resource_format_version = RESOURCE_FORMAT_VERSION_2;
    37 	// Declare array of interface info
    38 	interfaces = 
    39 	{
    40 		INTERFACE_INFO
    41 		{
    42 			// UID of interface that is implemented
    43 			interface_uid = KUikonUidPluginInterfaceNotifiers;
    44 			implementations = 
    45 			{
    46 				IMPLEMENTATION_INFO
    47 				{
    48 					implementation_uid = 0xE1111F11;
    49 					version_no = 1;
    50 					display_name = "UPS Test Techview Notifier";
    51 					default_data = "E1111F11";
    52 					opaque_data = "";
    53 				}
    54 			};
    55 		}
    56 	};
    57 }
    58