startupservices/Startup/MediatorPlugin/src/102750AF.rss
changeset 0 2e3d3ce01487
child 46 eea20ed08f4b
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 /*
       
     2 * Copyright (c) 2009 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:  Startup Cover UI Mediator plugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // RESOURCE IDENTIFIER
       
    20 // n/a
       
    21 
       
    22 // INCLUDES
       
    23 #include <ecom/registryinfov2.rh>
       
    24 #include "MediatorUids.hrh"
       
    25 
       
    26 // CONSTANTS
       
    27 // None
       
    28 
       
    29 // MACROS
       
    30 // None
       
    31 
       
    32 // RESOURCE DEFINITIONS
       
    33 
       
    34 // -----------------------------------------------------------------------------
       
    35 // theInfo
       
    36 // ECom interface definition for the Startup Mediator Plugin.
       
    37 // -----------------------------------------------------------------------------
       
    38 RESOURCE REGISTRY_INFO theInfo
       
    39     {
       
    40     resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    41     dll_uid = 0x102750AF;
       
    42     interfaces =
       
    43         {
       
    44         INTERFACE_INFO
       
    45             {
       
    46             interface_uid = KMediatorPluginInterfaceUid;
       
    47             implementations =
       
    48                 {
       
    49                 IMPLEMENTATION_INFO
       
    50                     {
       
    51                     implementation_uid = 0x102750B0;
       
    52                     version_no         = 0;
       
    53                     display_name       = "Startup Mediator Plugin";
       
    54                     default_data       = "";
       
    55                     opaque_data        = "";
       
    56                     rom_only           = 1;
       
    57                     }
       
    58                 };
       
    59             }
       
    60         };
       
    61     }
       
    62