hti/rom/htios.iby
branchRCL_3
changeset 59 8ad140f3dd41
equal deleted inserted replaced
49:7fdc9a71d314 59:8ad140f3dd41
       
     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 OS layer components for ROM image
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef __HTIOS_IBY__
       
    19 #define __HTIOS_IBY__
       
    20 
       
    21 // HTI config file library
       
    22 file=ABI_DIR\BUILD_DIR\HtiCfg.dll                   SHARED_LIB_DIR\HtiCfg.dll               
       
    23 
       
    24 // HTI Framework
       
    25 file=ABI_DIR\BUILD_DIR\HtiFramework.exe             SHARED_LIB_DIR\HtiFramework.exe
       
    26 
       
    27 // Serial Interface
       
    28 ECOM_PLUGIN(HtiSerialCommEcomPlugin.dll, HtiSerialCommEcomPlugin.rsc)
       
    29 
       
    30 // USB Serial Interface
       
    31 ECOM_PLUGIN(HtiUsbSerialCommEcomPlugin.dll, HtiUsbSerialCommEcomPlugin.rsc)
       
    32 
       
    33 // Bluetooth Interface
       
    34 file=ABI_DIR\BUILD_DIR\HtiBtSerialComHelper.dll     SHARED_LIB_DIR\HtiBtSerialComHelper.dll
       
    35 file=ABI_DIR\BUILD_DIR\HtiBtCommServer.dll          SHARED_LIB_DIR\HtiBtCommServer.dll
       
    36 file=ABI_DIR\BUILD_DIR\HtiBtCommInterface.dll       SHARED_LIB_DIR\HtiBtCommInterface.dll
       
    37 ECOM_PLUGIN(HtiBtCommEcomPlugin.dll, HtiBtCommEcomPlugin.rsc)
       
    38 
       
    39 // TCP/IP interface
       
    40 file=ABI_DIR\BUILD_DIR\HtiIPCommServer.exe          SHARED_LIB_DIR\HtiIPCommServer.exe
       
    41 file=ABI_DIR\BUILD_DIR\HtiIPCommServerClient.dll    SHARED_LIB_DIR\HtiIPCommServerClient.dll
       
    42 ECOM_PLUGIN(HtiIPCommEcomPlugin.dll, HtiIPCommEcomPlugin.rsc)
       
    43 
       
    44 // HtiAutoStart plug-in
       
    45 ECOM_PLUGIN(HtiAutoStart.dll,HtiAutoStart.rsc)
       
    46 
       
    47 // Test service plug-ins
       
    48 ECOM_PLUGIN(HtiAppServicePlugin.dll,HtiAppServicePlugin.rsc)
       
    49 ECOM_PLUGIN(HtiEchoServicePlugin.dll,HtiEchoServicePlugin.rsc)
       
    50 ECOM_PLUGIN(HtiFtpServicePlugin.dll,HtiFtpServicePlugin.rsc)
       
    51 ECOM_PLUGIN(HtiIpProxyServicePlugin.dll,HtiIpProxyServicePlugin.rsc)
       
    52 ECOM_PLUGIN(HtiStifTfServicePlugin.dll,HtiStifTfServicePlugin.rsc)
       
    53 
       
    54 // File helper
       
    55 file=ABI_DIR\BUILD_DIR\HtiFileHlp.exe               SHARED_LIB_DIR\HtiFileHlp.exe
       
    56 
       
    57  // HTI Watchdog
       
    58 file=ABI_DIR\BUILD_DIR\HtiWatchDog.exe              SHARED_LIB_DIR\HtiWatchDog.exe
       
    59 
       
    60  // HTI Restart
       
    61 file=ABI_DIR\BUILD_DIR\HtiRestart.exe               SHARED_LIB_DIR\HtiRestart.exe
       
    62 
       
    63 
       
    64 #endif // __HTIOS_IBY__
       
    65 
       
    66 // End of file