httpfilters/httpfilteracceptheader/Data/101F8566.rss
changeset 0 b16258d2340f
child 6 fa2fd8b2d6cc
equal deleted inserted replaced
-1:000000000000 0:b16258d2340f
       
     1 /*
       
     2 * Copyright (c) 2003 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 containing the HttpFilterAcceptHeader UIDs
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  INCLUDES
       
    20 #include <ecom/RegistryInfo.rh>
       
    21 
       
    22 
       
    23 //  RESOURCE DEFINITIONS 
       
    24 // -----------------------------------------------------------------------------
       
    25 //   
       
    26 // Registry info
       
    27 // The UIDs for the filters implemented in this DLL
       
    28 //
       
    29 // -----------------------------------------------------------------------------
       
    30 //
       
    31 
       
    32 RESOURCE REGISTRY_INFO theInfo
       
    33 	{
       
    34 	dll_uid = 0x101F8566;
       
    35 	interfaces=
       
    36 		{
       
    37 		INTERFACE_INFO
       
    38 			{
       
    39 			interface_uid = 0x101F8564;
       
    40 			implementations = 
       
    41 				{
       
    42 				IMPLEMENTATION_INFO
       
    43 					{
       
    44 					implementation_uid = 0x101F8565;
       
    45 					version_no = 2;
       
    46 					display_name = "AcceptHeader Filter";
       
    47 					default_data = "HTTP/-ACCEPT||WSP/-ACCEPT";
       
    48 					opaque_data = "";
       
    49 					}
       
    50 				};
       
    51 			}
       
    52 		};
       
    53 	}
       
    54 
       
    55 // End of File