hotspotfw/hsclient/NetCfgExtnHotSpot/src/10282EC9.rss
changeset 0 56b72877c1cb
equal deleted inserted replaced
-1:000000000000 0:56b72877c1cb
       
     1 /*
       
     2 * Copyright (c) 1028 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:    Registry info for Hotspot Network Config Extension to NIFMAN
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 #include <registryinfo.rh>
       
    23 
       
    24 // ----------------------------------------------------------------------------------------
       
    25 //    ECOM resource definitions for Network Config Extension plugin
       
    26 // ----------------------------------------------------------------------------------------
       
    27 //
       
    28 
       
    29 RESOURCE REGISTRY_INFO NIFPlugin
       
    30 {
       
    31 dll_uid = 0x10282EC9;
       
    32 interfaces = 
       
    33     {
       
    34     INTERFACE_INFO
       
    35         {
       
    36         interface_uid = 0x101FEBE1;
       
    37         implementations = 
       
    38             {
       
    39             IMPLEMENTATION_INFO
       
    40                 {
       
    41                 implementation_uid = 0x10282ECA;
       
    42                 version_no = 1;
       
    43                 display_name = "";
       
    44 		default_data = "NetCfgExtnHotSpot";
       
    45 		opaque_data = "";
       
    46                 }
       
    47             };
       
    48         }
       
    49     };
       
    50 }