uifw/AvKon/tsrc/bc/bctestdom5.0/bctestdomnotifier/inc/PslnModel.h
changeset 14 3320e4e6e8bb
parent 0 2f259fa3e83a
--- a/uifw/AvKon/tsrc/bc/bctestdom5.0/bctestdomnotifier/inc/PslnModel.h	Tue Feb 02 01:00:49 2010 +0200
+++ b/uifw/AvKon/tsrc/bc/bctestdom5.0/bctestdomnotifier/inc/PslnModel.h	Fri Apr 16 15:13:44 2010 +0300
@@ -21,10 +21,22 @@
 
 #include <downloadedcontenthandler.h>
 #include <AknServerApp.h>
-#include <ScreensaverPluginIntDef.h>
 #include <aknssrvclient.h>
 #include <Babitflags.h>
 
+// Screen saver plugin capabilities
+enum TScPluginCaps
+    {
+    // Plugin has no special capabilities
+    EScpCapsNone = 0x00,
+    // Plugin implements the configure function
+    EScpCapsConfigure = 0x01,
+    // Plugin wants to be notified when selected as the active screensaver
+    EScpCapsSelectionNotification = 0x02,
+    // Plugin wants to be notified when preview command is selected
+    EScpCapsPreviewNotification = 0x04
+    };
+	
 // Determines the type of skin list.
 enum TPslnSkinNameType
     {