tsrc/CenrepEditor/inc/cenrepeditor.hrh
changeset 22 496ad160a278
equal deleted inserted replaced
15:ccd8e69b5392 22:496ad160a278
       
     1 /*
       
     2 * Copyright (c) 2002-2005 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:  This file contains declarations for constants of AiwTestApp.
       
    15 *                The file can be included in C++ or resource file.
       
    16 *                Initial content was generated by Series 60 AppWizard.
       
    17 *
       
    18 */
       
    19 
       
    20 #ifndef AIWTESTAPP_HRH
       
    21 #define AIWTESTAPP_HRH
       
    22 
       
    23 enum TAvkonViewExampleCommandIds
       
    24     {
       
    25     EAvkonViewExampleCmdAppTest = 1
       
    26     };
       
    27 
       
    28 enum TAvkonViewExampleTabViewId
       
    29     {
       
    30     EAvkonViewExampleView1Tab= 1,
       
    31     EAvkonViewExampleView2Tab,
       
    32     EAvkonViewExampleView3Tab
       
    33     };
       
    34     
       
    35 enum TAiwTestAppCommandIds
       
    36     {
       
    37     EAknSoftKeySave=1,
       
    38    	EAknSoftKeyExit,
       
    39    	EAknSoftKeyStart,
       
    40    	EAknSoftKeyStop
       
    41     };
       
    42 
       
    43 enum TAvkonSettingsItemCommand
       
    44     {
       
    45     EPhoneResouceCamera = 1,
       
    46     EPhoneResouceKeypad,
       
    47     EPhoneResouceVideoPlayer,
       
    48     EPhoneResouceCameraInformation,
       
    49     EKodiakPhoneCall        
       
    50     };
       
    51 
       
    52 enum TAvkonSettingsItemCommandOther
       
    53     {
       
    54     EOtherResourceActivation=1,
       
    55     EOtherResourceOperatorVariant,
       
    56     EOtherResourceAuditoryNotification,
       
    57     EOtherResourcePopupNotification,
       
    58     EOtherResourcePopupNotificationType,
       
    59     EOtherResourceEdgeDtmSupport,
       
    60     EOtherResourceSessionSetupMethod,
       
    61     EOtherResourceAutoRecord,
       
    62     EOtherResourceVideoLocation,
       
    63     EOtherResourceSipProfileId,
       
    64     EOtherResourceUiOrientation,
       
    65     EOtherResourceCapabilityQuery,
       
    66     EOtherResourceProductModeVariationKey,
       
    67     EOtherResourceEncoderConfigurationInfo,
       
    68     EOtherResourceEncodingDevice,
       
    69     EOtherResourceAllowOnlyWithActiveCSCall,
       
    70     EOtherResourceAllowOnlyIn3GNetwork,
       
    71     EOtherResourceCameraUsage,
       
    72     EOtherResourceVideoDirection,
       
    73     EOtherResourceVideoBandwidth,
       
    74     EOtherResourceFastMode
       
    75     };
       
    76 
       
    77 enum TAvkonViewApplicationStartStop
       
    78     {
       
    79     EApplicationStartStop=1
       
    80     };
       
    81 
       
    82 #endif // AIWTESTAPP_HRH