emailcontacts/contactactionservice/callplugin/data/fsccallplugin.rss
changeset 0 8466d47a6819
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/emailcontacts/contactactionservice/callplugin/data/fsccallplugin.rss	Thu Dec 17 08:39:21 2009 +0200
@@ -0,0 +1,93 @@
+/*
+* Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). 
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:  Resource definitions for project Remote Contact Lookup Service
+*
+*/
+
+// RESOURCE IDENTIFIER
+NAME    FSCL // 4 letter ID
+
+// INCLUDE FILES
+#include <eikon.rh>
+#include <avkon.rsg>
+#include <avkon.rh>
+#include <avkon.mbg>
+#include <avkon.loc>
+#include <appinfo.rh>
+#include <data_caging_paths_strings.hrh>
+#include <eikon.hrh>
+
+#include <AiwCommon.hrh> // for service commands
+#include <AiwCommon.rh> // structure definitions
+
+// <cmail>
+#include <fsccallplugin.loc>
+// </cmail>
+
+// RESOURCE DEFINITIONS 
+
+RESOURCE RSS_SIGNATURE { }
+
+RESOURCE TBUF { buf = ""; }
+
+RESOURCE TBUF r_fs_action_call          { buf = qtn_fs_action_call; }
+
+RESOURCE TBUF r_fs_action_vidcall       { buf = qtn_fs_action_vidcall; }
+
+RESOURCE TBUF r_fs_action_voip          { buf = qtn_fs_action_voip; }
+
+RESOURCE TBUF r_fs_action_conf_service  { buf = qtn_fs_action_conf_service; }
+
+
+// -----------------------------------------------------------------------------
+//
+//   r_callplugin_interest
+//
+// -----------------------------------------------------------------------------
+//
+   RESOURCE AIW_INTEREST r_callplugin_interest
+    {
+    items =
+        {
+        AIW_CRITERIA_ITEM
+            {
+            id = KAiwCmdCall;
+            serviceCmd = KAiwCmdCall;
+            serviceClass = KAiwClassBase;
+            contentType = "*";
+            defaultProvider = 0;
+            maxProviders =1;
+            }
+        };
+    }
+
+// -----------------------------------------------------------------------------
+//
+//    Localizable application information
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE LOCALISABLE_APP_INFO r_callplugin_localisable_app_info
+    {
+    short_caption = qtn_fs_action_call;
+    caption_and_icon = 
+    CAPTION_AND_ICON_INFO
+        {
+        caption = qtn_fs_action_call;
+        number_of_icons = 1;
+        icon_file = "\\resource\\apps\\fsccallplugin.mif";
+        };
+    }
+    
+// End of file