mmshplugins/mmshaoplugin/data/musaoplugin.rss
changeset 0 f0cf47e981f9
equal deleted inserted replaced
-1:000000000000 0:f0cf47e981f9
       
     1 /*
       
     2 * Copyright (c) 2005-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:  Registry file of MultimediaSharing AO Plug-in.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <ecom/registryinfo.rh>
       
    19 #include "../../../inc/musversionnumbers.h"
       
    20 
       
    21 RESOURCE REGISTRY_INFO theInfo
       
    22     {
       
    23     // musaoplugin.dll uid
       
    24     dll_uid = 0x1028238B;
       
    25     interfaces =
       
    26         {
       
    27         INTERFACE_INFO
       
    28             {
       
    29             // CEComInterface interface UID
       
    30             interface_uid = 0x101F85EC;
       
    31             implementations =
       
    32                 {
       
    33                 IMPLEMENTATION_INFO
       
    34                     {
       
    35                     // AlwaysOnlineManager implementation UID
       
    36                     implementation_uid = 0x1028238B;
       
    37                     version_no = KMusEcomVersionNumber;
       
    38                     display_name = "MultimediaSharing ECom Plugin for AlwaysOnline";
       
    39                     default_data = "mus";
       
    40                     // Note : opaque_data MUST have @ least a single byte of data
       
    41                     // in this instance it is an empty string.
       
    42                     opaque_data = " ";
       
    43                     }
       
    44                 // Place additional interface implementations here
       
    45                 };
       
    46             }
       
    47         // Place additional interfaces here
       
    48         };
       
    49     }