phoneuis/ConnectUtil/data/101F8625.rss
changeset 0 5f000ab63145
equal deleted inserted replaced
-1:000000000000 0:5f000ab63145
       
     1 /*
       
     2 * Copyright (c) 8625 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:  ECom resource file for connection utility.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 //  INCLUDES
       
    21 #include    <registryinfov2.rh>
       
    22 #include    "CoUtlInterface.hrh"
       
    23 
       
    24 //  RESOURCE DEFINITIONS 
       
    25 
       
    26 // -----------------------------------------------------------------------------
       
    27 //   
       
    28 // theInfo
       
    29 // ECOM registry information - defined as ROM only.
       
    30 //
       
    31 // -----------------------------------------------------------------------------
       
    32 //
       
    33 RESOURCE REGISTRY_INFO theInfo
       
    34     {
       
    35     resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    36 
       
    37     dll_uid = KCoUtlImplementationUid;
       
    38     interfaces = 
       
    39         {
       
    40         INTERFACE_INFO
       
    41             {
       
    42             interface_uid = KCoUtlInterfaceUid;
       
    43             implementations = 
       
    44             {
       
    45                 IMPLEMENTATION_INFO
       
    46                     {
       
    47                     implementation_uid = KCoUtlImplementationUid;
       
    48                     version_no = 1;
       
    49                     display_name = "Connection utility";
       
    50                     default_data = "default";
       
    51                     opaque_data = "";
       
    52                     rom_only = 1;
       
    53                     }
       
    54                 };
       
    55             }
       
    56         };
       
    57     }
       
    58 
       
    59 // End of File
       
    60 
       
    61