natfw/natfwstunplugin/data/1027545c.rss
changeset 0 1bce908db942
equal deleted inserted replaced
-1:000000000000 0:1bce908db942
       
     1 /*
       
     2 * Copyright (c) 2006 - 2007 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 definitions for project NAT FW STUN Plug-in
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #include <ecom/registryinfov2.rh>
       
    22 #include "natfwstunpluginuids.hrh"
       
    23 #include "../../../inc/ipappsrvversionnumbers.h"
       
    24 
       
    25 // ---------------------------------------------------------------------------
       
    26 // REGISTRY_INFO
       
    27 // ecom plugin resource info
       
    28 // ---------------------------------------------------------------------------
       
    29 //
       
    30 RESOURCE REGISTRY_INFO theInfo
       
    31     {
       
    32     resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    33 
       
    34     dll_uid = KDllUidStunPlugin;
       
    35 
       
    36     // Declare array of interface info
       
    37     interfaces = 
       
    38         {
       
    39         INTERFACE_INFO
       
    40             {
       
    41             // UID of interface that is implemented
       
    42             interface_uid = 0x10275444;
       
    43             implementations = 
       
    44                 {
       
    45                 IMPLEMENTATION_INFO
       
    46                     {
       
    47                     implementation_uid = KImplUidStunPlugin;
       
    48                     version_no = KIpappsrvEcomVersionNumber;
       
    49                     display_name = "STUN";
       
    50                     default_data = "nokia.stun"; 
       
    51                     opaque_data = "";
       
    52                     rom_only = 0;
       
    53                     }
       
    54                 };
       
    55             }
       
    56         };
       
    57     }
       
    58 
       
    59 // End of File