mpxmusicplayer/activeidle/aiplayerplugin/data/aiplayerplugin.rss
branchRCL_3
changeset 11 13afc0e517bd
parent 5 2a40e88564c8
child 13 a914e47e7a01
child 14 943ff5625028
equal deleted inserted replaced
5:2a40e88564c8 11:13afc0e517bd
     1 /*
       
     2 * Copyright (c) 2007-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 "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 aiplayerplugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <aicontentpublisheruid.hrh>
       
    20 #include <ecom/registryinfov2.rh>
       
    21 #include "aiplayerpluginuids.hrh"
       
    22 
       
    23 // ---------------------------------------------------------------------------
       
    24 // registry_info
       
    25 // ECOM registry information
       
    26 // ---------------------------------------------------------------------------
       
    27 //
       
    28 RESOURCE REGISTRY_INFO registry_info
       
    29     {
       
    30     resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    31     dll_uid = AI_UID_ECOM_DLL_CONTENTPUBLISHER_PLAYERPLUGIN;
       
    32 
       
    33     // Interface info array
       
    34     interfaces =
       
    35         {
       
    36         INTERFACE_INFO
       
    37             {
       
    38             // UID of the implemented interface
       
    39             interface_uid = AI_UID_ECOM_INTERFACE_CONTENTPUBLISHER;
       
    40             implementations =
       
    41                 {
       
    42                 IMPLEMENTATION_INFO
       
    43                     {
       
    44                     implementation_uid  =  AI_UID_ECOM_IMPLEMENTATION_CONTENTPUBLISHER_PLAYERPLUGIN;
       
    45                     version_no          =  1;
       
    46                     display_name        =  "PlayerPlugin";
       
    47                     default_data        =  "";
       
    48                     opaque_data         =  " ";
       
    49                     rom_only            =  1;
       
    50                     }
       
    51                 };
       
    52             }
       
    53         };
       
    54     }