multimediacommscontroller/mmccanysourcesink/data/10283393.rss
changeset 0 1bce908db942
equal deleted inserted replaced
-1:000000000000 0:1bce908db942
       
     1 /*
       
     2 * Copyright (c) 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:   
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 //  RESOURCE IDENTIFIER
       
    22 
       
    23 //  INCLUDES
       
    24 #include <mmf/plugin/mmfplugininterfaceuids.hrh>
       
    25 #include <ecom/registryinfo.rh>
       
    26 #include "mccuids.hrh"
       
    27 
       
    28 //  CONSTANTS  
       
    29 //  MACROS  
       
    30 
       
    31 //  RESOURCE DEFINITIONS
       
    32 // -----------------------------------------------------------------------------
       
    33 //   
       
    34 // AnySourceSink
       
    35 //
       
    36 //
       
    37 // -----------------------------------------------------------------------------
       
    38 //
       
    39 RESOURCE REGISTRY_INFO theInfo
       
    40     {
       
    41     dll_uid = KDllUidMccAnySourceSink; 
       
    42     interfaces = 
       
    43         {
       
    44         INTERFACE_INFO
       
    45             {
       
    46             interface_uid = KMmfUidPluginInterfaceDataSource; // MdataSource
       
    47             implementations = 
       
    48                 {
       
    49                 IMPLEMENTATION_INFO
       
    50                     {
       
    51                     implementation_uid =  KImplUidMccAnySource; 
       
    52                     version_no = KIpappsrvEcomVersionNumber;
       
    53                     display_name = "Any Data Source";
       
    54                     default_data = "";
       
    55                     opaque_data = "";
       
    56                     }
       
    57                 };
       
    58             }
       
    59              ,
       
    60         INTERFACE_INFO
       
    61             {
       
    62             interface_uid = KMmfUidPluginInterfaceDataSink; // MdataSink
       
    63             implementations = 
       
    64                 {
       
    65                 IMPLEMENTATION_INFO
       
    66                     {
       
    67                     implementation_uid =  KImplUidMccAnySink;
       
    68                     version_no = KIpappsrvEcomVersionNumber;
       
    69                     display_name = "Any Data Sink";
       
    70                     default_data = "";
       
    71                     opaque_data = "";
       
    72                     }
       
    73                 };
       
    74             }
       
    75 
       
    76         };
       
    77     }
       
    78     
       
    79 // End of File
       
    80     
       
    81