fmradio/fmradiomcpplugin/resources/2001f497.rss
branchRCL_3
changeset 20 93c594350b9a
parent 0 f3d95d9c00ab
equal deleted inserted replaced
19:cce62ebc198e 20:93c594350b9a
       
     1 /*
       
     2 * Copyright (c) 2006 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: ECom plugin registration resource for FM Radio Content Publisher Plugin.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <mcppluginuids.hrh>
       
    19 #include <ecom/registryinfov2.rh>
       
    20 
       
    21 #include "fmradiomcpplugin.hrh"
       
    22 
       
    23 // ---------------------------------------------------------------------------
       
    24 // Resource information for the ECOM DLL.
       
    25 // ---------------------------------------------------------------------------
       
    26 //
       
    27 RESOURCE REGISTRY_INFO theInfo
       
    28     {
       
    29     resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    30 
       
    31     dll_uid = KFMRadioMCPPluginDllUid;
       
    32 
       
    33     interfaces = 
       
    34         {
       
    35         INTERFACE_INFO
       
    36             {
       
    37             // Plugin interface
       
    38             interface_uid = KMCPPluginUid;
       
    39 
       
    40             implementations = 
       
    41                 {
       
    42                 // Plugin implementation
       
    43                 IMPLEMENTATION_INFO
       
    44                     {
       
    45                     implementation_uid = KFMRadioMCPPluginImplementationUid;
       
    46                     version_no         = 1;
       
    47                     display_name       = "";
       
    48                     default_data       = "";
       
    49                     opaque_data        = "";
       
    50                     rom_only           = 0;
       
    51                     }
       
    52                 };
       
    53             }
       
    54         };
       
    55     }