gba/gbafilter/Data/20029F09.rss
changeset 0 164170e6151a
equal deleted inserted replaced
-1:000000000000 0:164170e6151a
       
     1 /*
       
     2 * Copyright (c) 2000 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Resource file for GBA http filter
       
    15 *
       
    16 */
       
    17 
       
    18 #include "ecom/registryinfov2.rh"
       
    19 
       
    20 RESOURCE REGISTRY_INFO theInfo
       
    21 	{
       
    22 	// resource format version for ROM-only filter
       
    23 	resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    24 
       
    25 	dll_uid = 0x20029F09;
       
    26 	interfaces=
       
    27 		{
       
    28 		INTERFACE_INFO
       
    29 			{
       
    30 			interface_uid = 0x101F446D;
       
    31 			implementations = 
       
    32 				{
       
    33 				IMPLEMENTATION_INFO
       
    34 					{
       
    35 					implementation_uid = 0x20029F10;
       
    36 					version_no = 1;
       
    37                     display_name = "gbafilter2";
       
    38 					
       
    39 					// For HTTP-TF the default_data must be defined as follows
       
    40 					// 1.Protocol identifier
       
    41 					//    HTTP-TF uses first part (separated with /-character) to identify
       
    42 					//    what protocol this filter will support. It could also be WSP but 
       
    43 					//    then HTTP-TF does not load it with any sessions that based on HTTP.
       
    44 					// 2.Separator
       
    45 					//    /-separator must be always there
       
    46 					// 3.Filter category
       
    47 					//    + = mandatory (HTTP-TF will panic if installation of this filter fails)
       
    48 					//    - = Explicit (Does not install filter)
       
    49 					//      = Implicit (Installs filter but traps possible errors and continues)
       
    50 
       
    51 					default_data = "HTTP/AUTHENTICATION||WSP/AUTHENTICATION";
       
    52 					opaque_data = "";
       
    53 					}
       
    54 				};
       
    55 			}
       
    56 		};
       
    57 	}
       
    58 //EOF