systemswstubs/hwrmstubplugins/data/10205040.rss
author hgs
Mon, 25 Oct 2010 16:38:55 +0300
changeset 52 3248d079cead
parent 0 0ce1b5ce9557
permissions -rw-r--r--
201042

/*
* Copyright (c) 2002-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:  Hardware Resource Manager stub plugins ECom resource file
*
*/


#include "ecom/registryinfov2.rh"

// Declares info for two implementations
RESOURCE REGISTRY_INFO theInfo
    {
    // UID for the DLL. See HWRMStubPlugins.mmp
    resource_format_version = RESOURCE_FORMAT_VERSION_2;
    dll_uid = 0x10205040;
    interfaces = 
        {
        INTERFACE_INFO
            {
            // UID of interface that is implemented
            interface_uid = 0x10205028;
            implementations = 
                {
                IMPLEMENTATION_INFO
                    {
                    implementation_uid = 0x1020503F;
                    version_no = 1;
                    display_name = "Light plugin stub";
                    default_data = "HWRMLight";      
                    opaque_data = "";
                    rom_only = 1;
                    },
                IMPLEMENTATION_INFO
                    {
                    implementation_uid = 0x1020503E;
                    version_no = 1;
                    display_name = "Vibra plugin stub";
                    default_data = "HWRMVibra";      
                    opaque_data = "";
                    rom_only = 1;
                    },
                IMPLEMENTATION_INFO
                    {
                    implementation_uid = 0x2000BF15;
                    version_no = 1;
                    display_name = "Fmtx plugin stub";
                    default_data = "HWRMFmTx";      
                    opaque_data = "";
                    rom_only = 1;
                    }
                };
            },
        INTERFACE_INFO
            {
            // UID of interface that is implemented
            interface_uid = 0x10205042;
            implementations = 
                {
                IMPLEMENTATION_INFO
                    {
                    implementation_uid = 0x1020503D;
                    version_no = 1;
                    display_name = "Power State Test plugin";
                    default_data = "HWRMPowerState";
                    opaque_data = "";
                    rom_only = 1;
                    }
                };
            }
        };
    }