diff -r 83e6409f1e6e -r 4cd5f847237f profilesapplication/Profiles/ProfileAiwProvider/rss/ProfileAiwProviderResource.rss --- a/profilesapplication/Profiles/ProfileAiwProvider/rss/ProfileAiwProviderResource.rss Tue Feb 02 00:10:48 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,150 +0,0 @@ -/* -* Copyright (c) 2002 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: ProfileAiwProvider resources -* -*/ - - -// RESOURCE IDENTIFIER -NAME AIPP - -// INTERNAL INCLUDES -#include -#include // For qtn_profiles_tone_maxsize_error - -// EXTERNAL INCLUDES -#include // For RESOURCE MENU_PANE -#include // For KAiwCmdView -#include // For text_not_allowed - -// RESOURCE DEFINITIONS - -RESOURCE RSS_SIGNATURE { } - -// ----------------------------------------------------------------------------- -// -// r_profileaiwprovider_menu -// ?description -// -// ----------------------------------------------------------------------------- -// -RESOURCE MENU_PANE r_profileaiwprovider_menu - { - items= - { - MENU_ITEM - { - command = KAiwCmdAssign; - txt = qtn_mg_options_set_as_rt; - } - }; - } - -// ----------------------------------------------------------------------------- -// -// r_profileaiwprovider_info_tone_drm_protected -// ?description -// -// ----------------------------------------------------------------------------- -// -RESOURCE TBUF r_profileaiwprovider_info_tone_drm_protected - { - buf = qtn_profiles_info_tone_drm_protected; - } - -// ----------------------------------------------------------------------------- -// -// r_profileaiwprovider_text_not_allowed -// ?description -// -// ----------------------------------------------------------------------------- -// -RESOURCE TBUF r_profileaiwprovider_text_not_allowed - { - buf = text_not_allowed; - } - -// ----------------------------------------------------------------------------- -// -// r_profileaiwprovider_info_tone_no_drm -// ?description -// -// ----------------------------------------------------------------------------- -// -RESOURCE TBUF r_profileaiwprovider_info_tone_no_drm - { - buf = qtn_profiles_info_tone_no_drm; - } - -// ----------------------------------------------------------------------------- -// -// r_profileaiwprovider_query_select_profiles -// ?description -// -// ----------------------------------------------------------------------------- -// -RESOURCE TBUF r_profileaiwprovider_query_select_profiles - { - buf = qtn_profiles_query_select_profiles; - } - -// ----------------------------------------------------------------------------- -// -// r_profileaiwprovider_info_mime_type_not_supported -// ?description -// -// ----------------------------------------------------------------------------- -// -RESOURCE TBUF r_profileaiwprovider_info_mime_type_not_supported - { - buf = qtn_profiles_info_mime_type_not_supported; - } - -// ----------------------------------------------------------------------------- -// -// r_profileaiwprovider_confirm_ringtone_changed -// ?description -// -// ----------------------------------------------------------------------------- -// -RESOURCE TBUF r_profileaiwprovider_confirm_ringtone_changed - { - buf = qtn_profiles_confirm_ringtone_changed; - } - -// ----------------------------------------------------------------------------- -// -// r_profileaiwprovider_tone_maxsize_error -// ?description -// -// ----------------------------------------------------------------------------- -// -RESOURCE TBUF r_profileaiwprovider_tone_maxsize_error - { - buf = qtn_profiles_tone_maxsize_error; - } - -// ----------------------------------------------------------------------------- -// -// r_profileaiwprovider_confirm_ringtone_copied -// ?description -// -// ----------------------------------------------------------------------------- -// -RESOURCE TBUF r_profileaiwprovider_confirm_ringtone_copied - { - buf = qtn_profiles_info_remote_drive_copy; - } - -// End of File