diff -r 000000000000 -r 6a9f87576119 filemanager/bkupchecker/data/filemanagerbkupchecker.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/filemanager/bkupchecker/data/filemanagerbkupchecker.rss Mon Jan 18 20:09:41 2010 +0200 @@ -0,0 +1,56 @@ +/* +* 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 "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 file for filemanagerbkupchecker plugin +* +*/ + + +#include +#include +#include "filemanagerbkupchecker.rh" + +NAME BKCH + +RESOURCE RSS_SIGNATURE { } + +RESOURCE TBUF { buf="bkupchecker"; } + +RESOURCE LBUF r_qtn_fmgr_backup_applaunch_prevented + { + txt = qtn_fmgr_backup_applaunch_prevented; + } + +RESOURCE LBUF r_qtn_fmgr_restore_applaunch_prevented + { + txt = qtn_fmgr_restore_applaunch_prevented; + } + +/** +* The resources for UIDs. +* This struct lists UIDs allowed to launch +* during backup or restore +* +*/ +RESOURCE ALLOWEDUID alloweduids + { + uid= + { + 0x101F4CD2, // Application Shell Menu + 0x100058B3, // Phone application + 0x101F84EB, // File Manager + 0x101F8681 // Video Telephone Application + }; + } + +// End of File