diff -r 000000000000 -r 96612d01cf9f videofeeds/vcxnotifier/rss/vcxnotifier.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/videofeeds/vcxnotifier/rss/vcxnotifier.rss Mon Jan 18 20:21:12 2010 +0200 @@ -0,0 +1,123 @@ +/* +* Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of the License "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: +* +*/ + + + + + +NAME CONN // 4 letter ID + + +// INCLUDES +#include +#include +#include +#include +#include +#include +#include + +#include + + +// RESOURCE DEFINITIONS + +// ----------------------------------------------------------------------------- +// +// Resource file signature +// +// ----------------------------------------------------------------------------- +// +RESOURCE RSS_SIGNATURE + { + } + +// ----------------------------------------------------------------------------- +// +// Default document name +// +// ----------------------------------------------------------------------------- +// +RESOURCE TBUF + { + buf = ""; + } + + +// ----------------------------------------------------------------------------- +// r_iptv_con_util_common_wait_softkey_empty_cancel +// Used when read-only-iap +// ----------------------------------------------------------------------------- +// +RESOURCE CBA r_iptv_con_util_common_wait_softkey_empty_cancel + { + buttons = + { + CBA_BUTTON + { + txt = ""; + }, + AVKON_CBA_BUTTON + { + id = EAknSoftkeyCancel; + txt = text_softkey_cancel; + } + }; + } + + +// --------------------------------------------------------------------------- +// r_iptv_con_util_common_wait_note +// Generic wait note. +// --------------------------------------------------------------------------- +// +RESOURCE DIALOG r_iptv_con_util_common_wait_note + { + flags = EAknWaitNoteFlags; + buttons = r_iptv_con_util_common_wait_softkey_empty_cancel; + items = + { + DLG_LINE + { + type = EAknCtNote; + id = EGeneralNote; + control = AVKON_NOTE + { + layout = EWaitLayout; + animation = R_QGN_GRAF_WAIT_BAR_ANIM; + }; + } + }; + } + + +// ----------------------------------------------------------------------------- +// RESOURCE STRINGS CONNECTING +// ----------------------------------------------------------------------------- +// +RESOURCE TBUF r_iptv_con_util_connecting_via_note + { + buf = qtn_iptv_connecting_wait_note; + } + + +RESOURCE TBUF r_iptv_con_util_connecting_note + { + buf = qtn_vcx_wait_general_connecting; + } + +// End of File