kerneltest/e32test/iic/iic_psl/d_iic_slaveclient_stubs.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/group/d_iic_slaveclient_stubs.mmp
       
    15 // created for code coverage tests
       
    16 
       
    17 #include "kernel/kern_ext.mmh"
       
    18 
       
    19 target         iic_slaveclient_stubs.ldd
       
    20 targettype     ldd
       
    21 
       
    22 //These macros are only used for channel creation
       
    23 //In the code coverage tests, we need all three types of channels
       
    24 //(Master, Slave, MasterSlave) to be tested, so enable both macros here.
       
    25 macro MASTER_MODE
       
    26 macro SLAVE_MODE
       
    27 
       
    28 macro IIC_SIMULATED_PSL
       
    29 
       
    30 macro STANDALONE_CHANNEL
       
    31 macro IIC_STUBS
       
    32 
       
    33 sourcepath     .
       
    34 source         iic_slaveclient.cpp
       
    35 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    36 
       
    37 // un-comment the following if debug printing is required
       
    38 //macro LOG_SLAVECLIENT
       
    39 
       
    40 library spi_ctrless.lib
       
    41 library i2c_slavestubs_ctrless.lib
       
    42 
       
    43 uid			0x100000af 0x10286b4e
       
    44 VENDORID 0x70000001
       
    45 
       
    46 capability		all
       
    47 epocallowdlldata
       
    48 
       
    49 start wins
       
    50 win32_headers
       
    51 end
       
    52 
       
    53 SMPSAFE