natfw/natfwturnplugin/data/1027545d.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 Turn Plug-in
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #include <ecom/registryinfov2.rh>
       
    22 #include "natfwturnpluginuids.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 = KDllUidTurnPlugin;
       
    35     
       
    36     // Declare array of interface info
       
    37     interfaces = 
       
    38         {
       
    39         INTERFACE_INFO
       
    40             {
       
    41             interface_uid = 0x10275444;
       
    42             implementations = 
       
    43                 {
       
    44                 IMPLEMENTATION_INFO
       
    45                     {
       
    46                     implementation_uid = KImplUidTurnPlugin;
       
    47                     version_no = KIpappsrvEcomVersionNumber;
       
    48                     display_name = "TURN";
       
    49                     default_data = "nokia.turn";
       
    50                     opaque_data = "";
       
    51                     rom_only = 0;
       
    52                     }
       
    53                 };
       
    54             }
       
    55         };
       
    56     }
       
    57 
       
    58 // End of File