tsrc/CenrepEditor/inc/cenrepeditor.hrh
branchRCL_3
changeset 33 bc78a40cd63c
parent 32 73a1feb507fb
equal deleted inserted replaced
32:73a1feb507fb 33:bc78a40cd63c
    35 enum TAiwTestAppCommandIds
    35 enum TAiwTestAppCommandIds
    36     {
    36     {
    37     EAknSoftKeySave=1,
    37     EAknSoftKeySave=1,
    38    	EAknSoftKeyExit,
    38    	EAknSoftKeyExit,
    39    	EAknSoftKeyStart,
    39    	EAknSoftKeyStart,
       
    40 
       
    41 
       
    42 
       
    43 
       
    44 
       
    45 
    40    	EAknSoftKeyStop
    46    	EAknSoftKeyStop
    41     };
    47     };
    42 
       
    43 enum TAvkonSettingsItemCommand
    48 enum TAvkonSettingsItemCommand
    44     {
    49 		{
    45     EPhoneResouceCamera = 1,
    50 		EPhoneResouceCamera = 1,
    46     EPhoneResouceKeypad,
    51 		EPhoneResouceKeypad,
    47     EPhoneResouceVideoPlayer,
    52 		EPhoneResouceVideoPlayer,
    48     EPhoneResouceCameraInformation,
    53 		EPhoneResouceCameraInformation,
    49     EKodiakPhoneCall        
    54         EKodiakPhoneCall        
    50     };
    55 		};
    51 
       
    52 enum TAvkonSettingsItemCommandOther
    56 enum TAvkonSettingsItemCommandOther
    53     {
    57 		{
    54     EOtherResourceActivation=1,
    58 		EOtherResourceActivation=1,
    55     EOtherResourceOperatorVariant,
    59 		EOtherResourceOperatorVariant,
    56     EOtherResourceAuditoryNotification,
    60 		EOtherResourceAuditoryNotification,
    57     EOtherResourcePopupNotification,
    61 		EOtherResourcePopupNotification,
    58     EOtherResourcePopupNotificationType,
    62 		EOtherResourcePopupNotificationType,
    59     EOtherResourceEdgeDtmSupport,
    63 		EOtherResourceEdgeDtmSupport,
    60     EOtherResourceSessionSetupMethod,
    64 		EOtherResourceSessionSetupMethod,
    61     EOtherResourceAutoRecord,
    65 		EOtherResourceAutoRecord,
    62     EOtherResourceVideoLocation,
    66 		EOtherResourceVideoLocation,
    63     EOtherResourceSipProfileId,
    67 		EOtherResourceSipProfileId,
    64     EOtherResourceUiOrientation,
    68 		EOtherResourceUiOrientation,
    65     EOtherResourceCapabilityQuery,
    69 		EOtherResourceCapabilityQuery,
    66     EOtherResourceProductModeVariationKey,
    70 		EOtherResourceProductModeVariationKey,
    67     EOtherResourceEncoderConfigurationInfo,
    71 		EOtherResourceEncoderConfigurationInfo,
    68     EOtherResourceEncodingDevice,
    72 		EOtherResourceEncodingDevice,
    69     EOtherResourceAllowOnlyWithActiveCSCall,
    73 		EOtherRResourcePrivacyVariationMode
    70     EOtherResourceAllowOnlyIn3GNetwork,
    74 		};
    71     EOtherResourceCameraUsage,
       
    72     EOtherResourceVideoDirection,
       
    73     EOtherResourceVideoBandwidth,
       
    74     EOtherResourceFastMode
       
    75     };
       
    76 
       
    77 enum TAvkonViewApplicationStartStop
    75 enum TAvkonViewApplicationStartStop
    78     {
    76     {
    79     EApplicationStartStop=1
    77     EApplicationStartStop=1
    80     };
    78     };
    81 
    79