webservices/wsstar/wsstarplugin/data/10282c49.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) 9717 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 WSStarPlugin
*
*/









#include <ecom/RegistryInfo.rh>

RESOURCE REGISTRY_INFO theInfo
    {
    // UID for the DLL
    dll_uid = 0x10282C49;
    // Declare array of interface info
    interfaces = 
        {
        INTERFACE_INFO
            {
            // UID of interface that is implemented
            interface_uid = 0x101F9730;
            implementations = 
                {
                // frameworkID = "WS-STAR"
                IMPLEMENTATION_INFO
                    {
                    implementation_uid = 0x10282C50;
                    version_no         = 1;
                    display_name       = "WSStarPlugin SIF";
                    default_data       = "com.nokia.ws.wsstar.WSStarFramework";
                    opaque_data        = "";
                    }
                
                };
            },
        INTERFACE_INFO
            {
            // UID of interface that is implemented (Session Handler Interface)
            interface_uid = 0x10282C5B;
            implementations = 
                {
                // Validate Handler "http://schemas.xmlsoap.org/ws/2005/02/trust/ws-trust.xsd";
                IMPLEMENTATION_INFO
                {
                implementation_uid = 0x10282C51;
                version_no         = 1;
                display_name       = "WSStarHandlerValidatePlugin";
                default_data       = "urn:com.nokia.ws.wsstar.handler.validate:1.0";
                opaque_data        = "";
                },
                // register Handler
                IMPLEMENTATION_INFO
                {
                implementation_uid = 0x10282C52;
                version_no         = 1;
                display_name       = "WSStarHandlerRegisterPlugin";
                default_data       = "urn:com.nokia.ws.wsstar.handler.register:1.0";
                opaque_data        = "";
                },
                // Service Update handler
                IMPLEMENTATION_INFO
                {
                implementation_uid = 0x10282C53;
                version_no         = 1;
                display_name       = "WSStarHandlerServiceUpdatePlugin";
                default_data       = "urn:com.nokia.ws.wsstar.handler.serviceUpdate:1.0";
                opaque_data        = "";
                },
                IMPLEMENTATION_INFO
                    {
                    implementation_uid = 0x10282C54;
                    version_no         = 1;
                    display_name       = "WSStarHandlerPolicyPlugin";
                    default_data       = "urn:com.nokia.ws.wsstar.handler.policy:1.0";
                    opaque_data        = "";
                    }                                
                };
            }
        };
    }