musichomescreen/musicplayeractionhandlerplugin/data/musicplayeractionhandlerplugin.rss
changeset 0 ff3acec5bc43
equal deleted inserted replaced
-1:000000000000 0:ff3acec5bc43
       
     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 Player Action Handler Plugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <registryinfo.rh>
       
    20 #include <ahpluginuids.hrh>
       
    21 #include "musicplayeractionhandleruids.hrh"
       
    22 
       
    23 // ---------------------------------------------------------------------------
       
    24 // MusicPlayerActionHandlerPluginInfo
       
    25 // Declares info for implementation of the plugin
       
    26 // ---------------------------------------------------------------------------
       
    27 //
       
    28 RESOURCE REGISTRY_INFO MusicPlayerActionHandlerPluginInfo
       
    29     {
       
    30     // UID for the DLL
       
    31     dll_uid = KMusicPlayerActionHandlerDLL;
       
    32     // Declare array of interface info
       
    33     interfaces =
       
    34         {
       
    35         INTERFACE_INFO
       
    36             {
       
    37             // UID of interface that is implemented
       
    38             interface_uid = KAHPluginInterfaceUid;
       
    39             implementations =
       
    40                 {
       
    41                 IMPLEMENTATION_INFO
       
    42                     {
       
    43                     implementation_uid = KMusicPlayerActionHandlerUID;
       
    44                     version_no = 1;
       
    45                     display_name = "";
       
    46                     default_data = "";
       
    47                     opaque_data = "";
       
    48                     }
       
    49                 };
       
    50             }
       
    51         };
       
    52     }
       
    53 
       
    54 // End of File