kerneltest/e32test/iic/iic_psl/i2c_masterstubs_ctrless.mmp
changeset 247 d8d70de2bd36
equal deleted inserted replaced
201:43365a9b78a3 247:d8d70de2bd36
       
     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_masterstubs_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 //enable the SLAVE_MODE so all the functions defined in SLAVE_MODE can be tested.
       
    23 macro SLAVE_MODE
       
    24 
       
    25 
       
    26 target          i2c_masterstubs_ctrless.pdd
       
    27 targettype      pdd
       
    28 
       
    29 sourcepath	../../../../kernel/eka/drivers/iic
       
    30 source		IIC_PIL_SOURCE
       
    31 
       
    32 sourcepath		.
       
    33 source          i2c.cpp
       
    34 
       
    35 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    36 
       
    37 macro IIC_SIMULATED_PSL
       
    38 macro BUS_TYPE=(DIicBusChannel::EI2c)
       
    39 
       
    40 // un-comment the following if debug printing is required
       
    41 //macro LOG_I2C
       
    42 
       
    43 // un-comment the following if BTRACE output is required
       
    44 macro IIC_INSTRUMENTATION_MACRO
       
    45 
       
    46 deffile				../../~/i2c_masterstubs_ctrless.def
       
    47 
       
    48 uid			0x100039d0 0x10286b50
       
    49 VENDORID 0x70000001
       
    50 
       
    51 //library				ecust.lib
       
    52 #ifdef WINS
       
    53 library				emulator.lib
       
    54 #endif 
       
    55 
       
    56 start wins
       
    57 win32_library			kernel32.lib
       
    58 #if defined(VC32)
       
    59 win32_library			msvcrt.lib
       
    60 #endif
       
    61 end
       
    62 
       
    63 SMPSAFE