multimediacommscontroller/mmccmsrpsourcesink/data/A000EBE2.rss
branchrcs
changeset 56 eceb2b9c54ac
equal deleted inserted replaced
51:a13dcee59a62 56:eceb2b9c54ac
       
     1 /*
       
     2 * ==============================================================================
       
     3 *  Name        : A000EBE2.rss
       
     4 *  Part of     : MCC (Multimedia Comms Controller) / RTPSourceSink
       
     5 *  Description :
       
     6 *  Version     : 0.01
       
     7 *
       
     8 *  Copyright © 2007 Nokia. All rights reserved.
       
     9 *  This material, including documentation and any related 
       
    10 *  computer programs, is protected by copyright controlled by 
       
    11 *  Nokia. All rights are reserved. Copying, including 
       
    12 *  reproducing, storing, adapting or translating, any 
       
    13 *  or all of this material requires the prior written consent of 
       
    14 *  Nokia. This material also contains confidential 
       
    15 *  information which may not be disclosed to others without the 
       
    16 *  prior written consent of Nokia.
       
    17 * ==============================================================================
       
    18 */
       
    19 
       
    20 //  RESOURCE IDENTIFIER
       
    21 
       
    22 //  INCLUDES
       
    23 #include <mmfplugininterfaceuids.hrh>
       
    24 #include "registryinfo.rh"
       
    25 #include "mccuids.hrh"
       
    26 
       
    27 //  CONSTANTS  
       
    28 //  MACROS  
       
    29 
       
    30 //  RESOURCE DEFINITIONS
       
    31 // -----------------------------------------------------------------------------
       
    32 //   
       
    33 // AnySourceSink
       
    34 //
       
    35 //
       
    36 // -----------------------------------------------------------------------------
       
    37 //
       
    38 RESOURCE REGISTRY_INFO theInfo
       
    39     {
       
    40     dll_uid = KDllUidMccMsrpSourceSink; 
       
    41     interfaces = 
       
    42         {
       
    43         INTERFACE_INFO
       
    44             {
       
    45             interface_uid = KMmfUidPluginInterfaceDataSource; // MdataSource
       
    46             implementations = 
       
    47                 {
       
    48                 IMPLEMENTATION_INFO
       
    49                     {
       
    50                     implementation_uid =  KImplUidMccMsrpSource; 
       
    51                     version_no = KIpappsrvEcomVersionNumber;
       
    52                     display_name = "Msrp Data Source";
       
    53                     default_data = "";
       
    54                     opaque_data = "";
       
    55                     }
       
    56                 };
       
    57             }
       
    58              ,
       
    59         INTERFACE_INFO
       
    60             {
       
    61             interface_uid = KMmfUidPluginInterfaceDataSink; // MdataSink
       
    62             implementations = 
       
    63                 {
       
    64                 IMPLEMENTATION_INFO
       
    65                     {
       
    66                     implementation_uid =  KImplUidMccMsrpSink;
       
    67                     version_no = KIpappsrvEcomVersionNumber;
       
    68                     display_name = "Msrp Data Sink";
       
    69                     default_data = "";
       
    70                     opaque_data = "";
       
    71                     }
       
    72                 };
       
    73             }
       
    74 
       
    75         };
       
    76     }
       
    77     
       
    78 // End of File
       
    79     
       
    80