os/graphics/windowing/windowserver/test/t_genericplugin/resource/t_testplugin.rss
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/graphics/windowing/windowserver/test/t_genericplugin/resource/t_testplugin.rss Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,79 @@
1.4 +// testplugin.RSS
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 test wserv plugins
1.20 +//
1.21 +//
1.22 +
1.23 +/**
1.24 + @file
1.25 + @test
1.26 + @internalComponent
1.27 +*/
1.28 +
1.29 +#include <ecom/registryinfo.rh>
1.30 +
1.31 +RESOURCE REGISTRY_INFO theInfo
1.32 + {
1.33 + dll_uid = 0x10285C5C;
1.34 + interfaces =
1.35 + {
1.36 + INTERFACE_INFO
1.37 + {
1.38 + interface_uid = 0x10285A29;
1.39 + implementations =
1.40 + {
1.41 + IMPLEMENTATION_INFO
1.42 + {
1.43 + implementation_uid = 0x10285C5E;
1.44 + version_no = 1;
1.45 + display_name = "CTestRenderStage";
1.46 + default_data = "CTestRenderStage";
1.47 + opaque_data = "";
1.48 + }
1.49 + };
1.50 + },
1.51 + INTERFACE_INFO
1.52 + {
1.53 + interface_uid = 0x10285A29;
1.54 + implementations =
1.55 + {
1.56 + IMPLEMENTATION_INFO
1.57 + {
1.58 + implementation_uid = 0x10285C5F;
1.59 + version_no = 1;
1.60 + display_name = "CTestMWsIniFile";
1.61 + default_data = "";
1.62 + opaque_data = "";
1.63 + }
1.64 + };
1.65 + },
1.66 + INTERFACE_INFO
1.67 + {
1.68 + interface_uid = 0x10285A29;
1.69 + implementations =
1.70 + {
1.71 + IMPLEMENTATION_INFO
1.72 + {
1.73 + implementation_uid = 0x10285C64;
1.74 + version_no = 1;
1.75 + display_name = "CTestServicePlugin";
1.76 + default_data = "";
1.77 + opaque_data = "";
1.78 + }
1.79 + };
1.80 + }
1.81 + };
1.82 + }