homesync/contentmanager/mediaservant/plugin/data/200075DD.rss
branchIOP_Improvements
changeset 40 08b5eae9f9ff
parent 39 6369bfd1b60d
child 41 b4d83ea1d6e2
equal deleted inserted replaced
39:6369bfd1b60d 40:08b5eae9f9ff
     1 /*
       
     2 * Copyright (c) 2000 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:  Plugin resource definition
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <ecom/registryinfo.rh>
       
    20 #include "pluginuids.h"
       
    21 
       
    22 RESOURCE REGISTRY_INFO theInfo
       
    23     {
       
    24     dll_uid = MSPluginUid;
       
    25 
       
    26     interfaces =
       
    27         {
       
    28         INTERFACE_INFO
       
    29             {
       
    30             // UID of interface that is implemented
       
    31             interface_uid = 0x200075DD;
       
    32             implementations =
       
    33                 {
       
    34                 // Info for
       
    35                 IMPLEMENTATION_INFO
       
    36                     {
       
    37                     implementation_uid = MSPluginImplementationUid;
       
    38                     version_no         = 1;
       
    39                     display_name       = "mediaservantplugin";
       
    40                     default_data       = "mediaservantplugin";
       
    41                     opaque_data        = "";
       
    42                     }
       
    43                 };
       
    44             }
       
    45         };
       
    46     }
       
    47