kerneltest/e32test/iic/iic_psl/iic_testpsl.mmp
changeset 0 a41df078684a
child 43 c1f20ce4abcf
equal deleted inserted replaced
-1:000000000000 0:a41df078684a
       
     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 // e32/drivers/iic/iic_testclient.mmp
       
    15 //
       
    16 
       
    17 // Select the mode to build
       
    18 // For Master-Slave mode, uncomment both of the two lines that follow
       
    19 macro MASTER_MODE
       
    20 macro SLAVE_MODE
       
    21 
       
    22 
       
    23 #include <kernel/kern_ext.mmh>
       
    24 
       
    25 target				iic_testpsl.pdd
       
    26 targettype			pdd
       
    27 linkas				iic_testpsl.pdd
       
    28 
       
    29 sourcepath			../../../../kernel/eka/drivers/iic
       
    30 source				iic.cpp iic_transaction.cpp
       
    31 
       
    32 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    33 USERINCLUDE		../../../../kernel/eka/drivers/iic
       
    34 
       
    35 // un-comment the following if BTRACE output is required
       
    36 macro IIC_INSTRUMENTATION_MACRO
       
    37 
       
    38 macro IIC_SIMULATED_PSL
       
    39 
       
    40 //noexportlibrary
       
    41 
       
    42 // Separate def file from iic since the test psl version exists as a PDD and has an additional item at ordinal 1
       
    43 deffile				../../~/iic_testpsl.def
       
    44 
       
    45 epocallowdlldata
       
    46 
       
    47 uid			0x100039d0 0x10286b4f
       
    48 VENDORID 0x70000001
       
    49 
       
    50 capability		all
       
    51 
       
    52 start wins
       
    53 win32_headers
       
    54 end
       
    55 
       
    56 SMPSAFE
       
    57