omap3530/omap3530_drivers/spi/spi.iby
branchBYD_LCD_Integration
changeset 86 56c9b613f311
parent 77 e5fd00cbb70a
equal deleted inserted replaced
81:8b0d299f2a61 86:56c9b613f311
       
     1 // This component and the accompanying materials are made available
       
     2 // under the terms of the License "Eclipse Public License v1.0"
       
     3 // which accompanies this distribution, and is available
       
     4 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     5 //
       
     6 // Initial Contributors:
       
     7 // lukasz.forynski@gmail.com
       
     8 //
       
     9 // Contributors:
       
    10 //
       
    11 //
       
    12 // Description:
       
    13 // omap3530/omap3530_drivers/spi/spi.iby
       
    14 // this file defines components to be included in the rom image in order
       
    15 // to support IIC SPI implementation.
       
    16 
       
    17 
       
    18 
       
    19 #ifndef STANDALONE_CHANNEL 
       
    20 extension[VARID]=\epoc32\release\##KMAIN##\##BUILD##\iic.dll  \sys\bin\iic.dll
       
    21 #endif
       
    22 extension[VARID]=\epoc32\release\##KMAIN##\##BUILD##\_omap3530_spi.dll  \sys\bin\spi.dll
       
    23 
       
    24 #ifdef INCLUDE_SPI_TEST
       
    25 device[VARID]=\epoc32\release\##KMAIN##\##BUILD##\_beagle_d_spi_client_m.ldd  \sys\bin\d_spi_client_m.ldd
       
    26 file=\epoc32\release\##KMAIN##\##BUILD##\t_spi_client_m.exe  \sys\bin\t_spi_client_m.exe
       
    27 
       
    28 #endif
       
    29