codhandler/codeng/inc/CodDefs.h
changeset 0 dd21522fd290
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     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 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 *      Constants used both in code and resources of COD Handler.   
       
    16 *      
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #ifndef COD_DEFS_H
       
    22 #define COD_DEFS_H
       
    23 
       
    24 // ***************************************************************************
       
    25 // **  THIS FILE IS INCLUDED IN RESOURCES (.rss) AND PROJECT FILES (.mmp).  **
       
    26 // **                     ONLY MACROS ARE ALLOWED.                          **
       
    27 // ***************************************************************************
       
    28 
       
    29 // MACROS
       
    30 
       
    31 /// COD MIME type.
       
    32 #define COD_MIME_TYPE                   "text/x-co-desc"
       
    33 
       
    34 /// DD MIME type.
       
    35 #define DD_MIME_TYPE                    "application/vnd.oma.dd+xml"
       
    36 
       
    37 /// DD2 MIME type.
       
    38 #define DD2_MIME_TYPE                    "application/vnd.oma.dd2+xml"
       
    39 
       
    40 /// COD Engine UID value.
       
    41 #define COD_ENGINE_UID                  0x10008d48
       
    42 
       
    43 /// COD UI UID value.
       
    44 #define COD_UI_UID                      0x101fd66f
       
    45 
       
    46 /// COD Viewer UID value.
       
    47 #define COD_VIEWER_UID                  0x10008d4a
       
    48 
       
    49 /// COD Recognizer UID value.
       
    50 #define COD_RECOG_UID                   0x10008d49
       
    51 
       
    52 /// DD Viewer UID value.
       
    53 #define DD_VIEWER_UID                   0x10008d3f
       
    54 
       
    55 /// DD Recognizer UID value.
       
    56 #define DD_RECOG_UID                    0x10008d55
       
    57 
       
    58 /// COD Download UID value.
       
    59 #define COD_DOWNLOAD_UID                0x101fd670
       
    60 
       
    61 #endif /* def COD_DEFS_H */