// Copyright (c) 1997-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:
// Registry file for Push App Handler interface dll
// Interfaces : CPushHandlerBase
//
//
#include <ecom/registryinfo.rh>
RESOURCE REGISTRY_INFO theInfo
{
// KUidPushAppHanderPlugin
dll_uid = 0x101F3E5B;
interfaces =
{
INTERFACE_INFO
{
// KUidPushHandlerBase - CPushHandlerBase UID
interface_uid = 0x101F3E5A;
implementations =
{
IMPLEMENTATION_INFO
{
// KUidPushUnknownAppHandler - CUnknownAppHandler UID
implementation_uid = 0x101F3E5C;
version_no = 1;
display_name = "CUnknownAppHandler||WAP Push Handler Plug-in";
default_data = "*";
opaque_data = "";
},
IMPLEMENTATION_INFO
{
// KUidPushUAAppHandler - CUAAppHandler UID
implementation_uid = 0x101F3E5D;
version_no = 1;
display_name = "CUAAppHandler||WAP Push App Handler Plug-in";
default_data = "x-wap-application:*||0x00000002||x-wap-application:wml.ua||0x00000000";
opaque_data = "";
}
};
}
};
}