00001 /* 00002 * ============================================================================== 00003 * Name : MMFROPCustomCommandConstants.h 00004 * Part of : Helix Plugin 00005 * 00006 * Description : 00007 * Version: 00008 * 00009 * Copyright © 2006 Nokia Corporation. 00010 * This material, including documentation and any related 00011 * computer programs, is protected by copyright controlled by 00012 * Nokia Corporation. All rights are reserved. Copying, 00013 * including reproducing, storing, adapting or translating, any 00014 * or all of this material requires the prior written consent of 00015 * Nokia Corporation. This material also contains confidential 00016 * information which may not be disclosed to others without the 00017 * prior written consent of Nokia Corporation. 00018 * ============================================================================== 00019 */ 00020 #ifndef __MMFROPCUSTOMCOMMANDCONSTANTS_H 00021 #define __MMFROPCUSTOMCOMMANDCONSTANTS_H 00022 #include <e32std.h> 00028 const TUid KUidInterfaceMMFROPController = {0x101F855D}; 00032 enum TMMFROPControllerMessage 00033 { 00034 EMMFROPControllerGetApplicationConfig, 00035 EMMFROPControllerSetApplicationConfig, 00036 EMMFROPControllerGetErrorLog, 00037 EMMFROPControllerClearErrorLog, 00038 00039 EMMFROPControllerSetDownloadID, 00040 00041 EMMFROPControllerSetDownloadComplete, 00042 EMMFROPControllerSetDownloadSize 00043 }; 00047 enum TMMFROPControllerConfigVersion 00048 { 00049 KMMFAudioVideoConfigDefault, // Configuration created on installation 00050 KMMFAudioVideoConfigOperator, // Configuration created on operator setup 00051 KMMFAudioVideoConfigUser // Last Configuration saved by the application 00052 }; 00058 enum TMMFROPErrorLogClass 00059 { 00060 KMMFROPErrorLogRTSP, // RTSP error (must be first enum) 00061 KMMFROPErrorLogSendEvents, // Error Send Events 00062 KMMFROPErrorLogECXlat, // Error code translation. 00063 KMMFROPErrorLogNumClasses // Number of error log classes (not a class) 00064 }; 00065 #endif __MMFROPCUSTOMCOMMANDCONSTANTS_H