accessoryservices/pluggeddisplay/pluggeddisplayasy/data/2002138D.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 00:53:00 +0200
changeset 0 4e1aa6a622a0
permissions -rw-r--r--
Revision: 201003

/*
* 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:
* Ecom definitions file for Plugged Display ASY.
*
*/

// SYSTEM INCLUDES
#include <ecom/registryinfov2.rh>
#include <AsyServiceUids.h>

// USER INCLUDES
#include "pdasyconst.hrh"

//  RESOURCE DEFINITIONS 
RESOURCE REGISTRY_INFO
    {
    resource_format_version = RESOURCE_FORMAT_VERSION_2;
    dll_uid = PD_ASY_DLL_UID;
    interfaces = 
        {
        INTERFACE_INFO
            {
            // UID of interface that is implemented
            interface_uid = KACCESSORYPLUGINAPIUID;
            implementations = 
                {
                IMPLEMENTATION_INFO
                    {
                    implementation_uid = PD_ASY_MAIN_SERVICE_IMPL_UID;
                    version_no         = 1;
                    display_name       = PD_ASY_MAIN_SERVICE_IMPL_UID_TEXT;
                    default_data       = KACCESSORYPLUGINAPIMAINSERVICE;
                    opaque_data        = "Heap=0x7fff";
                    rom_only           = 1;
                    },
                IMPLEMENTATION_INFO
                    {
                    implementation_uid = PD_ASY_CMD_HANDLER_IMPL_UID;
                    version_no         = 1;
                    display_name       = PD_ASY_MAIN_SERVICE_IMPL_UID_TEXT;
                    default_data       = KACCESSORYPLUGINAPIHANDLER;
                    opaque_data        = "";
                    rom_only           = 1;
                    }
                };
            }
        };
    }

// End of File