wvuing/IMPSConnectionUI/Group/PAppVariationNG.rss
author Fionntina Carville <fionntinac@symbian.org>
Mon, 15 Nov 2010 11:27:49 +0000
branchRCL_3
changeset 22 df9aab66f73e
parent 0 094583676ce7
permissions -rw-r--r--
Bug 3539. Update localisation mappings.

/*
* Copyright (c) 2005-2006 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 variation file for PAppConnectionUi
 *
*/


#include "PAppVariationNG.rh"
#include "PAppVariationNG.hrh"
#include "impscommonuibuilddefinitions.h"



//New rss file added for 401-1815 Ease of Instant Messaging branding
//These rss flags will be made available in ZCenrep also..
//All the feature flags have been moved to IMPSConnectionUIVariationNG.rss


// RSC_CHAT_VARIATION_IMPSCU_LOGIN_ATTRIBUTES:
// -------------------------------------------------
// Defines own attributes that are published after login.
// Check structure definitions from PAppVariationNG.rh
// and possible values from PAppVariationNG.hrh
// -------------------------------------------------
//
RESOURCE IM_ATTRIBUTE_ARRAY RSC_CHAT_VARIATION_IMPSCU_LOGIN_ATTRIBUTES
    {
    attributes =
        {
        IM_ATTRIBUTE
            {
            attribute = EIMOnlineAttr;
            qualifier = EIMQualifierTrue;
            value     = EIMOnlineNoChange; // controlled by server, so client can't change this
            },
        IM_ATTRIBUTE
            {
            attribute = EIMUserAvailabilityAttr;
            qualifier = EIMQualifierTrue;
            value     = EIMUserAvailabilityAvailable;
            },
        IM_ATTRIBUTE
            {
            attribute = EIMCommCapAttr;
            qualifier = EIMQualifierTrue;
            value     = EIMCommCapOpen;
            },
        IM_ATTRIBUTE
            {
            attribute = EIMClientTypeAttr;
            qualifier = EIMQualifierTrue;
            value     = EIMClientTypeNoChange;
            }
        };
    }


// r_chat_variation_impscu_domain_selection_list
// -------------------------------------------------
// List that defines the domain values shown in the
// domain selection query
// (enabled with RSC_RSS_CHAT_VARIATION_IMPSCU_DOMAIN_SELECTION)
// "Other" -item is added by default as a last item in the list
//
// Default value is empty. Use the commented syntax to define values.
// -------------------------------------------------
//
RESOURCE ARRAY r_chat_variation_impscu_domain_selection_list
    {
    items=
        {
        // LBUF{ txt = "@domain.com";},
        // LBUF{ txt = "@domain2.com";}
        };
    }


// r_chat_login_select_domain_other
// -------------------------------------------------
// Last item of the domain selection query.
// (RSC_RSS_CHAT_VARIATION_IMPSCU_DOMAIN_SELECTION)
// Default value: qtn_chat_login_select_domain_other
// -------------------------------------------------
//
RESOURCE TBUF r_chat_login_select_domain_other { buf = qtn_chat_login_select_domain_other; }




// Query resource definition for domain selection query component.
// (RSC_RSS_CHAT_VARIATION_IMPSCU_DOMAIN_SELECTION)
// Usually there is no need to modify this.
RESOURCE AVKON_LIST_QUERY r_chat_variation_impscu_domain_selection_query
    {
    softkeys = R_AVKON_SOFTKEYS_SELECT_CANCEL__SELECT;
    items =
        {
        AVKON_LIST_QUERY_DLG_LINE
            {
            control = AVKON_LIST_QUERY_CONTROL
                {
                listtype = EAknCtSingleGraphicPopupMenuListBox;
                listbox = AVKON_LIST_QUERY_LIST;
                heading = qtn_chat_login_select_domain;
                };
            }
        };
    }
#include "pappaddonvariationng.rss"

//End of File