convergedcallengine/csplugin/data/102828e3.rss
branchRCL_3
changeset 20 987c9837762f
parent 0 ff3b6d0fd310
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
       
     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:  Resource definitions for CS Plugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include "ecom/registryinfo.rh"
       
    20 
       
    21 // -----------------------------------------------------------------------------
       
    22 //   
       
    23 // CS Plugin ecom resource file.
       
    24 //
       
    25 // -----------------------------------------------------------------------------
       
    26 //
       
    27 RESOURCE REGISTRY_INFO theInfo
       
    28     {
       
    29     // csplugin.dll UID
       
    30     dll_uid = 0x102828E3;
       
    31     interfaces = 
       
    32         {
       
    33         INTERFACE_INFO
       
    34             {
       
    35             // CCP interface UID
       
    36             interface_uid = 0x10282588;
       
    37             implementations = 
       
    38                 {
       
    39                 IMPLEMENTATION_INFO
       
    40                     {
       
    41                     // CS Plug-in implementation UID
       
    42                     implementation_uid = 0x102828E5;
       
    43                     version_no = 1;
       
    44                     display_name = "CS Plug-in";
       
    45                     default_data = "";
       
    46                     // Note : opaque_data MUST have @ least a single byte of data
       
    47                     // in this instance it is an empty string.
       
    48                     opaque_data = " ";
       
    49                     }
       
    50                 // Place additional interface implementations here
       
    51                 };
       
    52             }
       
    53         // Place additional interfaces here
       
    54         };
       
    55     }
       
    56 // End of File