harvesterplugins/media/video/data/20029aba.rss
author hgs
Tue, 05 Oct 2010 13:32:14 +0530
changeset 26 367228f82b66
parent 2 208a4ba3894c
permissions -rw-r--r--
201039

/*
* Copyright (c) 2010 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: 
*
*/
#include <registryinfo.rh>

// Declares info for one test implementation
RESOURCE REGISTRY_INFO theInfo
        {
        // UID for the DLL       
        // TODO: Rename dll_uid according to your plugin UID
        dll_uid = 0x20029ABA;
        // Declare array of interface info
        interfaces = 
                {
                INTERFACE_INFO
                        {
                        // UID of interface that is implemented
                        interface_uid = 0x2001F700; // CPixSearch Plugin Interface UID
                        implementations = 
                                {
                                // Info for VideoPlugin
                                IMPLEMENTATION_INFO
                                        {
                                        implementation_uid = 0x20029ABA;
                                        version_no = 1;
                                        display_name = "Video";
                                        default_data = "Videos";
                                        opaque_data = "z:\\resource\\qt\\plugins\\searchsrv\\contentconfig\\videoconfig.xml";
                                        }
                                };
                        }
                };
        }