/** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved.* This component and the accompanying materials are made available* under the terms of "Eclipse Public License v1.0"* which accompanies this distribution, and is available* at the URL "http://www.eclipse.org/legal/epl-v10.html".** Initial Contributors:* Nokia Corporation - initial contribution.** Contributors:* * Description: Specifies HTI OS layer components for ROM image**/#ifndef __HTIOS_IBY__#define __HTIOS_IBY__// HTI config file libraryfile=ABI_DIR\BUILD_DIR\HtiCfg.dll SHARED_LIB_DIR\HtiCfg.dll // HTI Frameworkfile=ABI_DIR\BUILD_DIR\HtiFramework.exe SHARED_LIB_DIR\HtiFramework.exe// Serial InterfaceECOM_PLUGIN(HtiSerialCommEcomPlugin.dll, HtiSerialCommEcomPlugin.rsc)// USB Serial InterfaceECOM_PLUGIN(HtiUsbSerialCommEcomPlugin.dll, HtiUsbSerialCommEcomPlugin.rsc)// Bluetooth Interfacefile=ABI_DIR\BUILD_DIR\HtiBtSerialComHelper.dll SHARED_LIB_DIR\HtiBtSerialComHelper.dllfile=ABI_DIR\BUILD_DIR\HtiBtCommServer.dll SHARED_LIB_DIR\HtiBtCommServer.dllfile=ABI_DIR\BUILD_DIR\HtiBtCommInterface.dll SHARED_LIB_DIR\HtiBtCommInterface.dllECOM_PLUGIN(HtiBtCommEcomPlugin.dll, HtiBtCommEcomPlugin.rsc)// TCP/IP interfacefile=ABI_DIR\BUILD_DIR\HtiIPCommServer.exe SHARED_LIB_DIR\HtiIPCommServer.exefile=ABI_DIR\BUILD_DIR\HtiIPCommServerClient.dll SHARED_LIB_DIR\HtiIPCommServerClient.dllECOM_PLUGIN(HtiIPCommEcomPlugin.dll, HtiIPCommEcomPlugin.rsc)// HtiAutoStart plug-inECOM_PLUGIN(HtiAutoStart.dll,HtiAutoStart.rsc)// Test service plug-insECOM_PLUGIN(HtiAppServicePlugin.dll,HtiAppServicePlugin.rsc)ECOM_PLUGIN(HtiEchoServicePlugin.dll,HtiEchoServicePlugin.rsc)ECOM_PLUGIN(HtiFtpServicePlugin.dll,HtiFtpServicePlugin.rsc)ECOM_PLUGIN(HtiIpProxyServicePlugin.dll,HtiIpProxyServicePlugin.rsc)ECOM_PLUGIN(HtiStifTfServicePlugin.dll,HtiStifTfServicePlugin.rsc)// File helperfile=ABI_DIR\BUILD_DIR\HtiFileHlp.exe SHARED_LIB_DIR\HtiFileHlp.exe // HTI Watchdogfile=ABI_DIR\BUILD_DIR\HtiWatchDog.exe SHARED_LIB_DIR\HtiWatchDog.exe#endif // __HTIOS_IBY__// End of file