pushmtm/Plugins/PushContentHandler/si_dict.h
branchRCL_3
changeset 64 6385c4c93049
parent 63 4baee4f15982
child 65 8e6fa1719340
equal deleted inserted replaced
63:4baee4f15982 64:6385c4c93049
     1 /*
       
     2 * Copyright (c) 2003 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 *
       
    16 */
       
    17 
       
    18 
       
    19 /*
       
    20 ** WARNING
       
    21 **
       
    22 ** DO NOT EDIT - THIS CODE IS AUTOMATICALLY GENERATED
       
    23 **               FROM A DATA FILE BY THE DICTIONARY CREATION PROGRAM
       
    24 **
       
    25 ** This file generated on Fri Sep 26 19:53:43 2003
       
    26 **                        (coordinated universal time)
       
    27 **
       
    28 ** Command line: dict_creator si.dict si_dict.c si_dict.h
       
    29 */
       
    30 
       
    31 #ifndef HEADER_GUARD_si_dict_h
       
    32 #define HEADER_GUARD_si_dict_h
       
    33 
       
    34 
       
    35 #include <nw_wbxml_dictionary.h>
       
    36 
       
    37 
       
    38 #ifdef __cplusplus
       
    39 extern "C"
       
    40 {
       
    41 #endif
       
    42 
       
    43 
       
    44 #define NW_SI_PublicId 5
       
    45 
       
    46 typedef enum NW_SI_ElementToken_0_e{
       
    47 	NW_SI_ElementToken_si = 0x0005,
       
    48 	NW_SI_ElementToken_indication = 0x0006,
       
    49 	NW_SI_ElementToken_info = 0x0007,
       
    50 	NW_SI_ElementToken_item = 0x0008
       
    51 }NW_SI_ElementToken_0_t;
       
    52 
       
    53 
       
    54 typedef enum NW_SI_AttributeToken_0_e{
       
    55 	NW_SI_AttributeToken_action_signal_none = 0x0005,
       
    56 	NW_SI_AttributeToken_action_signal_low = 0x0006,
       
    57 	NW_SI_AttributeToken_action_signal_medium = 0x0007,
       
    58 	NW_SI_AttributeToken_action_signal_high = 0x0008,
       
    59 	NW_SI_AttributeToken_action_delete = 0x0009,
       
    60 	NW_SI_AttributeToken_created = 0x000a,
       
    61 	NW_SI_AttributeToken_href = 0x000b,
       
    62 	NW_SI_AttributeToken_href_http___ = 0x000c,
       
    63 	NW_SI_AttributeToken_href_http___www_ = 0x000d,
       
    64 	NW_SI_AttributeToken_href_https___ = 0x000e,
       
    65 	NW_SI_AttributeToken_href_https___www_ = 0x000f,
       
    66 	NW_SI_AttributeToken_si_expires = 0x0010,
       
    67 	NW_SI_AttributeToken_si_id = 0x0011,
       
    68 	NW_SI_AttributeToken_class = 0x0012,
       
    69 	NW_SI_AttributeToken_action = 0x0013,
       
    70 	NW_SI_AttributeToken__com_ = 0x0085,
       
    71 	NW_SI_AttributeToken__edu_ = 0x0086,
       
    72 	NW_SI_AttributeToken__net_ = 0x0087,
       
    73 	NW_SI_AttributeToken__org_ = 0x0088
       
    74 }NW_SI_AttributeToken_0_t;
       
    75 
       
    76 extern const NW_WBXML_Dictionary_t NW_SI_WBXMLDictionary;
       
    77 
       
    78 /*
       
    79 ** WARNING
       
    80 **
       
    81 ** DO NOT EDIT - THIS CODE IS AUTOMATICALLY GENERATED
       
    82 **               FROM A DATA FILE BY THE DICTIONARY CREATION PROGRAM
       
    83 **
       
    84 ** This file generated on Fri Sep 26 19:53:43 2003
       
    85 **                        (coordinated universal time)
       
    86 **
       
    87 ** Command line: dict_creator si.dict si_dict.c si_dict.h
       
    88 */
       
    89 
       
    90 #ifdef __cplusplus
       
    91 } /* extern "C" */
       
    92 #endif
       
    93 
       
    94 #endif