mmlibs/mmfw/tsrc/mmfintegrationtest/mmfmediaclienttestplugin/src/mmfmediaclientextdisplaytestprovider.rss
changeset 4 9d4397b300d1
equal deleted inserted replaced
1:fcaf4606ba4e 4:9d4397b300d1
       
     1 // Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #include "mmfmediaclientextdisplaytestprovider.hrh"
       
    17 #include <mmf/plugin/mmfmediaclientextdisplayinterface.hrh>
       
    18 #include <ecom/registryinfov2.rh>
       
    19 
       
    20 RESOURCE REGISTRY_INFO theInfo 
       
    21     {
       
    22     resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    23     
       
    24     dll_uid = KMediaDisplayExtTestProviderDllUid; //The DLL's 3rd UID.
       
    25     interfaces = 
       
    26         {
       
    27         INTERFACE_INFO
       
    28             {
       
    29             interface_uid = KMediaDisplayExtProviderInterfaceUid; 
       
    30             implementations = 
       
    31                 {
       
    32                 IMPLEMENTATION_INFO
       
    33                     {
       
    34                     implementation_uid = KMediaDisplayExtTestProviderImplUid; //UID for this provider
       
    35                              // Same value as in implementation table.
       
    36                     version_no = 1;
       
    37                     display_name = "S60 External Test Display Provider"; //Human readable string for UI purposes.
       
    38                     default_data = "S60 External Tests Display Provider";
       
    39                     opaque_data = "";
       
    40                     rom_only = 1;
       
    41                     }
       
    42                 };
       
    43             }
       
    44         };
       
    45 		}
       
    46 
       
    47