data/renderingplugin/data/renderer.rss
author jake
Wed, 02 Jun 2010 13:22:05 +0300
changeset 0 b856a9924bbc
permissions -rw-r--r--
initial contribution
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
b856a9924bbc initial contribution
jake
parents:
diff changeset
     1
/*
b856a9924bbc initial contribution
jake
parents:
diff changeset
     2
* Copyright (c) {Year(s)} {Copyright owner}.
b856a9924bbc initial contribution
jake
parents:
diff changeset
     3
* All rights reserved.
b856a9924bbc initial contribution
jake
parents:
diff changeset
     4
* This component and the accompanying materials are made available
b856a9924bbc initial contribution
jake
parents:
diff changeset
     5
* under the terms of the "Eclipse Public License v1.0"
b856a9924bbc initial contribution
jake
parents:
diff changeset
     6
* which accompanies this distribution, and is available
b856a9924bbc initial contribution
jake
parents:
diff changeset
     7
* at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
b856a9924bbc initial contribution
jake
parents:
diff changeset
     8
*
b856a9924bbc initial contribution
jake
parents:
diff changeset
     9
* Initial Contributors:
b856a9924bbc initial contribution
jake
parents:
diff changeset
    10
* {Name} {Company} ? Initial contribution
b856a9924bbc initial contribution
jake
parents:
diff changeset
    11
*
b856a9924bbc initial contribution
jake
parents:
diff changeset
    12
* Contributors:
b856a9924bbc initial contribution
jake
parents:
diff changeset
    13
* {Name} {Company} ? {{Description of contribution}}
b856a9924bbc initial contribution
jake
parents:
diff changeset
    14
*
b856a9924bbc initial contribution
jake
parents:
diff changeset
    15
* Description:
b856a9924bbc initial contribution
jake
parents:
diff changeset
    16
* {{Description of the file}}
b856a9924bbc initial contribution
jake
parents:
diff changeset
    17
*
b856a9924bbc initial contribution
jake
parents:
diff changeset
    18
*/
b856a9924bbc initial contribution
jake
parents:
diff changeset
    19
b856a9924bbc initial contribution
jake
parents:
diff changeset
    20
#include <ecom/registryinfo.rh>
b856a9924bbc initial contribution
jake
parents:
diff changeset
    21
b856a9924bbc initial contribution
jake
parents:
diff changeset
    22
RESOURCE REGISTRY_INFO theInfo
b856a9924bbc initial contribution
jake
parents:
diff changeset
    23
{
b856a9924bbc initial contribution
jake
parents:
diff changeset
    24
dll_uid = 0x22334454;// Apply your own uid!
b856a9924bbc initial contribution
jake
parents:
diff changeset
    25
interfaces =
b856a9924bbc initial contribution
jake
parents:
diff changeset
    26
{
b856a9924bbc initial contribution
jake
parents:
diff changeset
    27
    INTERFACE_INFO
b856a9924bbc initial contribution
jake
parents:
diff changeset
    28
        {
b856a9924bbc initial contribution
jake
parents:
diff changeset
    29
        interface_uid = 0x200286DF;//Don't change!
b856a9924bbc initial contribution
jake
parents:
diff changeset
    30
        implementations =
b856a9924bbc initial contribution
jake
parents:
diff changeset
    31
            {
b856a9924bbc initial contribution
jake
parents:
diff changeset
    32
            IMPLEMENTATION_INFO
b856a9924bbc initial contribution
jake
parents:
diff changeset
    33
                {
b856a9924bbc initial contribution
jake
parents:
diff changeset
    34
                implementation_uid = 0x22334455;// Apply your own uid!
b856a9924bbc initial contribution
jake
parents:
diff changeset
    35
                version_no = 1;
b856a9924bbc initial contribution
jake
parents:
diff changeset
    36
                display_name = "#replace#renderer";
b856a9924bbc initial contribution
jake
parents:
diff changeset
    37
                default_data = "#replace#renderer";
b856a9924bbc initial contribution
jake
parents:
diff changeset
    38
                opaque_data = "";
b856a9924bbc initial contribution
jake
parents:
diff changeset
    39
                }
b856a9924bbc initial contribution
jake
parents:
diff changeset
    40
            };
b856a9924bbc initial contribution
jake
parents:
diff changeset
    41
        }
b856a9924bbc initial contribution
jake
parents:
diff changeset
    42
    };
b856a9924bbc initial contribution
jake
parents:
diff changeset
    43
}