os/kernelhwsrv/kerneltest/e32test/iic/iic_psl/i2c_ctrless.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 // e32test/iic/iic_psl/i2c_ctrless.mmp
    15 //
    16 
    17 macro STANDALONE_CHANNEL
    18 #define STANDALONE_CHANNEL /*Only for iic_channel.mmh to pick up the needed source files*/
    19 
    20 #include "../../../../kernel/eka/drivers/iic/iic_channel.mmh"
    21 
    22 target          i2c_ctrless.pdd
    23 targettype      pdd
    24 
    25 sourcepath	../../../../kernel/eka/drivers/iic
    26 source		IIC_PIL_SOURCE
    27 
    28 sourcepath		.
    29 source          i2c.cpp
    30 
    31 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    32 
    33 macro IIC_SIMULATED_PSL
    34 macro BUS_TYPE=(DIicBusChannel::EI2c)
    35 
    36 // Select the mode to build
    37 // For Master-Slave mode, uncomment both of the two lines that follow
    38 macro MASTER_MODE
    39 macro SLAVE_MODE
    40 
    41 // un-comment the following if debug printing is required
    42 macro LOG_I2C
    43 
    44 // un-comment the following if BTRACE output is required
    45 macro IIC_INSTRUMENTATION_MACRO
    46 
    47 deffile				../../~/i2c_ctrless.def
    48 
    49 uid			0x100039d0 0x10286b50
    50 VENDORID 0x70000001
    51 
    52 //library				ecust.lib
    53 #ifdef WINS
    54 library				emulator.lib
    55 #endif 
    56 
    57 start wins
    58 win32_library			kernel32.lib
    59 #if defined(VC32)
    60 win32_library			msvcrt.lib
    61 #endif
    62 end
    63 
    64 SMPSAFE
    65