mulwidgets/alfcontainerwidget/src/200100fe.rss
author Simon Howkins <simonh@symbian.org>
Tue, 16 Nov 2010 11:09:56 +0000
branchRCL_3
changeset 33 2d34f54f7334
parent 26 0e9bb658ef58
permissions -rw-r--r--
Fixed path to IBY files to be exported

/*
* Copyright (c) 2009 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: container widget rss file.
*
*/

#include <ecom/registryinfo.rh>
#include "alf/alfecompluginfactoryuid.rh"


RESOURCE REGISTRY_INFO theInfo
{
dll_uid = 0x200100FE;
interfaces =
    {
    INTERFACE_INFO
        {
        interface_uid = KFactoryPluginUid;
        implementations =
            {
            IMPLEMENTATION_INFO
                {
                implementation_uid = 0x200100FF;
                version_no = 1;
                display_name = "";
                default_data = "container";
                opaque_data = "";
                }    
            };
        }
    };
}