diff -r 4e8ebe173323 -r 23b5d6a29cce homescreenapp/inc/hsapp_defs.h --- a/homescreenapp/inc/hsapp_defs.h Mon May 03 12:24:59 2010 +0300 +++ b/homescreenapp/inc/hsapp_defs.h Fri May 14 15:43:04 2010 +0300 @@ -61,6 +61,17 @@ AddHsMenuMode }; +enum HsContextAction { + AddToHomeScreenContextAction = 1, + AddToCollectionContextAction, + UninstallContextAction, + AppSettingContextAction, + RenameContextAction, + DeleteContextAction, + RemoveFromCollectionContextAction +}; + + const char TS_DEVICE_DIALOG_URI[] = "com.nokia.taskswitcher.tsdevicedialogplugin/1.0";