codhandler/codrecog/src/10008d49.rss
changeset 0 dd21522fd290
child 37 cb62a4f66ebe
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 /*
       
     2 * Copyright (c) 2002 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 the License "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: 
       
    15 *      Resource definition file.
       
    16 *      
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 //  INCLUDES
       
    22 
       
    23 #include "RegistryInfo.rh"
       
    24 
       
    25 //  RESOURCE DEFINITIONS 
       
    26 
       
    27 RESOURCE REGISTRY_INFO theInfo
       
    28     {
       
    29     dll_uid = 0x10008d49;
       
    30     interfaces =
       
    31         {
       
    32         INTERFACE_INFO
       
    33             {
       
    34             interface_uid = 0x101f7d87;
       
    35             implementations = 
       
    36                 {
       
    37                 IMPLEMENTATION_INFO
       
    38                     {
       
    39                     implementation_uid = 0x10008d49;
       
    40                     version_no = 1;
       
    41                     display_name = "COD Recognizer";
       
    42                     default_data = "";
       
    43                     opaque_data = "";
       
    44                     }
       
    45                 };
       
    46             }
       
    47         };
       
    48     }
       
    49 
       
    50 // End of File