omadrm/drmplugins/drmrohandler/src/101F7B92.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 17 Dec 2009 08:52:27 +0200
changeset 0 95b198f216e5
permissions -rw-r--r--
Revision: 200949 Kit: 200951

/*
* Copyright (c) 2004-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:  Resource file needed by ECOM framework
*
*/


//  RESOURCE IDENTIFIER
NAME    RO

//  INCLUDES
#include <ecom/registryinfo.rh>

//  RESOURCE DEFINITIONS 
// -----------------------------------------------------------------------------
//   
// RoHandlerInformation
// This data structure specifies mappings and information needed by
// the ECOM framework.
//
// -----------------------------------------------------------------------------
//
RESOURCE REGISTRY_INFO RoHandlerInformation
    {
    // rohandler.dll's uid3)
    dll_uid = 0x101F7B92;
    interfaces = 
        {
        INTERFACE_INFO
            {
            // KUidPushHandlerBase - CPushHandlerBase UID
            interface_uid = 0x101F3E5A;
            implementations = 
                {
                IMPLEMENTATION_INFO
                    {
                    // RoHandler's implementationUID
                    implementation_uid = 0x101F7B93;
                    version_no = 1;
                    display_name = "CRoHandler||Implements a WAP Push Rights Object Handler Plug-in||Copyright © 2002 Nokia Ltd. All rights reserved.";
                    default_data = "x-wap-application:drm.ua||0x00000008";
                    opaque_data = "";
                    }
                };
            }
        };
    }
           
// End of File