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: PhoneUI iby file |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #ifndef __PHONEUI_IBY__ |
|
20 #define __PHONEUI_IBY__ |
|
21 |
|
22 #include <data_caging_paths_for_iby.hrh> |
|
23 |
|
24 #define UPGRADABLE_APP_REG_RSC(NAME) data=DATAZ_\PRIVATE\10003A3F\IMPORT\APPS\ ## NAME ## _reg.rsc Private\10003a3f\import\apps\ ## NAME ## _reg.rsc |
|
25 |
|
26 REM PhoneUI |
|
27 S60_APP_EXE(phoneui) |
|
28 UPGRADABLE_APP_REG_RSC(phoneui) |
|
29 S60_APP_AIF_RSC(phoneui) |
|
30 //S60_APP_BITMAP(phoneui) |
|
31 //S60_APP_AIF_ICONS(phoneui) |
|
32 |
|
33 //#if defined (FF_TOUCH_CALL_HANDLING) || defined ( __ON_SCREEN_DIALER ) |
|
34 //SCALABLE_IMAGE(APP_BITMAP_DIR,APP_BITMAP_DIR,PhoneUI) |
|
35 //#endif // FF_TOUCH_CALL_HANDLING || __ON_SCREEN_DIALER |
|
36 |
|
37 file=ABI_DIR\BUILD_DIR\phoneuicontrol.dll SHARED_LIB_DIR\phoneuicontrol.dll |
|
38 file=ABI_DIR\BUILD_DIR\phoneuiutils.dll SHARED_LIB_DIR\phoneuiutils.dll |
|
39 file=ABI_DIR\BUILD_DIR\phoneuistates.dll SHARED_LIB_DIR\phoneuistates.dll |
|
40 file=ABI_DIR\BUILD_DIR\phoneuiqtviewadapter.dll SHARED_LIB_DIR\phoneuiqtviewadapter.dll |
|
41 file=ABI_DIR\BUILD_DIR\phoneuiqtview.dll SHARED_LIB_DIR\phoneuiqtview.dll |
|
42 file=ABI_DIR\BUILD_DIR\phoneringingtoneplayer.dll SHARED_LIB_DIR\phoneringingtoneplayer.dll |
|
43 file=ABI_DIR\BUILD_DIR\phonestringloader.dll SHARED_LIB_DIR\phonestringloader.dll |
|
44 file=ABI_DIR\BUILD_DIR\phonemediatorcenter.dll SHARED_LIB_DIR\phonemediatorcenter.dll |
|
45 file=ABI_DIR\BUILD_DIR\phoneuivoipextension.dll SHARED_LIB_DIR\phoneuivoipextension.dll |
|
46 |
|
47 data=ZSYSTEM\install\phoneuivoipextension_stub.sis System\Install\phoneuivoipextension_stub.sis |
|
48 //data=ZSYSTEM\install\phoneui_stub.sis System\Install\phoneui_stub.sis |
|
49 data=ZSYSTEM\install\phoneuicontrol_stub.sis System\Install\phoneuicontrol_stub.sis |
|
50 data=ZSYSTEM\install\phoneuistates_stub.sis System\Install\phoneuistates_stub.sis |
|
51 data=ZSYSTEM\install\phoneuiutils_stub.sis System\Install\phoneuiutils_stub.sis |
|
52 data=ZSYSTEM\install\phonemediatorcenter_stub.sis System\Install\phonemediatorcenter_stub.sis |
|
53 |
|
54 #endif |
|