musichomescreen_multiview/mpxcollectionpublisher/data/mpxcollectionpublisher.rss
branchRCL_3
changeset 17 c8156a91d13c
parent 15 171e07ac910f
child 18 c54d95799c80
equal deleted inserted replaced
15:171e07ac910f 17:c8156a91d13c
     1 /*
       
     2 * Copyright (c) 2008-2008 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 registration for Music Content Publisher
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <registryinfo.rh>
       
    20 #include <contentharvesterpluginuids.hrh>
       
    21 #include "mpxcollectionpublisheruids.hrh"
       
    22 
       
    23 // ---------------------------------------------------------------------------
       
    24 // MpxCollectionPublisherPluginInfo
       
    25 // Declares info for implementation of the plugin
       
    26 // ---------------------------------------------------------------------------
       
    27 //
       
    28 RESOURCE REGISTRY_INFO MpxCollectionPublisherPluginInfo
       
    29     {
       
    30     // UID for the DLL
       
    31     dll_uid = KMpxCollectionPublisherDLL;
       
    32     // Declare array of interface info
       
    33     interfaces =
       
    34         {
       
    35         INTERFACE_INFO
       
    36             {
       
    37             // UID of interface that is implemented
       
    38             interface_uid = KContentHarvesterPluginUid;
       
    39             implementations =
       
    40                 {
       
    41                 IMPLEMENTATION_INFO
       
    42                     {
       
    43                     implementation_uid = KMpxCollectionPublisherUID; 
       
    44                     version_no = 1;
       
    45                     display_name = "";
       
    46                     default_data = "";
       
    47                     opaque_data = "";
       
    48                     }
       
    49                 };
       
    50             }
       
    51         };
       
    52     }
       
    53 
       
    54 // End of File