scrsaver/scrsaverplugins/ScreenSaverGifAnimPlugin/resource/102750B5.rss
changeset 14 8a173132b0aa
parent 2 058b1fc1663a
equal deleted inserted replaced
2:058b1fc1663a 14:8a173132b0aa
     1 /*
       
     2 * Copyright (c) 2005 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 file for Ecom style Screensaver GifAnimation plug-in
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 #include <ecom/registryinfo.rh>
       
    23 
       
    24 
       
    25 
       
    26 //  RESOURCE DEFINITIONS 
       
    27 // -----------------------------------------------------------------------------
       
    28 //   
       
    29 // Registry info
       
    30 // The UIDs for the filters implemented in this DLL
       
    31 //
       
    32 // -----------------------------------------------------------------------------
       
    33 //
       
    34 
       
    35 RESOURCE REGISTRY_INFO theInfo
       
    36     {
       
    37     dll_uid = 0x102750B5; // should match the name of the file. 
       
    38                           // 3-d Uid of associeted plugin dll (declared in the dll mmp file)
       
    39                           
       
    40     interfaces=
       
    41         {
       
    42         INTERFACE_INFO
       
    43             {
       
    44             interface_uid =  0x102750CB; // KScreenSaverPluginInterfaceUid, identifies plugin type (used by ECom)
       
    45             implementations = 
       
    46                 {
       
    47                 IMPLEMENTATION_INFO
       
    48                     {
       
    49                     implementation_uid = 0x102750B4;  // specify specific implementation (must
       
    50                                                       // match an implementation entry in the dll
       
    51                     version_no = 1;
       
    52                     display_name = "ScreenSaverGifAnimPlugin.dll;Gif Animation Plugin"; // file name; plugin's name
       
    53                     default_data = "image/gif";
       
    54                                     // suppored mime types  
       
    55                                     // mime Extensions
       
    56                                     // and mime descriptions
       
    57                     opaque_data = "Gif Animation Plugin"; // plugin's description
       
    58                     }
       
    59                 };
       
    60             }
       
    61         };
       
    62     }
       
    63