filemanager/bkupchecker/data/filemanagerbkupchecker.rss
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:31:07 +0100
branchRCL_3
changeset 21 65326cf895ed
parent 0 6a9f87576119
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201033 Kit: 201035

/*
* 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