notepad/txtrecog/SrcData/TxtRecog.rh
changeset 0 f979ecb2b13e
equal deleted inserted replaced
-1:000000000000 0:f979ecb2b13e
       
     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 "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:  This file contains declarations for resources of AI container.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef TXTRECOG_RH
       
    20 #define TXTRECOG_RH
       
    21 
       
    22 //  STRUCTURE DEFINITIONS
       
    23 
       
    24 STRUCT EXTENSION_DEF
       
    25     {
       
    26     LTEXT ext = "";
       
    27     }
       
    28 
       
    29 // ---------------------------------------------------------
       
    30 //    black_list_extensions
       
    31 //    It contains an array of extension_name resources.
       
    32 // ---------------------------------------------------------
       
    33 //
       
    34 STRUCT BLACK_LIST_EXTENSIONS_LIST
       
    35     {
       
    36     STRUCT extension_name[];
       
    37     }
       
    38 
       
    39 // ---------------------------------------------------------
       
    40 //    extension_name_item
       
    41 //    It contains the name of the extension.
       
    42 // ---------------------------------------------------------
       
    43 //
       
    44 
       
    45 
       
    46 #endif
       
    47 // End of File