uiacceltk/hitchcock/goommonitor/src/goomconfigparser.cpp
changeset 60 5dafecb0892a
parent 19 f5bac0badc7e
equal deleted inserted replaced
58:57d26d31c595 60:5dafecb0892a
   129 //App specific
   129 //App specific
   130 _LIT8(KGOomAttributeTargetFreeOnStartup, "target_free_on_startup");
   130 _LIT8(KGOomAttributeTargetFreeOnStartup, "target_free_on_startup");
   131 _LIT8(KGOomAttributeSkipPlugin, "skip_plugin");
   131 _LIT8(KGOomAttributeSkipPlugin, "skip_plugin");
   132 _LIT8(KGOomAttributeUseSwRendering, "use_sw_rend");
   132 _LIT8(KGOomAttributeUseSwRendering, "use_sw_rend");
   133 _LIT8(KGOomConfigUseSwRend, "Yes");
   133 _LIT8(KGOomConfigUseSwRend, "Yes");
   134 _LIT8(KGOomConfigNotUseSwRend, "No");
   134 //_LIT8(KGOomConfigNotUseSwRend, "No");
   135 
   135 
   136 // System plugins 
   136 // System plugins 
   137 
   137 
   138 _LIT8(KGOomAttributeSystemPluginSettings, "system_plugin_settings");
   138 _LIT8(KGOomAttributeSystemPluginSettings, "system_plugin_settings");
   139 _LIT8(KGOomAttributeSystemPlugin, "system_plugin");
   139 _LIT8(KGOomAttributeSystemPlugin, "system_plugin");