diff -r f92a4f87e424 -r 012cc2ee6408 usbmgmt/usbmgr/host/functiondrivers/ms/msmm/refppnotifier/src/dialog.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/usbmgmt/usbmgr/host/functiondrivers/ms/msmm/refppnotifier/src/dialog.rss Wed Sep 01 12:35:00 2010 +0100 @@ -0,0 +1,65 @@ +/* +* 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"; + }; + } + }; + }