equal
deleted
inserted
replaced
1 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
1 /* |
2 # All rights reserved. |
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
3 # This component and the accompanying materials are made available |
3 * All rights reserved. |
4 # under the terms of "Eclipse Public License v1.0" |
4 * This component and the accompanying materials are made available |
5 # which accompanies this distribution, and is available |
5 * under the terms of "Eclipse Public License v1.0" |
6 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
6 * which accompanies this distribution, and is available |
7 # |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
8 # Initial Contributors: |
8 * |
9 # Nokia Corporation - initial contribution. |
9 * Initial Contributors: |
10 # |
10 * Nokia Corporation - initial contribution. |
11 # Contributors: |
11 * |
12 # |
12 * Contributors: |
13 # |
13 * |
14 # Description: |
14 * Description: |
15 # Rom exports for Help |
15 * |
16 # |
16 */ |
17 |
17 |
18 #ifndef __HELP_IBY__ |
18 #ifndef __HELP_IBY__ |
19 #define __HELP_IBY__ |
19 #define __HELP_IBY__ |
20 |
20 |
21 #include <bldprivate.hrh> |
21 #include <bldprivate.hrh> |
23 #define HB_UPGRADABLE_APP_REG_RSC(NAME) data=DATAZ_\PRIVATE\10003A3F\IMPORT\APPS\ ## NAME ## _reg.rsc Private\10003a3f\import\apps\ ## NAME ## _reg.rsc |
23 #define HB_UPGRADABLE_APP_REG_RSC(NAME) data=DATAZ_\PRIVATE\10003A3F\IMPORT\APPS\ ## NAME ## _reg.rsc Private\10003a3f\import\apps\ ## NAME ## _reg.rsc |
24 |
24 |
25 file=ABI_DIR\BUILD_DIR\Userguide.exe SHARED_LIB_DIR\Userguide.exe |
25 file=ABI_DIR\BUILD_DIR\Userguide.exe SHARED_LIB_DIR\Userguide.exe |
26 |
26 |
27 data = DATAZ_\APP_RESOURCE_DIR\Userguide.mif APP_RESOURCE_DIR\Userguide.mif |
27 data = DATAZ_\APP_RESOURCE_DIR\Userguide.mif APP_RESOURCE_DIR\Userguide.mif |
|
28 |
|
29 |
|
30 |
|
31 |
28 HB_UPGRADABLE_APP_REG_RSC(Userguide) |
32 HB_UPGRADABLE_APP_REG_RSC(Userguide) |
29 S60_APP_RESOURCE(Userguide) |
|
30 |
33 |
31 #endif |
34 #endif |
32 |
35 |