codhandler/codeng/inc/DdDummyDict.h
changeset 0 dd21522fd290
child 48 79859ed3eea9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/codhandler/codeng/inc/DdDummyDict.h	Mon Mar 30 12:54:55 2009 +0300
@@ -0,0 +1,77 @@
+/*
+* Copyright (c) 2004 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of the License "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description: 
+*
+*/
+
+
+/*
+** WARNING
+**
+** DO NOT EDIT - THIS CODE IS AUTOMATICALLY GENERATED
+**               FROM A DATA FILE BY THE DICTIONARY CREATION PROGRAM
+**
+** This file generated on Wed Oct 13 10:16:55 2004
+**                        (coordinated universal time)
+**
+** Command line: dict_creator DdDummy.dict DdDummyDict.c DdDummyDict.h
+*/
+
+#ifndef HEADER_GUARD_DdDummyDict_h
+#define HEADER_GUARD_DdDummyDict_h
+
+#include <nw_wbxml_dictionary.h>
+
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
+
+#define NW_DdDummy_PublicId 65535
+
+typedef enum NW_DdDummy_ElementToken_0_e{
+	NW_DdDummy_ElementToken_name = 0x0005,
+	NW_DdDummy_ElementToken_vendor = 0x0006,
+	NW_DdDummy_ElementToken_description = 0x0007,
+	NW_DdDummy_ElementToken_objectURI = 0x0008,
+	NW_DdDummy_ElementToken_size = 0x0009,
+	NW_DdDummy_ElementToken_type = 0x000a,
+	NW_DdDummy_ElementToken_installNotifyURI = 0x000b,
+	NW_DdDummy_ElementToken_nextURL = 0x000c,
+	NW_DdDummy_ElementToken_infoURL = 0x000d,
+	NW_DdDummy_ElementToken_iconURI = 0x000e,
+	NW_DdDummy_ElementToken_DDVersion = 0x000f,
+	NW_DdDummy_ElementToken_media = 0x0010
+}NW_DdDummy_ElementToken_0_t;
+
+extern const NW_WBXML_Dictionary_t NW_DdDummy_WBXMLDictionary;
+
+/*
+** WARNING
+**
+** DO NOT EDIT - THIS CODE IS AUTOMATICALLY GENERATED
+**               FROM A DATA FILE BY THE DICTIONARY CREATION PROGRAM
+**
+** This file generated on Wed Oct 13 10:16:55 2004
+**                        (coordinated universal time)
+**
+** Command line: dict_creator DdDummy.dict DdDummyDict.c DdDummyDict.h
+*/
+
+#ifdef __cplusplus
+} /* extern "C" */
+#endif
+
+#endif