scrsaver/scrsaverplugins/ScreenSaverGifAnimPlugin/resource/102750B5.rss
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:30:40 +0100
branchRCL_3
changeset 26 e8d784ac1a4b
parent 0 040fcad49f44
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201033 Kit: 201035

/*
* Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:     Registry file for Ecom style Screensaver GifAnimation plug-in
*
*/





#include <ecom/registryinfo.rh>



//  RESOURCE DEFINITIONS 
// -----------------------------------------------------------------------------
//   
// Registry info
// The UIDs for the filters implemented in this DLL
//
// -----------------------------------------------------------------------------
//

RESOURCE REGISTRY_INFO theInfo
    {
    dll_uid = 0x102750B5; // should match the name of the file. 
                          // 3-d Uid of associeted plugin dll (declared in the dll mmp file)
                          
    interfaces=
        {
        INTERFACE_INFO
            {
            interface_uid =  0x102750CB; // KScreenSaverPluginInterfaceUid, identifies plugin type (used by ECom)
            implementations = 
                {
                IMPLEMENTATION_INFO
                    {
                    implementation_uid = 0x102750B4;  // specify specific implementation (must
                                                      // match an implementation entry in the dll
                    version_no = 1;
                    display_name = "ScreenSaverGifAnimPlugin.dll;Gif Animation Plugin"; // file name; plugin's name
                    default_data = "image/gif";
                                    // suppored mime types  
                                    // mime Extensions
                                    // and mime descriptions
                    opaque_data = "Gif Animation Plugin"; // plugin's description
                    }
                };
            }
        };
    }