uiacceltk/hitchcock/coretoolkit/rendervg10/src/200184B7.rss
changeset 0 15bf7259bb7c
equal deleted inserted replaced
-1:000000000000 0:15bf7259bb7c
       
     1 /*
       
     2 * Copyright (c) 2001 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:   Resource definitions for project ?myapp
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 NAME VG10
       
    21 
       
    22 #include <registryinfo.rh>
       
    23 
       
    24 // ---------------------------------------------------------------------------
       
    25 // HuiRendererPluginInformation
       
    26 // Data structure for ECOM framework
       
    27 // ---------------------------------------------------------------------------
       
    28 //
       
    29 RESOURCE REGISTRY_INFO HuiRendererPluginInformation
       
    30     {
       
    31     dll_uid = 0x200184B7; // dll uid3
       
    32     interfaces = 
       
    33         {
       
    34         INTERFACE_INFO
       
    35             {
       
    36             // Renderer Plugin interface UID, KUidHuiRenderPluginBase
       
    37             interface_uid = 0x200113D4;
       
    38             implementations =
       
    39                 {
       
    40                 // OpenVG 1.0
       
    41                 IMPLEMENTATION_INFO
       
    42                     {
       
    43                     // OpenVg10 Renderer implementation UID
       
    44                     implementation_uid = 0x200184B8;
       
    45                     version_no = 1;
       
    46                     display_name = "OpenVG10||Implements a Renderer Plug-in";
       
    47                     default_data = "2";     // Vg10 = 2, from HuiRenderer.h
       
    48                     opaque_data = "";
       
    49                     }
       
    50                 };
       
    51             }
       
    52         };
       
    53     }
       
    54     
       
    55 // End of File