IMPSengine/impswatcher/Src/101F4695.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 17 Dec 2009 08:41:52 +0200
changeset 0 094583676ce7
permissions -rw-r--r--
Revision: 200949 Kit: 200951

/*
* Copyright (c) 4695 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    IMPS

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

//  RESOURCE DEFINITIONS 
// -----------------------------------------------------------------------------
//   
// ImpsPushHandlerInformation
// This data structure specifies mappings and information needed by
// the ECOM framework.
// The Application id used in Wireless Village CIR is 0x0a. See default_data keyword
//
// -----------------------------------------------------------------------------
//
RESOURCE REGISTRY_INFO ImpsPushHandlerInformation
    {
    // impspushhandler.dll's uid3)
    dll_uid = 0x101F4695;
    interfaces = 
        {
        INTERFACE_INFO
            {
            // KUidPushHandlerBase - CPushHandlerBase UID
            interface_uid = 0x101F3E5A;
            implementations = 
                {
                IMPLEMENTATION_INFO
                    {
                    // CImpsPushHandler's implementationUID
                    implementation_uid = 0x101F4696;
                    version_no = 1;
                    display_name = "CIMPSPushHandler||Implements a WAP Push IMPS Application Handler Plug-in||Copyright © 2003 Nokia Ltd. All rights reserved.";
                    default_data = "x-wap-application:wv.ua||0x0000000a";
                    opaque_data = "";
                    }
                };
            }
        };
    }
           
// End of File