emailcontacts/contactactionservice/callplugin/data/fsccallplugin.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 12 Mar 2010 15:41:14 +0200
branchRCL_3
changeset 10 f5907b1a1053
parent 0 8466d47a6819
permissions -rw-r--r--
Revision: 201007 Kit: 201008

/*
* 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