diff -r d3e8e7d462dd -r f92a4f87e424 usbmgmt/usbmgr/host/functiondrivers/ms/msmm/refppnotifier/src/dialog.rss --- a/usbmgmt/usbmgr/host/functiondrivers/ms/msmm/refppnotifier/src/dialog.rss Thu Jul 15 20:42:20 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,65 +0,0 @@ -/* -* Copyright (c) 2008-2009 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: -* Reference policy plugin notifier implementation resource file -* -*/ - -/** - @file - @internalComponent -*/ - -#include -#include -#include -#include -#include "refppnotifier.hrh" -NAME REFN - -RESOURCE RSS_SIGNATURE { } - -RESOURCE TBUF16 { buf=""; } - -RESOURCE DLG_BUTTONS r_dialog_buttons -{ -buttons = - { - DLG_BUTTON - { - id = EReferencePPNotifierButton; - button = CMBUT {txt = "OK";}; - hotkey='1'; - } - }; -} - -RESOURCE DIALOG r_notifier_dialog - { - title = "MSMM message"; - buttons = r_dialog_buttons; - items = - { - DLG_LINE - { - type = EEikCtLabel; - id = EReferencePPNotifierMsg; - control = LABEL - { - standard_font = EEikLabelFontAnnotation; - txt = "NULL"; - }; - } - }; - }