smf/smfsettingsui/SettingsConstants.h
changeset 18 013a02bf2bb0
parent 14 a469c0e6e7fb
equal deleted inserted replaced
17:106a4bfcb866 18:013a02bf2bb0
     6  */
     6  */
     7 
     7 
     8 #ifndef SETTINGSCONSTANTS_H_
     8 #ifndef SETTINGSCONSTANTS_H_
     9 #define SETTINGSCONSTANTS_H_
     9 #define SETTINGSCONSTANTS_H_
    10 
    10 
    11 //#define __FOR_SYMBIAN__
    11 //#define __FOR_SYMBIAN_CR_USAGE__
    12 
    12 
    13 #ifdef __FOR_SYMBIAN__
    13 #ifdef __FOR_SYMBIAN_CR_USAGE__
    14 	#include <e32base.h>
    14 	#include <e32base.h>
    15 	//UID of the Setting Application
    15 	//UID of the Setting Application
    16 	static const TUid KCRUidSettings = { 0xE6313AF5 };
    16 	static const TUid KCRUidSettings = { 0xE6313AF5 };
    17 	//Settings Key value to set/identify the Plugin Name
    17 	//Settings Key value to set/identify the Plugin Name
    18 	const TUint32 KSettingsUIPluginNameKey = 0x01;
    18 	const TUint32 KSettingsUIPluginNameKey = 0x01;