diff -r 000000000000 -r f5a58ecadc66 servicediscoveryandcontrol/pnp/test/upnp/Server/group/2000D053.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/servicediscoveryandcontrol/pnp/test/upnp/Server/group/2000D053.rss Tue Feb 02 01:12:20 2010 +0200 @@ -0,0 +1,129 @@ +// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). +// All rights reserved. +// This component and the accompanying materials are made available +// under the terms of "Eclipse Public License v1.0" +// which accompanies this distribution, and is available +// at the URL "http://www.eclipse.org/legal/epl-v10.html". +// +// Initial Contributors: +// Nokia Corporation - initial contribution. +// +// Contributors: +// +// Description: +// @file +// Registry info for UPnP ECOM plug-in +// +// + +#include + +RESOURCE REGISTRY_INFO theInfo +{ +dll_uid = 0x2000D053; +interfaces = + { + INTERFACE_INFO + { + interface_uid = 0x10281DD7; + implementations = + { + IMPLEMENTATION_INFO + { + implementation_uid = 0x2000D054; + version_no = 1; + display_name = "UPnP Tier Manager Factory"; + default_data = "UPnPTierManagerFactory"; + } + }; + }, + INTERFACE_INFO + { + interface_uid = 0x10274546; + implementations = + { + IMPLEMENTATION_INFO + { + implementation_uid = 0x2000D055; + version_no = 1; + display_name = "UPnP Meta Connection Provider Factory"; + default_data = "UPnPMetaConnectionProviderFactory"; + opaque_data = ""; + } + }; + }, + INTERFACE_INFO + { + interface_uid = 0x102070EE; + implementations = + { + IMPLEMENTATION_INFO + { + implementation_uid = 0x2000D056; + version_no = 1; + display_name = "UPnP Control Connection Provider Factory"; + default_data = "UPnPControlConnectionProviderFactory"; + }, + IMPLEMENTATION_INFO + { + implementation_uid = 0x2000D058; + version_no = 1; + display_name = "UPnP Service Connection Provider Factory"; + default_data = "UPnPServiceConnectionProviderFactory"; + } + }; + }, + INTERFACE_INFO + { + interface_uid = 0x10204301; + implementations = + { + IMPLEMENTATION_INFO + { + implementation_uid = 0x2000D057; + version_no = 1; + display_name = "UPnP Control Sub-Connection Provider Factory"; + default_data = "UPnPControlSubConnectionProviderFactory"; + }, + IMPLEMENTATION_INFO + { + implementation_uid = 0x2000D059; + version_no = 1; + display_name = "UPnP Service Sub-Connection Provider Factory"; + default_data = "UPnPServiceSubConnectionProviderFactory"; + } + }; + }, + INTERFACE_INFO + { + interface_uid = 0x10281C33; + implementations = + { + IMPLEMENTATION_INFO + { + implementation_uid = 0x2000D05A; + version_no = 1; + display_name = "UPnP Flow Factory"; + default_data = "UPnPFlowFactory"; + opaque_data = ""; + } + }; + }, + INTERFACE_INFO + {//Right now using subconnection flow factory container uid, once comms genereic flow factory + // container is ready should be replaced with that UID, + interface_uid = 0x10281C33; //subconnflow interface UID + implementations = + { + IMPLEMENTATION_INFO + { + implementation_uid = 0x2000D05B; + version_no = 1; + display_name = "Application Protocol Interface Factory"; + default_data = "ApplicationProtocolIntfFactory"; + } + }; + } + }; +} +