mediasettings/mediasettingsengine/data/101F857B.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 14 Apr 2010 15:59:50 +0300
branchRCL_3
changeset 11 8970fbd719ec
parent 0 96612d01cf9f
permissions -rw-r--r--
Revision: 201013 Kit: 201015

/*
* Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "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 DLL interface & implementation description resource for*
*/


// Version : %version: 3 %



//  INCLUDES
#include <registryinfo.rh>

#include "MPSettEngPluginInterfaceUIDs.hrh"
#include "MPSettEngPluginImplementationUIDs.hrh"


//  RESOURCE DEFINITIONS 
// -----------------------------------------------------------------------------
//   
// theInfo
// ECOM DLL interface & implementation description resource.
//
// -----------------------------------------------------------------------------
//
RESOURCE REGISTRY_INFO theInfo
    {
    dll_uid = KMPSettEngDllUidROP;
    interfaces =
        {
        INTERFACE_INFO
            {
            interface_uid = KMPSettEngUidPluginInterfaceMediaSettings;
            implementations =
                {
                IMPLEMENTATION_INFO
                    {
                    implementation_uid = KMPSettEngImplUidROP;
                    version_no = 1;
                    display_name = "ROP specific settings model";
                    default_data = "";
                    opaque_data = "";
                    }
                };
            }
        };
    }
            
// End of File