os/graphics/windowing/windowserverplugins/openwfc/src/10286378.rss
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // 10286378.rss directGDI render stage plugin
     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 standard wserv plugins
    17 // 
    18 //
    19 
    20 #include <ecom/registryinfoconst.hrh>
    21 #include <ecom/registryinfov2.rh>
    22 
    23 RESOURCE REGISTRY_INFO theInfo
    24 	{
    25 	resource_format_version = RESOURCE_FORMAT_VERSION_2;
    26 
    27 	dll_uid = 0x10286378;
    28 	interfaces =
    29 		{
    30 		INTERFACE_INFO
    31 			{
    32 			interface_uid = 0x10285A29;
    33 			implementations =
    34 				{
    35 				IMPLEMENTATION_INFO
    36 					{
    37 					implementation_uid = 0x1028637A;
    38 					version_no = 1;
    39 					display_name = "CDisplayRenderStage";
    40 					default_data = "";
    41 					opaque_data = "";
    42 					rom_only = 1;
    43 					}
    44 				};
    45 			},
    46 		INTERFACE_INFO
    47 			{
    48 			interface_uid = 0x10285A29;
    49 			implementations =
    50 				{
    51 				IMPLEMENTATION_INFO
    52 					{
    53 					implementation_uid = 0x1028637B;
    54 					version_no = 1;
    55 					display_name = "CFbRenderStage";
    56 					default_data = "";
    57 					opaque_data = "";
    58 					rom_only = 1;
    59 					}
    60 				};
    61 			}
    62 		};
    63 	}