author | hgs |
Fri, 23 Apr 2010 22:08:41 +0100 | |
changeset 121 | 661475905584 |
parent 33 | 0173bcd7697c |
permissions | -rw-r--r-- |
0 | 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.mmp |
|
15 |
// |
|
16 |
||
33
0173bcd7697c
Revision: 201001
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
17 |
macro IIC_SIMULATED_PSL |
0173bcd7697c
Revision: 201001
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
18 |
#define IIC_SIMULATED_PSL /*Only for iic_channel.mmh to pick up the needed iic_testpsl.lib*/ |
0 | 19 |
#include "../../../../kernel/eka/drivers/iic/iic_channel.mmh" |
20 |
||
21 |
target i2c.pdd |
|
22 |
targettype pdd |
|
23 |
||
24 |
sourcepath ../../../../kernel/eka/drivers/iic |
|
25 |
source IIC_PIL_SOURCE |
|
26 |
||
27 |
sourcepath . |
|
28 |
source i2c.cpp |
|
29 |
||
30 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
31 |
||
32 |
macro BUS_TYPE=(DIicBusChannel::EI2c) |
|
33 |
||
34 |
// Select the mode to build |
|
35 |
// For Master-Slave mode, uncomment both of the two lines that follow |
|
36 |
macro MASTER_MODE |
|
37 |
macro SLAVE_MODE |
|
38 |
||
39 |
// un-comment the following if debug printing is required |
|
40 |
//macro LOG_I2C |
|
41 |
||
42 |
// un-comment the following if BTRACE output is required |
|
43 |
macro IIC_INSTRUMENTATION_MACRO |
|
44 |
||
33
0173bcd7697c
Revision: 201001
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
45 |
// library iic_testpsl.lib // commented out as this iic_testpsl.lib is now included from iic_channel.mmh |
0 | 46 |
|
47 |
uid 0x100039d0 0x10286b50 |
|
48 |
VENDORID 0x70000001 |
|
49 |
||
50 |
//library ecust.lib |
|
51 |
#ifdef WINS |
|
52 |
library emulator.lib |
|
53 |
#endif |
|
54 |
||
55 |
start wins |
|
56 |
win32_library kernel32.lib |
|
57 |
#if defined(VC32) |
|
58 |
win32_library msvcrt.lib |
|
59 |
#endif |
|
60 |
end |
|
61 |
||
62 |
SMPSAFE |