securitydialogs/lockapp/rom/lockapp.iby
branchRCL_3
changeset 22 03674e5abf46
parent 21 09b1ac925e3f
--- a/securitydialogs/lockapp/rom/lockapp.iby	Tue Aug 31 16:04:40 2010 +0300
+++ b/securitydialogs/lockapp/rom/lockapp.iby	Wed Sep 01 12:19:59 2010 +0100
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
+* Copyright (c) 2007 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"
@@ -11,12 +11,20 @@
 *
 * Contributors:
 *
-* Description: Implementation of lockapp
-*
+* Description:  LockApp files needed to image
+ *
 */
+
+
 #ifndef __LOCKAPP_IBY__
 #define __LOCKAPP_IBY__
 
-S60_APP_EXE(LockApp)
+#include <data_caging_paths_for_iby.hrh>
+
+S60_APP_EXE(lockapp)
+S60_APP_AIF_RSC(lockapp)
 
-#endif
+// To enable updating
+data=ZSYSTEM\install\lockapp_stub.sis system\install\lockapp_stub.sis
+
+#endif // __LOCKAPP_IBY__