equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: GSApp ROM files. |
|
15 * |
|
16 */ |
|
17 |
|
18 #ifndef GSAPP_IBY |
|
19 #define GSAPP_IBY |
|
20 |
|
21 #ifdef RD_GS_RENOVATION |
|
22 |
|
23 // GS Application: |
|
24 file=ABI_DIR\BUILD_DIR\GSApp.exe PROGRAMS_DIR\GSApp.exe |
|
25 |
|
26 // AIF icons/files: |
|
27 #ifdef __SCALABLE_ICONS |
|
28 data=DATAZ_\APP_BITMAP_DIR\GSApp_aif.MIF APP_BITMAP_DIR\GSApp_aif.mif |
|
29 #else |
|
30 AUTO-BITMAP=DATAZ_\APP_BITMAP_DIR\GSApp_aif.MBM APP_BITMAP_DIR\GSApp_aif.mbm |
|
31 #endif //__SCALABLE_ICONS |
|
32 |
|
33 // Non-localisable resource file, can be defined in application IBY |
|
34 data=ZSYSTEM\..\PRIVATE\10003A3F\APPS\GSApp_reg.RSC Private\10003a3f\apps\GSApp_reg.rsc |
|
35 |
|
36 // GS Framework: |
|
37 file=ABI_DIR\BUILD_DIR\GSFramework.dll SHARED_LIB_DIR\GSFramework.dll |
|
38 file=ABI_DIR\BUILD_DIR\GSEcomPlugin.dll SHARED_LIB_DIR\GSEcomPlugin.dll |
|
39 |
|
40 // Normal icons: |
|
41 data=DATAZ_\BITMAP_DIR\Gsfwicon.mif BITMAP_DIR\Gsfwicon.mif |
|
42 data=DATAZ_\private\100058EC\backup_registration.xml private\100058EC\backup_registration.xml |
|
43 |
|
44 #endif // RD_GS_RENOVATION |
|
45 |
|
46 #endif // GSAPP_IBY |
|
47 // End of File |