terminalsecurity/SCP/SCPTimestampPlugin/data/SCPTimestampPlugin.rss
author hgs
Fri, 15 Oct 2010 11:46:45 +0530
changeset 73 ae69c2e8bc34
parent 0 b497e44ab2fc
permissions -rw-r--r--
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
*
*/


//  RESOURCE IDENTIFIER
NAME SCPT

// 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 = 0xA00003D6;
    // 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 = 0xA00003D7;
                    version_no         = 1;
                    display_name       = "";
                    default_data       = "A00003D7";
                    opaque_data        = "";
                    
                    // This is a ROM-only implementation
                    rom_only           = 1;
                    }
                };
            }
        };
    }

// End of File