equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
3 * All rights reserved. |
3 * All rights reserved. |
4 * This component and the accompanying materials are made available |
4 * This component and the accompanying materials are made available |
5 * under the terms of "Eclipse Public License v1.0" |
5 * under the terms of "Eclipse Public License v1.0" |
6 * which accompanies this distribution, and is available |
6 * which accompanies this distribution, and is available |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
9 * Initial Contributors: |
9 * Initial Contributors: |
10 * Nokia Corporation - initial contribution. |
10 * Nokia Corporation - initial contribution. |
11 * |
11 * |
12 * Contributors: |
12 * Contributors: |
13 * |
13 * |
14 * Description: LockApp files needed to image |
14 * Description: Implementation of lockapp |
15 * |
15 * |
16 */ |
16 */ |
17 |
|
18 |
|
19 #ifndef __LOCKAPP_IBY__ |
17 #ifndef __LOCKAPP_IBY__ |
20 #define __LOCKAPP_IBY__ |
18 #define __LOCKAPP_IBY__ |
21 |
19 |
22 #include <data_caging_paths_for_iby.hrh> |
20 S60_APP_EXE(LockApp) |
23 |
21 |
24 S60_APP_EXE(lockapp) |
22 #endif |
25 S60_APP_AIF_RSC(lockapp) |
|
26 |
|
27 // To enable updating |
|
28 data=ZSYSTEM\install\lockapp_stub.sis system\install\lockapp_stub.sis |
|
29 |
|
30 #endif // __LOCKAPP_IBY__ |
|