--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/upnpframework/upnpaiwengine/data/upnpaiwengineresources.rss Thu Dec 17 08:52:00 2009 +0200
@@ -0,0 +1,149 @@
+/*
+* Copyright (c) 2005-2007 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 UpnpAiwEngine
+*
+*/
+
+
+NAME UPAE
+
+// INCLUDES
+#include <avkon.rh>
+#include <avkon.hrh>
+#include <avkon.rsg>
+#include <avkon.mbg>
+#include <eikon.rh>
+#include <avkon.loc> // For "Processing" wait note.
+#include <upnpframework.loc>
+
+// RESOURCE IDENTIFIERS
+
+RESOURCE RSS_SIGNATURE { }
+RESOURCE TBUF { buf=""; }
+
+// --------------------------------------------------------------------------
+// R_AIW_DRM_SKIP_INFO_NOTE
+// "Skipping DRM protected files." - note
+// Used to indicate that DRM protected files will be skipped.
+// --------------------------------------------------------------------------
+//
+RESOURCE DIALOG r_aiw_drm_skip_info_note
+ {
+ flags = EAknInformationNoteFlags | EEikDialogFlagWait;
+ buttons = R_AVKON_SOFTKEYS_OK_EMPTY;
+ items =
+ {
+ DLG_LINE
+ {
+ type = EAknCtNote;
+ id = EGeneralNote;
+ control = AVKON_NOTE
+ {
+ layout = EGeneralLayout;
+ singular_label = qtn_iupnp_drm_file_text;
+ imageid = EMbmAvkonQgn_note_info;
+ imagemask = EMbmAvkonQgn_note_info_mask;
+ animation = R_QGN_NOTE_INFO_ANIM;
+ };
+ }
+ };
+ }
+
+// --------------------------------------------------------------------------
+// R_AIW_ENABLE_SHARING_WAIT_NOTE
+// --------------------------------------------------------------------------
+RESOURCE DIALOG r_aiw_enable_sharing_wait_note
+ {
+ flags = EAknWaitNoteFlags | EEikDialogFlagWait;
+ buttons=R_AVKON_SOFTKEYS_CANCEL;
+ items=
+ {
+ DLG_LINE
+ {
+ type=EAknCtNote;
+ id=EGeneralNote;
+ control=AVKON_NOTE
+ {
+ layout = EWaitLayout;
+ singular_label = qtn_iupnp_command_prep_playback;
+ imageid = EMbmAvkonQgn_note_progress;
+ imagemask = EMbmAvkonQgn_note_progress_mask;
+ animation = R_QGN_GRAF_WAIT_BAR_ANIM;
+ };
+ }
+ };
+ }
+
+// ---------------------------------------------------------------------------
+// R_AIW_DRM_FILTERING_WAIT_NOTE
+// ---------------------------------------------------------------------------
+RESOURCE DIALOG r_aiw_drm_filtering_wait_note
+ {
+ flags = EAknWaitNoteFlags;
+ buttons = R_AVKON_SOFTKEYS_EMPTY;
+ items =
+ {
+ DLG_LINE
+ {
+ type = EAknCtNote;
+ id = EGeneralNote;
+ control = AVKON_NOTE
+ {
+ layout = EWaitLayout;
+ singular_label = qtn_gen_note_processing;
+ imageid = EMbmAvkonQgn_note_progress;
+ imagemask = EMbmAvkonQgn_note_progress_mask;
+ animation = R_QGN_GRAF_WAIT_BAR_ANIM;
+ };
+ }
+ };
+ }
+
+// --------------------------------------------------------------------------
+// r_aiw_info_copy_ext_one_text
+// Note shown when one file has been copied to extenal server device.
+// --------------------------------------------------------------------------
+RESOURCE TBUF r_aiw_info_copy_ext_one_text
+ {
+ buf = qtn_iupnp_info_copy_ext_one;
+ }
+
+// --------------------------------------------------------------------------
+// r_aiw_info_copy_ext_many_text
+// Note shown when many files have been copied to extenal server device.
+// --------------------------------------------------------------------------
+RESOURCE TBUF r_aiw_info_copy_ext_many_text
+ {
+ buf = qtn_iupnp_info_copy_ext_many;
+ }
+
+// --------------------------------------------------------------------------
+// r_aiw_info_move_ext_one_text
+// Note shown when one file has been moved to extenal server device.
+// --------------------------------------------------------------------------
+RESOURCE TBUF r_aiw_info_move_ext_one_text
+ {
+ buf = qtn_iupnp_info_move_ext_one;
+ }
+
+// --------------------------------------------------------------------------
+// r_aiw_info_move_ext_many_text
+// Note shown when many files have been copied to extenal server device.
+// --------------------------------------------------------------------------
+RESOURCE TBUF r_aiw_info_move_ext_many_text
+ {
+ buf = qtn_iupnp_info_move_ext_many;
+ }
+
+// End of file