webservices/wshostlettransportplugin/data/2000039e.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 26 Jan 2010 13:03:48 +0200
changeset 2 150a13bad6af
parent 0 62f9d29f7211
permissions -rw-r--r--
Revision: 201001 Kit: 201004

/*
* Copyright (c) 2000 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:        
*
*/








#include <ecom/registryinfo.rh>

// RESOURCE DEFINITIONS
RESOURCE REGISTRY_INFO theInfo
    {
    // UID for the DLL
    dll_uid = 0x2000039E;
    // Declare array of interface info
    interfaces = 
        {
        INTERFACE_INFO
            {
            // UID of the WSF transport plug-in interface
            interface_uid = 0x10274C72;
            implementations = 
                {
                // Info for HTTP Channel Transport plugin
                IMPLEMENTATION_INFO
                    {
                    implementation_uid = 0x2000039F;
                    version_no         = 1;
                    display_name       = "Sen Hostlet Transport plug-in";
                    default_data       = "com.nokia.wsf.transport.plugin.hostlet";
                    opaque_data        = "";
                    }
                };
            }
        };
    }

// End of File