os/graphics/windowing/windowserver/test/t_genericplugin/resource/t_testplugin.rss
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 // testplugin.RSS
     2 
     3 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     4 // All rights reserved.
     5 // This component and the accompanying materials are made available
     6 // under the terms of "Eclipse Public License v1.0"
     7 // which accompanies this distribution, and is available
     8 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     9 //
    10 // Initial Contributors:
    11 // Nokia Corporation - initial contribution.
    12 //
    13 // Contributors:
    14 //
    15 // Description:
    16 // Registry file for the test wserv plugins
    17 // 
    18 //
    19 
    20 /**
    21  @file
    22  @test
    23  @internalComponent
    24 */
    25 
    26 #include <ecom/registryinfo.rh>
    27 
    28 RESOURCE REGISTRY_INFO theInfo
    29 	{
    30 	dll_uid = 0x10285C5C;
    31 	interfaces =
    32 		{
    33 		INTERFACE_INFO
    34 			{
    35 			interface_uid = 0x10285A29;
    36 			implementations =
    37 				{
    38 				IMPLEMENTATION_INFO
    39 					{
    40 					implementation_uid = 0x10285C5E;
    41 					version_no = 1;
    42 					display_name = "CTestRenderStage";
    43 					default_data = "CTestRenderStage";
    44 					opaque_data = "";
    45 					}
    46 				};
    47 			},
    48 		INTERFACE_INFO
    49 			{
    50 			interface_uid = 0x10285A29;
    51 			implementations =
    52 				{
    53 				IMPLEMENTATION_INFO
    54 					{
    55 					implementation_uid = 0x10285C5F;
    56 					version_no = 1;
    57 					display_name = "CTestMWsIniFile";
    58 					default_data = "";
    59 					opaque_data = "";
    60 					}
    61 				};
    62 			},
    63 		INTERFACE_INFO
    64 			{
    65 			interface_uid = 0x10285A29;
    66 			implementations =
    67 				{
    68 				IMPLEMENTATION_INFO
    69 					{
    70 					implementation_uid = 0x10285C64;
    71 					version_no = 1;
    72 					display_name = "CTestServicePlugin";
    73 					default_data = "";
    74 					opaque_data = "";
    75 					}
    76 				};
    77 			}		
    78 		};
    79 	}