videofeeds/mrssplugin/data/IptvRssPlugin.rss
changeset 0 96612d01cf9f
equal deleted inserted replaced
-1:000000000000 0:96612d01cf9f
       
     1 /*
       
     2 * Copyright (c) 2004-2007 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 the License "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 IptvRssPlugin*
       
    15 */
       
    16 
       
    17 
       
    18 
       
    19 
       
    20 #include <ecom/registryinfo.rh>
       
    21 #include "IptvEngineUids.h"
       
    22 
       
    23 // -----------------------------------------------------------------------------
       
    24 // registry_info
       
    25 //
       
    26 // -----------------------------------------------------------------------------
       
    27 //
       
    28 RESOURCE REGISTRY_INFO registry_info
       
    29     {
       
    30     // UID for the DLL
       
    31     dll_uid = KIptvRssPluginDllUid;
       
    32 
       
    33     // Declare array of interface info
       
    34     interfaces =
       
    35         {
       
    36         INTERFACE_INFO
       
    37             {
       
    38             // UID of interface that is implemented
       
    39             interface_uid = KIptvEcgPluginInterfaceUid;
       
    40             implementations = 
       
    41                 {
       
    42                 IMPLEMENTATION_INFO
       
    43                     {
       
    44                     implementation_uid  =  KIptvRssPluginImplementationUid;
       
    45                     version_no          =  1;
       
    46                     display_name        =  "";
       
    47                     default_data        =  "";
       
    48                     opaque_data         =  "";
       
    49                     }
       
    50                 };
       
    51             }
       
    52         };
       
    53     }