1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/graphics/windowing/windowserverplugins/openwfc/src/10286378.rss Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,63 @@
1.4 +// 10286378.rss directGDI render stage plugin
1.5 +
1.6 +// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
1.7 +// All rights reserved.
1.8 +// This component and the accompanying materials are made available
1.9 +// under the terms of "Eclipse Public License v1.0"
1.10 +// which accompanies this distribution, and is available
1.11 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.12 +//
1.13 +// Initial Contributors:
1.14 +// Nokia Corporation - initial contribution.
1.15 +//
1.16 +// Contributors:
1.17 +//
1.18 +// Description:
1.19 +// Registry file for the standard wserv plugins
1.20 +//
1.21 +//
1.22 +
1.23 +#include <ecom/registryinfoconst.hrh>
1.24 +#include <ecom/registryinfov2.rh>
1.25 +
1.26 +RESOURCE REGISTRY_INFO theInfo
1.27 + {
1.28 + resource_format_version = RESOURCE_FORMAT_VERSION_2;
1.29 +
1.30 + dll_uid = 0x10286378;
1.31 + interfaces =
1.32 + {
1.33 + INTERFACE_INFO
1.34 + {
1.35 + interface_uid = 0x10285A29;
1.36 + implementations =
1.37 + {
1.38 + IMPLEMENTATION_INFO
1.39 + {
1.40 + implementation_uid = 0x1028637A;
1.41 + version_no = 1;
1.42 + display_name = "CDisplayRenderStage";
1.43 + default_data = "";
1.44 + opaque_data = "";
1.45 + rom_only = 1;
1.46 + }
1.47 + };
1.48 + },
1.49 + INTERFACE_INFO
1.50 + {
1.51 + interface_uid = 0x10285A29;
1.52 + implementations =
1.53 + {
1.54 + IMPLEMENTATION_INFO
1.55 + {
1.56 + implementation_uid = 0x1028637B;
1.57 + version_no = 1;
1.58 + display_name = "CFbRenderStage";
1.59 + default_data = "";
1.60 + opaque_data = "";
1.61 + rom_only = 1;
1.62 + }
1.63 + };
1.64 + }
1.65 + };
1.66 + }