codhandler/codeng/src/DdDummyDict.c
changeset 0 dd21522fd290
child 37 cb62a4f66ebe
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     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 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 Wed Oct 13 10:16:55 2004
       
    26 **                        (coordinated universal time)
       
    27 **
       
    28 ** Command line: dict_creator DdDummy.dict DdDummyDict.c DdDummyDict.h
       
    29 */
       
    30 
       
    31 /*
       
    32  * Dictionary = DdDummy
       
    33  * Public id = 65535
       
    34  * Doc Type = -//DD_DUMMY_dasnjfvcjwec DD_DUMMY 1.0//EN
       
    35  */
       
    36 
       
    37 #include "DdDummyDict.h"
       
    38 #include "nw_wbxml_dictionary.h"
       
    39 
       
    40 
       
    41 static const NW_Ucs2 NW_DdDummy_ElementTag_name[] = {'n','a','m','e','\0'};
       
    42 static const NW_Ucs2 NW_DdDummy_ElementTag_vendor[] = {'v','e','n','d','o','r','\0'};
       
    43 static const NW_Ucs2 NW_DdDummy_ElementTag_description[] = {'d','e','s','c','r','i','p','t','i','o','n','\0'};
       
    44 static const NW_Ucs2 NW_DdDummy_ElementTag_objectURI[] = {'o','b','j','e','c','t','U','R','I','\0'};
       
    45 static const NW_Ucs2 NW_DdDummy_ElementTag_size[] = {'s','i','z','e','\0'};
       
    46 static const NW_Ucs2 NW_DdDummy_ElementTag_type[] = {'t','y','p','e','\0'};
       
    47 static const NW_Ucs2 NW_DdDummy_ElementTag_installNotifyURI[] = {'i','n','s','t','a','l','l','N','o','t','i','f','y','U','R','I','\0'};
       
    48 static const NW_Ucs2 NW_DdDummy_ElementTag_nextURL[] = {'n','e','x','t','U','R','L','\0'};
       
    49 static const NW_Ucs2 NW_DdDummy_ElementTag_infoURL[] = {'i','n','f','o','U','R','L','\0'};
       
    50 static const NW_Ucs2 NW_DdDummy_ElementTag_iconURI[] = {'i','c','o','n','U','R','I','\0'};
       
    51 static const NW_Ucs2 NW_DdDummy_ElementTag_DDVersion[] = {'D','D','V','e','r','s','i','o','n','\0'};
       
    52 static const NW_Ucs2 NW_DdDummy_ElementTag_media[] = {'m','e','d','i','a','\0'};
       
    53 
       
    54 /*
       
    55 ** WARNING
       
    56 **
       
    57 ** DO NOT EDIT - THIS CODE IS AUTOMATICALLY GENERATED
       
    58 **               FROM A DATA FILE BY THE DICTIONARY CREATION PROGRAM
       
    59 **
       
    60 ** This file generated on Wed Oct 13 10:16:55 2004
       
    61 **                        (coordinated universal time)
       
    62 **
       
    63 ** Command line: dict_creator DdDummy.dict DdDummyDict.c DdDummyDict.h
       
    64 */
       
    65 
       
    66 /*
       
    67  * tag entries - sorted by token
       
    68  */
       
    69 static const
       
    70 NW_WBXML_DictEntry_t NW_DdDummy_tag_token_0[12] = {
       
    71 	{0x05, (NW_String_UCS2Buff_t *) NW_DdDummy_ElementTag_name},
       
    72 	{0x06, (NW_String_UCS2Buff_t *) NW_DdDummy_ElementTag_vendor},
       
    73 	{0x07, (NW_String_UCS2Buff_t *) NW_DdDummy_ElementTag_description},
       
    74 	{0x08, (NW_String_UCS2Buff_t *) NW_DdDummy_ElementTag_objectURI},
       
    75 	{0x09, (NW_String_UCS2Buff_t *) NW_DdDummy_ElementTag_size},
       
    76 	{0x0a, (NW_String_UCS2Buff_t *) NW_DdDummy_ElementTag_type},
       
    77 	{0x0b, (NW_String_UCS2Buff_t *) NW_DdDummy_ElementTag_installNotifyURI},
       
    78 	{0x0c, (NW_String_UCS2Buff_t *) NW_DdDummy_ElementTag_nextURL},
       
    79 	{0x0d, (NW_String_UCS2Buff_t *) NW_DdDummy_ElementTag_infoURL},
       
    80 	{0x0e, (NW_String_UCS2Buff_t *) NW_DdDummy_ElementTag_iconURI},
       
    81 	{0x0f, (NW_String_UCS2Buff_t *) NW_DdDummy_ElementTag_DDVersion},
       
    82 	{0x10, (NW_String_UCS2Buff_t *) NW_DdDummy_ElementTag_media}
       
    83 };
       
    84 
       
    85 /*
       
    86 ** WARNING
       
    87 **
       
    88 ** DO NOT EDIT - THIS CODE IS AUTOMATICALLY GENERATED
       
    89 **               FROM A DATA FILE BY THE DICTIONARY CREATION PROGRAM
       
    90 **
       
    91 ** This file generated on Wed Oct 13 10:16:55 2004
       
    92 **                        (coordinated universal time)
       
    93 **
       
    94 ** Command line: dict_creator DdDummy.dict DdDummyDict.c DdDummyDict.h
       
    95 */
       
    96 
       
    97 /*
       
    98  * tag entries - sorted by name
       
    99  */
       
   100 static const
       
   101 NW_Byte NW_DdDummy_tag_name_0[12] = {
       
   102 	10,
       
   103 	2,
       
   104 	9,
       
   105 	8,
       
   106 	6,
       
   107 	11,
       
   108 	0,
       
   109 	7,
       
   110 	3,
       
   111 	4,
       
   112 	5,
       
   113 	1,
       
   114 };
       
   115 
       
   116 /*
       
   117  * Tag codepage table
       
   118  */
       
   119 static const
       
   120 NW_WBXML_Codepage_t NW_DdDummy_tag_codepages[1] = {
       
   121 	{12, (NW_WBXML_DictEntry_t*)&NW_DdDummy_tag_token_0[0], (NW_Byte *)&NW_DdDummy_tag_name_0[0]},
       
   122 };
       
   123 
       
   124 /*
       
   125  * Attribute codepage table
       
   126  */
       
   127 
       
   128 static const NW_Ucs2 NW_DdDummy_docType[] = {'-','/','/','D','D','_','D','U','M','M','Y','_','d','a','s','n','j','f','v','c','j','w','e','c',' ','D','D','_','D','U','M','M','Y',' ','1','.','0','/','/','E','N','\0'};
       
   129 
       
   130 /*
       
   131  * Dictionary
       
   132  */
       
   133 const NW_WBXML_Dictionary_t NW_DdDummy_WBXMLDictionary = {
       
   134 	NW_DdDummy_PublicId,
       
   135 	(NW_Ucs2 *)NW_DdDummy_docType,
       
   136 	1, (NW_WBXML_Codepage_t*)&NW_DdDummy_tag_codepages[0],
       
   137 	0, 0,
       
   138 };
       
   139 
       
   140 /*
       
   141 ** WARNING
       
   142 **
       
   143 ** DO NOT EDIT - THIS CODE IS AUTOMATICALLY GENERATED
       
   144 **               FROM A DATA FILE BY THE DICTIONARY CREATION PROGRAM
       
   145 **
       
   146 ** This file generated on Wed Oct 13 10:16:55 2004
       
   147 **                        (coordinated universal time)
       
   148 **
       
   149 ** Command line: dict_creator DdDummy.dict DdDummyDict.c DdDummyDict.h
       
   150 */