/*
* 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 <eikon.rh>
#include <filemanager.loc>
#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