diff -r ff572005ac23 -r 1a2a00e78665 homescreensrv_plat/sapi_homescreenplugin/inc/hspsliwvocabulary.hrh --- a/homescreensrv_plat/sapi_homescreenplugin/inc/hspsliwvocabulary.hrh Tue Jan 26 12:11:15 2010 +0200 +++ b/homescreensrv_plat/sapi_homescreenplugin/inc/hspsliwvocabulary.hrh Tue Feb 02 00:23:10 2010 +0200 @@ -56,6 +56,7 @@ _LIT8( KRequestNotification, "RequestNotification" ); _LIT8( KSetConfState, "SetConfState" ); _LIT8( KSetActivePlugin, "SetActivePlugin" ); +_LIT8( KRestoreConfigurations, "RestoreConfigurations" ); //Input words. _LIT8( KPluginId, "pluginId" ); @@ -70,6 +71,10 @@ _LIT8( KHspsLiwStoringParams, "storingParams" ); //optional _LIT8( KHspsLiwStorePluginRefence, "storePluginConf" ); _LIT8( KHspsLiwStoreAppConf, "storeAppConf" ); +_LIT8( KHspsLiwRestore, "restore" ); +_LIT8( KHspsLiwRestoreActive, "active"); +_LIT8( KHspsLiwRestoreAll, "all"); + //Output words. _LIT8( KHspsLiwPluginId, "pluginId" ); _LIT8( KHspsLiwPluginIds, "pluginIds" );