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