pnpmobileservices/pnpms/PnpPaosFilter/data/10272D33.rss
changeset 18 7d11f9a6646f
parent 4 75a71fdb4c92
child 21 c707676bf59f
equal deleted inserted replaced
4:75a71fdb4c92 18:7d11f9a6646f
     1 /*
       
     2 * Copyright (c) 1027 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:  This file contains resource definitions for PnP Paos filter. 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  RESOURCE IDENTIFIER
       
    20 
       
    21 //  INCLUDES
       
    22 #ifdef RD_SECURE_BIN_RES
       
    23 	#include "registryinfov2.rh"
       
    24 #else
       
    25 	#include "RegistryInfo.rh"
       
    26 #endif
       
    27 
       
    28 //  CONSTANTS
       
    29 
       
    30 //  MACROS
       
    31 
       
    32 //  RESOURCE DEFINITIONS
       
    33 // -----------------------------------------------------------------------------
       
    34 //
       
    35 // REGISTRY_INFO
       
    36 // Contains the registry information for the WsPaosFilter
       
    37 //
       
    38 // -----------------------------------------------------------------------------
       
    39 //
       
    40 RESOURCE REGISTRY_INFO theInfo
       
    41     {
       
    42 #ifdef RD_SECURE_BIN_RES
       
    43 		resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    44 #endif
       
    45 
       
    46     dll_uid = 0x10272D33;
       
    47     interfaces=
       
    48         {
       
    49         INTERFACE_INFO
       
    50             {
       
    51             // Ecom plugin interface_uid value MUST NOT be modified
       
    52             interface_uid = 0x101F446D;
       
    53             implementations =
       
    54                 {
       
    55                 IMPLEMENTATION_INFO
       
    56                     {
       
    57                     implementation_uid = 0x10272D33;
       
    58                     version_no = 1;
       
    59                     display_name = "PnpPaosFilter";
       
    60 
       
    61                     // For HTTP-TF the default_data must be defined as follows
       
    62                     // 1.Protocol identifier
       
    63                     //    HTTP-TF uses first part (separated with /-character) to identify
       
    64                     //    what protocol this filter will support. It could also be WSP but
       
    65                     //    then HTTP-TF does not load it with any sessions that based on HTTP.
       
    66                     // 2.Separator
       
    67                     //    /-separator must be always there
       
    68                     // 3.Filter category
       
    69                     //    + = mandatory (HTTP-TF will panic if installation of this filter fails)
       
    70                     //    - = Explicit (Does not install filter)
       
    71                     //      = Implicit (Installs filter but traps possible errors and continues)
       
    72 
       
    73                     default_data = "HTTP/+PAOS||WSP/+PAOS";
       
    74                     opaque_data = "";
       
    75 
       
    76 										// Allow updating a ROM component with the corresponding
       
    77 										// RAM component
       
    78 										#ifdef RD_SECURE_BIN_RES
       
    79 											rom_only = 0;
       
    80 										#endif
       
    81                     }
       
    82                 };
       
    83             }
       
    84         };
       
    85     }
       
    86 
       
    87 // End of File