messagingappbase/smartmessaging/wmlbc/group/WMLBC.hrh
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     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 "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 *     This file contains declarations for resources of WMLBC.
       
    16 *     The file can be included in C++ or resource file.
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 
       
    22 #ifndef WMLBC_HRH
       
    23 #define WMLBC_HRH
       
    24 
       
    25 #define WMLBC_PRINT_DEBUG_INFO
       
    26 #define WMLBC_PRINT_LOG_TO_FILE
       
    27 
       
    28 enum TWmlState
       
    29     {
       
    30 	EWmlBCInitial = 0,
       
    31     EWmlBCEditorBookmarkOne,
       
    32 	EWmlBCEditorBookmarkMany,
       
    33     EWmlBCViewerBookmarkOne,
       
    34     EWmlBCViewerBookmarkMany,
       
    35     EWmlBCViewerBookmarkDetail,
       
    36     EWmlBCViewerAPOne,
       
    37     EWmlBCViewerMMSOne,
       
    38     EWmlBCViewerAPMany,
       
    39     EWmlBCViewerMMSMany,
       
    40     EWmlBCViewerAPDetail,
       
    41     EWmlBCViewerMMSDetail,
       
    42     EWmlBCViewerAPManyBookmarkMany,
       
    43     EWmlBCViewerMMSManyBookmarkMany,
       
    44 	EWmlBCViewerAPManyMMSManyBookmarkMany
       
    45     };
       
    46 
       
    47 //  ENUMS  
       
    48 enum 
       
    49     {
       
    50     EAddSettings = 0,
       
    51     EAddBookmark,
       
    52 	EViewContents,
       
    53 	ESaveAll,
       
    54     ECBABack
       
    55     };
       
    56 
       
    57 enum TSubItemType
       
    58     {
       
    59     EBookmarkItem,
       
    60     EAPItem,
       
    61 	EMMSItem
       
    62     };
       
    63 
       
    64 enum TWappParserFields
       
    65     {
       
    66     ENotSpecifyed = 0,
       
    67     EWappCharacteristicAddress,
       
    68     EWappCharacteristicBookmark,
       
    69     EWappCharacteristicName,
       
    70     EWappCharacteristicURL,
       
    71     EWappCharacteristicMMSURL,
       
    72     EWappCharacteristicID,
       
    73     EWappISP,
       
    74     EWappName,
       
    75     EWappBearer,
       
    76     EWappSMSCAddress,
       
    77     EWappProxy,
       
    78     EWappURL,
       
    79     EWappMMSURL,
       
    80     EWappPort,
       
    81     EWappCsdDial,
       
    82     EWappCsdCallType,
       
    83     EWappCsdCallSpeed,
       
    84     EWappPPPAuthType,
       
    85     EWappPPPAuthName,
       
    86     EWappPPPLoginType,
       
    87     EWappPPPAuthSecret,
       
    88     EWappProxyAuthName,
       
    89     EWappProxyAuthSecret,
       
    90 	EWappProxyLoginType,
       
    91     EWappProxyType,
       
    92     EWappUSSDCode,
       
    93     EWappGPRSAccessPointName
       
    94     };
       
    95 
       
    96 #endif
       
    97 
       
    98 // End of File