gba/gbafilter/Data/20029F09.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 26 Jan 2010 15:20:08 +0200
changeset 0 164170e6151a
permissions -rw-r--r--
Revision: 201004

/*
* Copyright (c) 2000 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 for GBA http filter
*
*/

#include "ecom/registryinfov2.rh"

RESOURCE REGISTRY_INFO theInfo
	{
	// resource format version for ROM-only filter
	resource_format_version = RESOURCE_FORMAT_VERSION_2;

	dll_uid = 0x20029F09;
	interfaces=
		{
		INTERFACE_INFO
			{
			interface_uid = 0x101F446D;
			implementations = 
				{
				IMPLEMENTATION_INFO
					{
					implementation_uid = 0x20029F10;
					version_no = 1;
                    display_name = "gbafilter2";
					
					// For HTTP-TF the default_data must be defined as follows
					// 1.Protocol identifier
					//    HTTP-TF uses first part (separated with /-character) to identify
					//    what protocol this filter will support. It could also be WSP but 
					//    then HTTP-TF does not load it with any sessions that based on HTTP.
					// 2.Separator
					//    /-separator must be always there
					// 3.Filter category
					//    + = mandatory (HTTP-TF will panic if installation of this filter fails)
					//    - = Explicit (Does not install filter)
					//      = Implicit (Installs filter but traps possible errors and continues)

					default_data = "HTTP/AUTHENTICATION||WSP/AUTHENTICATION";
					opaque_data = "";
					}
				};
			}
		};
	}
//EOF