filemanager/bkupchecker/data/filemanagerbkupchecker.rss
branchRCL_3
changeset 39 65326cf895ed
parent 0 6a9f87576119
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/filemanager/bkupchecker/data/filemanagerbkupchecker.rss	Wed Sep 01 12:31:07 2010 +0100
@@ -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 <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