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 }; 00043 enum TMMFROPControllerConfigVersion 00044 { 00045 KMMFAudioVideoConfigDefault, // Configuration created on installation 00046 KMMFAudioVideoConfigOperator, // Configuration created on operator setup 00047 KMMFAudioVideoConfigUser // Last Configuration saved by the application 00048 }; 00054 enum TMMFROPErrorLogClass 00055 { 00056 KMMFROPErrorLogRTSP, // RTSP error (must be first enum) 00057 KMMFROPErrorLogSendEvents, // Error Send Events 00058 KMMFROPErrorLogECXlat, // Error code translation. 00059 KMMFROPErrorLogNumClasses // Number of error log classes (not a class) 00060 }; 00061 #endif __MMFROPCUSTOMCOMMANDCONSTANTS_H