data/renderingplugin/data/renderer.rss
author jake
Wed, 02 Jun 2010 13:22:05 +0300
changeset 0 b856a9924bbc
permissions -rw-r--r--
initial contribution

/*
* Copyright (c) {Year(s)} {Copyright owner}.
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
*
* Initial Contributors:
* {Name} {Company} ? Initial contribution
*
* Contributors:
* {Name} {Company} ? {{Description of contribution}}
*
* Description:
* {{Description of the file}}
*
*/

#include <ecom/registryinfo.rh>

RESOURCE REGISTRY_INFO theInfo
{
dll_uid = 0x22334454;// Apply your own uid!
interfaces =
{
    INTERFACE_INFO
        {
        interface_uid = 0x200286DF;//Don't change!
        implementations =
            {
            IMPLEMENTATION_INFO
                {
                implementation_uid = 0x22334455;// Apply your own uid!
                version_no = 1;
                display_name = "#replace#renderer";
                default_data = "#replace#renderer";
                opaque_data = "";
                }
            };
        }
    };
}