/*
* Copyright (c) 2006-2006 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: Resource definitions for project WSStarMessageHandlers
*
*/
// INCLUDES
#include <ecom/RegistryInfo.rh>
// RESOURCE DEFINITIONS
RESOURCE REGISTRY_INFO theInfo
{
// UID for the DLL
dll_uid = 0x101F9722;
// Declare array of interface info
interfaces =
{
INTERFACE_INFO
{
// UID of interface that is implemented (Message Handler Interface)
interface_uid = 0x20000394;
implementations =
{
// Enveloper handler
IMPLEMENTATION_INFO
{
implementation_uid = 0x101F9723;
version_no = 1;
display_name = "WSStar Policy";
default_data = "urn:com.nokia.ws.wsstar.handler.policy:1.0";
opaque_data = "";
}
};
}
};
}
// End of File