// 10272E5B.RSS
// Copyright (c) 2005-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:
// Registry file for the Client Codec plugin
//
//
#include <ecom/registryinfo.rh>
#include "10272E5B.rls"
// Declares info for three implementations
RESOURCE REGISTRY_INFO theInfo
{
// UID for the DLL
dll_uid = 0x10272E5B;
// Declare array of interface info
interfaces =
{
INTERFACE_INFO
{
// UID of interface that is implemented
interface_uid = 0x10272E5C;
implementations =
{
IMPLEMENTATION_INFO
{
implementation_uid = 0x10272E5D;
version_no = 1;
display_name = STRING_theInfo1;
default_data = "HTTP/client";
opaque_data = "";
},
IMPLEMENTATION_INFO
{
implementation_uid = 0x10272E5E;
version_no = 1;
display_name = STRING_theInfo2;
default_data = "HTTP/*||HTTP/general";
opaque_data = "";
},
IMPLEMENTATION_INFO
{
implementation_uid = 0x10272E5F;
version_no = 1;
display_name = STRING_theInfo3;
default_data = "HTTP";
opaque_data = "";
},
IMPLEMENTATION_INFO
{
implementation_uid = 0x10272E62;
version_no = 1;
display_name = STRING_theInfo1;
default_data = "HTTP/server";
opaque_data = "";
}
};
}
};
}