1 /* |
|
2 * Copyright (c) 2009 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: Specifies HTI UI layer components for ROM image |
|
15 * |
|
16 */ |
|
17 |
|
18 #ifndef __HTIUI_IBY__ |
|
19 #define __HTIUI_IBY__ |
|
20 |
|
21 |
|
22 // HtiAdmin application |
|
23 S60_APP_EXE(HtiAdmin) |
|
24 data=DATAZ_\Resource\apps\HtiAdmin.rsc Resource\Apps\HtiAdmin.rsc |
|
25 data=ZPRIVATE\10003a3f\import\apps\HtiAdmin_reg.rsc private\10003a3f\import\apps\HtiAdmin_reg.rsc |
|
26 |
|
27 |
|
28 // Test service plug-ins |
|
29 ECOM_PLUGIN(HtiAudioServicePlugin.dll,HtiAudioServicePlugin.rsc) |
|
30 ECOM_PLUGIN(HtiCameraServicePlugin.dll,HtiCameraServicePlugin.rsc) |
|
31 ECOM_PLUGIN(HtiKeyEventServicePlugin.dll,HtiKeyEventServicePlugin.rsc) |
|
32 ECOM_PLUGIN(HtiMessagesServicePlugin.dll,HtiMessagesServicePlugin.rsc) |
|
33 ECOM_PLUGIN(HtiPIMServicePlugin.dll,HtiPIMServicePlugin.rsc) |
|
34 ECOM_PLUGIN(HtiScreenshotServicePlugin.dll,HtiScreenshotServicePlugin.rsc) |
|
35 ECOM_PLUGIN(HtiSysInfoServicePlugin.dll,HtiSysInfoServicePlugin.rsc) |
|
36 |
|
37 // Test service plug-in extension |
|
38 file=ABI_DIR\BUILD_DIR\HtiAppControl.dll SHARED_LIB_DIR\HtiAppControl.dll |
|
39 |
|
40 // Backup fake DLL used by HtiFtpServicePlugin |
|
41 file=ABI_DIR\BUILD_DIR\HtiFtpBackupFake.dll SHARED_LIB_DIR\HtiFtpBackupFake.dll |
|
42 |
|
43 // Device rebooter |
|
44 file=ABI_DIR\BUILD_DIR\HtiDeviceRebootUI.exe SHARED_LIB_DIR\HtiDeviceRebootUI.exe |
|
45 |
|
46 // Startup wait DLL |
|
47 file=ABI_DIR\BUILD_DIR\HtiStartupWait.dll SHARED_LIB_DIR\HtiStartupWait.dll |
|
48 |
|
49 // Stub SIS |
|
50 data=ZSYSTEM\Install\HTI_stub.sis system\install\HTI_stub.sis |
|
51 |
|
52 #endif // __HTIUI_IBY__ |
|