mmappfw_plat/mpx_playback_utility_api/tsrc/testvideoplaybackplugin/data/e0000201.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 15 Sep 2010 12:45:22 +0300
branchRCL_3
changeset 63 91d5ad76f5c6
permissions -rw-r--r--
Revision: 201034 Kit: 201036

/*
* Copyright (c) 2002 - 2007 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 file
*
*/

/*
 *  The opaque_data syntax is made up of three parts:
 *  a list of Uids for resolving the view plugin, feature flags, priority.
 *
 *  <p>uid1;uid2;uid3</p>
 *    uid*: Supported plugin types.
 *    E.g. if podcast plugin may support music plugin as well,
 *         KMPXColPluginMusic
 *
 *  <t>uid</t>
 *    uid: plugin type uid.
 *    E.g. for music plugin will be: 0x101FFCDA
 *
 *  <f>flags</f> [optional]
 *    flags: sum of the required feature flags, not used now
 *
 *  <i>priority</i> [optional]
 *    priority: a value of type TMPXCollectionPluginPriorities. This value
 *              determines the returning order when several plugins can
 *              support the same set of Uids.
 *    Default value of this field is EMPXCollectionPluginPriorityNormal.
 */

#include <Ecom/RegistryInfo.rh>
#include <mpxplaybackplugin.hrh>
#include "testcommonpluginuids.h"
#include "testplaybackplugintype.h"

RESOURCE REGISTRY_INFO theInfo
{
    dll_uid = KPlaybackTestVideoPlugin;

    interfaces =
    {
        INTERFACE_INFO
        {
            interface_uid = KMPXPlaybackPluginInterfaceUid;
            implementations =
            {
                IMPLEMENTATION_INFO
                {
                    implementation_uid = KPlaybackTestVideoPluginImpId;
                    version_no = 1;
                    display_name = "TestVideoPlaybackPlugin";
                    default_data = "";                       
                    opaque_data = 
                        "<s><e>"
                        "<t>"EPbUnknown"</t>"
                        "<i>"EMPXPlaybackPluginPriorityHighest"</i>"
                        "<z>"MPXPlaybackPluginVersion2"</z>";
                }
            };
        }
    };
}