devsoundextensions/ciextnfactoryplugins/ciextnserverplugin/data/10207BEB.rss
author William Roberts <williamr@symbian.org>
Thu, 22 Jul 2010 16:47:59 +0100
branchGCC_SURGE
changeset 36 6320e299b97a
parent 0 40261b775718
permissions -rw-r--r--
Catchup to latest Symbian^4

/*
* Copyright (c) 1020 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:   Resource definitions for project custom interface extension
*                devsound server plugin.
*
*/



#include <registryinfov2.rh>
#include <a3f/mmfdevsoundcustominterfaceextensions.hrh>
#include <mmfdevsoundcustominterface.hrh>

RESOURCE REGISTRY_INFO r_theinfo
    {
    // resource_format_version (for <RegistryInfoV2.rh>) must always be set as
    // follows
    resource_format_version = RESOURCE_FORMAT_VERSION_2;

    // UID for the DLL
    dll_uid = 0x10207BEB;
    // Declare array of interface info
    interfaces = 
        {
        INTERFACE_INFO
            {
            // UID of interface that is implemented
            interface_uid = KUidDevSoundCIServerExtension;
            implementations = 
                {
                // Info for CCircle
                IMPLEMENTATION_INFO
                    {
                    implementation_uid = KMmfUidCIServerExtensionImpl;
                    version_no         = 1;
                    display_name       = "CI Extn Server Plugin";
                    default_data       = "10283409"; // must be same as KUidDevSoundCIServerExtensionImpl 
                                                     // value is checked plugin is loaded from ECOM
                    opaque_data        = "";
                    rom_only           = 1;
                    }
                };
            }
        };
    }