phoneclientserver/callui/data/101f868e.rss
changeset 51 12bc758d6a02
parent 48 78df25012fda
child 53 25b8d29b7c59
equal deleted inserted replaced
48:78df25012fda 51:12bc758d6a02
     1 /*
       
     2 * Copyright (c) 2004 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 CallUI.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 //  INCLUDES
       
    21 #include    <registryinfov2.rh>
       
    22 #include    <aiwcommon.hrh>
       
    23 #include    "caui.hrh" 
       
    24 
       
    25 
       
    26 //  RESOURCE DEFINITIONS 
       
    27 
       
    28 // -----------------------------------------------------------------------------
       
    29 //   
       
    30 // theInfo
       
    31 // ECOM registry information - defined as ROM only.
       
    32 //
       
    33 // -----------------------------------------------------------------------------
       
    34 //
       
    35 RESOURCE REGISTRY_INFO theInfo
       
    36     {
       
    37     resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    38 
       
    39     dll_uid = KCallUIImplementationUid;
       
    40     interfaces = 
       
    41         {
       
    42         INTERFACE_INFO
       
    43             {
       
    44             interface_uid = KAiwClassMenu;
       
    45             implementations = 
       
    46                 {
       
    47                 IMPLEMENTATION_INFO
       
    48                     {
       
    49                     implementation_uid = KCallUIImplementationUid;
       
    50                     version_no = 1;
       
    51                     display_name = "";
       
    52                     default_data = "*";
       
    53                     opaque_data = KAiwCmdCallStr;
       
    54                     rom_only = 1;
       
    55                     }
       
    56                 };
       
    57             },
       
    58         INTERFACE_INFO
       
    59             {
       
    60             interface_uid = KAiwClassBase;
       
    61             implementations = 
       
    62                 {
       
    63                 IMPLEMENTATION_INFO
       
    64                     {
       
    65                     implementation_uid = KCallUIImplementationUid2;
       
    66                     version_no = 1;
       
    67                     display_name = "";
       
    68                     default_data = "*";
       
    69                     opaque_data = KAiwCmdCallStr;
       
    70                     rom_only = 1;
       
    71                     }
       
    72                 };
       
    73             }
       
    74         };
       
    75     }
       
    76 
       
    77 // End of File
       
    78 
       
    79