/*
* 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 = 0x101F971C;
// Declare array of interface info
interfaces =
{
INTERFACE_INFO
{
// UID of interface that is implemented (Message Handler Interface)
interface_uid = 0x20000393;
implementations =
{
// Enveloper handler
IMPLEMENTATION_INFO
{
implementation_uid = 0x101F971D;
version_no = 1;
display_name = "WSStar Message Handler - Enveloper";
default_data = "urn:com.nokia.ws.wsstar.handler.enveloper:1.0";
opaque_data = "";
}
,
// Addressing handler
IMPLEMENTATION_INFO
{
implementation_uid = 0x101F971E;
version_no = 1;
display_name = "WSStar Message Handler - Passport";
default_data = "urn:com.nokia.ws.wsstar.handler.passport:1.0";
opaque_data = "";
}
,
// Addressing handler
IMPLEMENTATION_INFO
{
implementation_uid = 0x101F971F;
version_no = 1;
display_name = "WSStar Message Handler - Addressing";
default_data = "urn:com.nokia.ws.wsstar.handler.addressing:1.0";
opaque_data = "";
}
,
//credential collector handler
IMPLEMENTATION_INFO
{
implementation_uid = 0x101F9720;
version_no = 1;
display_name = "WSStar Message Handler - Credential Collector";
default_data = "urn:com.nokia.ws.wsstar.handler.credentialCollector:1.0";
opaque_data = "";
}
,
//signature handler
IMPLEMENTATION_INFO
{
implementation_uid = 0x101F9721;
version_no = 1;
display_name = "WSStar Message Handler - Security";
default_data = "urn:com.nokia.ws.wsstar.handler.security:1.0";
opaque_data = "";
}
};
}
};
}
// End of File