systemswstubs/asyreference/data/101F5500.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 04 Oct 2010 00:04:35 +0300
changeset 46 e1758cbb96ac
parent 0 0ce1b5ce9557
permissions -rw-r--r--
Revision: 201039 Kit: 201039

/*
* Copyright (c) 2009 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:  Used as an reference implementation
*                Declaration of ASYReferencePlugin ECom resource
*
*/


// RESOURCE IDENTIFIER

// INCLUDES
#include "ecom/registryinfov2.rh"
#include "AsyServiceUids.h"

// CONSTANTS

// MACROS

//  RESOURCE DEFINITIONS 
// -----------------------------------------------------------------------------
// 
// 101F5500.rss
// Declares info for ASYReference implementations
//
// -----------------------------------------------------------------------------
//

RESOURCE REGISTRY_INFO ASYReferencePlugin
    {
    // UID for the DLL. See ASYReferencePlugin.mmp
    resource_format_version = RESOURCE_FORMAT_VERSION_2;
    dll_uid = 0x101F5500;
    interfaces = 
        {
        INTERFACE_INFO
            {
            // UID of interface that is implemented
            interface_uid = KACCESSORYPLUGINAPIUID;
            implementations = 
                {
                IMPLEMENTATION_INFO
                    {
                    implementation_uid = 0x1000B000;
                    version_no         = 1;
                    display_name       = "0x101F5500";
                    default_data       = KACCESSORYPLUGINAPIMAINSERVICE;
                    opaque_data        = "Heap=0x2BCD|Stack=0x1F00";
                    rom_only           = 1;
                    },
                IMPLEMENTATION_INFO
                    {
                    implementation_uid = 0x1000B001;
                    version_no         = 1;
                    display_name       = "0x101F5500";
                    default_data       = KACCESSORYPLUGINAPIHANDLER;
                    opaque_data        = "";
                    rom_only           = 1;
                    }
                };
            }
        };
    }

// End of File