webservices/wsstar/wsstarmessagehandlers/data/10282c48.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 07 Jan 2010 16:19:19 +0200
changeset 0 62f9d29f7211
permissions -rw-r--r--
Revision: 200951 Kit: 201001

/*
* 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 = 0x10282C48;
    // Declare array of interface info
    interfaces = 
        {
        INTERFACE_INFO
            {
            // UID of interface that is implemented (Message Handler Interface)
            interface_uid = 0x10282C5C;
            implementations = 
                {
                // Enveloper handler
                IMPLEMENTATION_INFO
                    {
                    implementation_uid = 0x10282C56;
                    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 = 0x10282C57;
                    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 = 0x10282C58;
                    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 = 0x10282C59;
                    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 = 0x10282C5A;
                    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