--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/codhandler/codeng/inc/CodDefs.h Mon Mar 30 12:54:55 2009 +0300
@@ -0,0 +1,61 @@
+/*
+* Copyright (c) 2002 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:
+* Constants used both in code and resources of COD Handler.
+*
+*
+*/
+
+
+#ifndef COD_DEFS_H
+#define COD_DEFS_H
+
+// ***************************************************************************
+// ** THIS FILE IS INCLUDED IN RESOURCES (.rss) AND PROJECT FILES (.mmp). **
+// ** ONLY MACROS ARE ALLOWED. **
+// ***************************************************************************
+
+// MACROS
+
+/// COD MIME type.
+#define COD_MIME_TYPE "text/x-co-desc"
+
+/// DD MIME type.
+#define DD_MIME_TYPE "application/vnd.oma.dd+xml"
+
+/// DD2 MIME type.
+#define DD2_MIME_TYPE "application/vnd.oma.dd2+xml"
+
+/// COD Engine UID value.
+#define COD_ENGINE_UID 0x10008d48
+
+/// COD UI UID value.
+#define COD_UI_UID 0x101fd66f
+
+/// COD Viewer UID value.
+#define COD_VIEWER_UID 0x10008d4a
+
+/// COD Recognizer UID value.
+#define COD_RECOG_UID 0x10008d49
+
+/// DD Viewer UID value.
+#define DD_VIEWER_UID 0x10008d3f
+
+/// DD Recognizer UID value.
+#define DD_RECOG_UID 0x10008d55
+
+/// COD Download UID value.
+#define COD_DOWNLOAD_UID 0x101fd670
+
+#endif /* def COD_DEFS_H */