omap3530/omap3530_drivers/spi/test/d_spi_client_m.mmp
branchBeagle_BSP_dev
changeset 77 e5fd00cbb70a
equal deleted inserted replaced
76:29b14275133a 77:e5fd00cbb70a
       
     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_drivers/spi/test/d_spi_client_m.mmp
       
    14 //
       
    15 
       
    16 #define __USING_ASSP_REGISTER_API__
       
    17 #define __USING_ASSP_INTERRUPT_API__
       
    18 
       
    19 #include <beagle/variant.mmh>
       
    20 #include <kernel/kern_ext.mmh>
       
    21 
       
    22 // link against the IIC controller library..
       
    23 library       iic.lib
       
    24 
       
    25 target        VariantTarget(d_spi_client_m,ldd)
       
    26 romtarget     d_spi_client_m.ldd
       
    27 
       
    28 // for testing only (for local loop-back detection) - link agains GPIO..
       
    29 library       AsspTarget(gpio,lib)
       
    30 
       
    31 targettype     ldd
       
    32 sourcepath     ./
       
    33 source         d_spi_client_m.cpp
       
    34 
       
    35 OS_LAYER_SYSTEMINCLUDE
       
    36 SYSTEMINCLUDE    +\include\assp\omap3530_assp
       
    37 SYSTEMINCLUDE 	 +\include\drivers
       
    38 SYMBIAN_BASE_SYSTEMINCLUDE(assp/omap3530_assp)
       
    39 SYMBIAN_BASE_SYSTEMINCLUDE(drivers)
       
    40 SYMBIAN_BASE_SYSTEMINCLUDE(kernel)
       
    41 
       
    42 
       
    43 uid		0x100000af
       
    44 vendorid 0x70000001
       
    45 
       
    46 capability		all
       
    47 epocallowdlldata
       
    48 
       
    49 SMPSAFE