realtimenetprots/sipfw/SigComp/data/101F9583.RSS
changeset 0 307788aac0a8
equal deleted inserted replaced
-1:000000000000 0:307788aac0a8
       
     1 // Copyright (c) 2002-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 // Name        : 101f9583.rss
       
    15 // Part of     : sigcomp / deflatecomp
       
    16 // Resource file for deflatecomp ecom dll.
       
    17 // Version     : 1.0
       
    18 //
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 #include <ecom/registryinfov2.rh>
       
    24 
       
    25 RESOURCE REGISTRY_INFO theInfo
       
    26     {
       
    27     resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    28     dll_uid = 0x101F9583;
       
    29     interfaces = 
       
    30         {
       
    31         INTERFACE_INFO
       
    32             {
       
    33             interface_uid = 0x101F5D38;
       
    34             implementations = 
       
    35                 {
       
    36                 IMPLEMENTATION_INFO
       
    37                     {
       
    38                     implementation_uid = 0x101F9583;
       
    39                     version_no = 1;
       
    40                     display_name = "Deflate compressor";
       
    41                     default_data = "DEFLATE";
       
    42                     rom_only = 1;
       
    43                     }
       
    44                 };
       
    45             }
       
    46         };
       
    47     }
       
    48