equal
deleted
inserted
replaced
|
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/spi.mmp |
|
15 // |
|
16 |
|
17 #include "../../../../kernel/eka/drivers/iic/iic_channel.mmh" |
|
18 |
|
19 target spi.pdd |
|
20 targettype pdd |
|
21 |
|
22 sourcepath ../../../../kernel/eka/drivers/iic |
|
23 source IIC_PIL_SOURCE |
|
24 |
|
25 sourcepath . |
|
26 source spi.cpp |
|
27 |
|
28 macro IIC_SIMULATED_PSL |
|
29 macro BUS_TYPE=(DIicBusChannel::ESpi) |
|
30 |
|
31 // Select the mode to build |
|
32 // For Master-Slave mode, uncomment both of the two lines that follow |
|
33 macro MASTER_MODE |
|
34 macro SLAVE_MODE |
|
35 |
|
36 // un-comment the following if debug printing is required |
|
37 //macro LOG_SPI |
|
38 |
|
39 // un-comment the following if BTRACE output is required |
|
40 macro IIC_INSTRUMENTATION_MACRO |
|
41 |
|
42 library iic_testpsl.lib |
|
43 |
|
44 uid 0x100039d0 0x10286b51 |
|
45 VENDORID 0x70000001 |
|
46 |
|
47 //library ecust.lib |
|
48 #ifdef WINS |
|
49 library emulator.lib |
|
50 #endif |
|
51 |
|
52 start wins |
|
53 win32_library kernel32.lib |
|
54 #if defined(VC32) |
|
55 win32_library msvcrt.lib |
|
56 #endif |
|
57 end |
|
58 |
|
59 SMPSAFE |
|
60 |