linklayerprotocols/tundriver/src/0x20027F3D.rss
branchRCL_3
changeset 63 425d8f4f7fa5
equal deleted inserted replaced
58:8d540f55e491 63:425d8f4f7fa5
       
     1 /**
       
     2 *   Copyright (c) 2010 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:
       
    15 *   Header file for tundriver binder provision.
       
    16 * 
       
    17 *
       
    18 */
       
    19 /**
       
    20  * Registry info for Tunnel Driver CFProtocol modules
       
    21  @file 0x20027F3D.RSS
       
    22  @internalComponent
       
    23 */
       
    24 
       
    25 #include "ecom/registryinfo.rh"
       
    26 
       
    27 RESOURCE REGISTRY_INFO theInfo
       
    28 {
       
    29 dll_uid = 0x20027F3D;
       
    30 interfaces = 
       
    31     {
       
    32     INTERFACE_INFO
       
    33         {
       
    34         interface_uid = 0x10281C33;
       
    35         implementations = 
       
    36             {
       
    37            	IMPLEMENTATION_INFO
       
    38                 {
       
    39                 implementation_uid = 0x10281C3C;
       
    40                 version_no = 1;
       
    41                 display_name = "tun driver Flow Factory";
       
    42                 default_data = "tundriver";
       
    43                 opaque_data = "";
       
    44                 }
       
    45             };
       
    46 		},
       
    47 	INTERFACE_INFO
       
    48         {
       
    49         interface_uid =  0x10274546;
       
    50         implementations = 
       
    51             {
       
    52            IMPLEMENTATION_INFO
       
    53                 {
       
    54                 implementation_uid = 0x10281E05;
       
    55                 version_no = 1;
       
    56                 display_name = "tunnel driver Meta Connection Provider Factory";
       
    57                 default_data = "tundriverMCprFactory";
       
    58                 opaque_data = "";
       
    59                 }
       
    60             };
       
    61         }
       
    62     };
       
    63 }