startupservices/startupanimation/sanimihlplugin/data/2000B11B.rss
changeset 0 2e3d3ce01487
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:  Registry info resource file for SAnimIhlPlugin ECOM plugin.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  INCLUDES
       
    20 #include <ecom/registryinfov2.rh>
       
    21 
       
    22 //  RESOURCE DEFINITIONS
       
    23 // ---------------------------------------------------------
       
    24 //
       
    25 //   sanimihlplugin_registry_info
       
    26 //   Registry info resource.
       
    27 //
       
    28 // ---------------------------------------------------------
       
    29 //
       
    30 RESOURCE REGISTRY_INFO sanimihlplugin_registry_info
       
    31     {
       
    32     resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    33     dll_uid = 0x2000B11B;
       
    34     interfaces =
       
    35         {
       
    36         INTERFACE_INFO
       
    37             {
       
    38             interface_uid = 0x2000B118; // UID of Startup Image Plug-in API
       
    39             implementations =
       
    40                 {
       
    41                 IMPLEMENTATION_INFO
       
    42                     {
       
    43                     implementation_uid = 0x2000B11C;
       
    44                     version_no = 1;
       
    45                     display_name = "SAnimIhlPlugin";
       
    46                     default_data = "gif||jpg||bmp||jpeg||mbm||png||tiff||ico||wmf";
       
    47                     opaque_data = "";
       
    48                     rom_only = 1;
       
    49                     }
       
    50                 };
       
    51             }
       
    52         };
       
    53     }
       
    54 
       
    55 
       
    56 // End of File