mmsengine/mmspushhandler/src/101F4693.rss
author William Roberts <williamr@symbian.org>
Thu, 22 Jul 2010 16:32:06 +0100
branchGCC_SURGE
changeset 47 5b14749788d7
parent 23 238255e8b033
parent 31 ebfee66fde93
permissions -rw-r--r--
Catchup to latest Symbian^4

/*
* Copyright (c) 2002, 2003 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    MMS

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

//  RESOURCE DEFINITIONS 
// -----------------------------------------------------------------------------
//   
// MmsPushHandlerInformation
// This data structure specifies mappings and information needed by
// the ECOM framework.
//
// -----------------------------------------------------------------------------
//
RESOURCE REGISTRY_INFO MmsPushHandlerInformation
    {
    // mmspushhandler.dll's uid3)
    dll_uid = 0x101F4693;
    interfaces = 
        {
        INTERFACE_INFO
            {
            // KUidPushHandlerBase - CPushHandlerBase UID
            interface_uid = 0x101F3E5A;
            implementations = 
                {
                IMPLEMENTATION_INFO
                    {
                    // CMMSPushHandler's implementationUID
                    implementation_uid = 0x101F4692;
                    version_no = 1;
                    display_name = "CMMSPushHandler||Implements a WAP Push MMS Application Handler Plug-in||Copyright © 2002 Nokia Ltd. All rights reserved.";
                    default_data = "x-wap-application:mms.ua||0x00000004";
                    opaque_data = "";
                    }
                };
            }
        };
    }
           
// End of File