bluetoothengine/bteng/data/20002774.rss
changeset 0 f63038272f30
equal deleted inserted replaced
-1:000000000000 0:f63038272f30
       
     1 /*
       
     2 * Copyright (c) 2006 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:  Defines the LCD Bearer Plugin implementation UID.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <registryinfov2.rh>
       
    21 #include <bldvariant.hrh>
       
    22 #include "locodplugin.hrh"
       
    23 
       
    24 // ---------------------------------------------------------------------------
       
    25 // theInfo
       
    26 // ECOM registration info
       
    27 // ---------------------------------------------------------------------------
       
    28 //
       
    29 RESOURCE REGISTRY_INFO theInfo
       
    30     {
       
    31     resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    32     dll_uid = 0x20002774;
       
    33     interfaces = 
       
    34         {
       
    35         INTERFACE_INFO
       
    36             {
       
    37             interface_uid = KLOCODBEARERINTERFACEUID;
       
    38             implementations = 
       
    39                 {
       
    40                 IMPLEMENTATION_INFO
       
    41                     {
       
    42                     implementation_uid = KFeatureIdBt;
       
    43                     version_no = 1;
       
    44                     display_name = "Locod BT Plugin";
       
    45                     default_data = "";
       
    46                     opaque_data = "";
       
    47                         // This implementation CANNOT be overridden 
       
    48                         // by a RAM-based plug-in.
       
    49                     rom_only = 1;
       
    50                     }
       
    51                 };
       
    52             }
       
    53         };
       
    54     }