terminalsecurity/SCP/SCPPatternPlugin/data/SCPPatternPlugin.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 13 Oct 2010 15:30:06 +0300
branchRCL_3
changeset 76 3cdbd92ee07b
parent 0 b497e44ab2fc
permissions -rw-r--r--
Revision: 201039 Kit: 201041

/*
* Copyright (c) 2000 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: Implementation of terminalsecurity components
*
*/


// INCLUDES
#include <ecom/registryinfov2.rh>
#include <SCPPServerPluginDefs.hrh>
#include <eikon.rh>
// CONSTANTS  

// MACROS  

// RESOURCE DEFINITIONS 

//-----------------------------------------------------------------------------
//   
//    theInfo
//    - The ECom resource definition for the plugin
//
//-----------------------------------------------------------------------------
//
RESOURCE REGISTRY_INFO theInfo
    {
    // We have ROM-only implementations, so declare the format
    resource_format_version = RESOURCE_FORMAT_VERSION_2;    
        
    // UID for the DLL
    dll_uid = 0x10274262;
    // Declare array of interface info
    interfaces = 
        {
        INTERFACE_INFO
            {
            // UID of interface that is implemented
            interface_uid = SCP_PLUGIN_IF_UID;
            implementations = 
                {
                IMPLEMENTATION_INFO
                    {
                    implementation_uid = 0x10274263;
                    version_no         = 1;
                    display_name       = "";
                    default_data       = "10274263";
                    opaque_data        = "";
                    
                    // This is a ROM-only implementation
                    rom_only           = 1;                       
                    }
                };
            }
        };
    }
// End of File