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: Build information file for building |
|
15 * HTI OS layer components. |
|
16 * |
|
17 * |
|
18 */ |
|
19 |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 // API header exports |
|
23 #include "../hti_plat/group/bld.inf" |
|
24 |
|
25 PRJ_EXPORTS |
|
26 ../rom/htios.iby CORE_IBY_EXPORT_PATH(tools,htios.iby) |
|
27 |
|
28 // HTI config file library |
|
29 #include "../HtiCfg/group/bld.inf" |
|
30 |
|
31 // Auto start recognizer |
|
32 #include "../HtiAutoStart/group/bld.inf" |
|
33 |
|
34 // HTI Framework |
|
35 #include "../HtiFramework/group/bld.inf" |
|
36 |
|
37 // Communication plugins |
|
38 #include "../HtiCommPlugins/HtiBtCommPlugin/group/bld.inf" |
|
39 #include "../HtiCommPlugins/HtiIPCommPlugin/group/bld.inf" |
|
40 #include "../HtiCommPlugins/HtiSerialCommPlugin/group/bld.inf" |
|
41 #include "../HtiCommPlugins/HtiUsbSerialCommPlugin/group/bld.inf" |
|
42 |
|
43 // Service plugins |
|
44 #include "../HtiServicePlugins/HtiAppServicePlugin/group/bld.inf" |
|
45 #include "../HtiServicePlugins/HtiEchoServicePlugin/group/bld.inf" |
|
46 #include "../HtiServicePlugins/HtiFtpServicePlugin/group/bld.inf" |
|
47 #include "../HtiServicePlugins/HtiIpProxyServicePlugin/group/bld.inf" |
|
48 #include "../HtiServicePlugins/HtiStifTfServicePlugin/group/bld.inf" |
|
49 |
|
50 // Helper for copying files to TCB folders |
|
51 #include "../HtiFileHlp/group/bld.inf" |
|
52 |
|
53 // Hti Watchdog |
|
54 #include "../HtiWatchDog/group/bld.inf" |
|
55 |
|
56 // Hti Restart |
|
57 #include "../HtiRestart/group/bld.inf" |
|
58 |
|
59 // End of File |
|