author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Thu, 07 Jan 2010 13:38:45 +0200 | |
changeset 6 | 0173bcd7697c |
parent 0 | a41df078684a |
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 |
// e32\drivers\iic\iic.mmh |
|
15 |
// |
|
16 |
||
17 |
#include "kernel/kern_ext.mmh" |
|
18 |
||
19 |
USERINCLUDE . |
|
20 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
21 |
#ifdef SYMBIAN_OLD_EXPORT_LOCATION |
|
22 |
systeminclude . |
|
23 |
SYMBIAN_BASE_SYSTEMINCLUDE(drivers) |
|
24 |
#endif |
|
25 |
||
26 |
#ifdef STANDALONE_CHANNEL |
|
6
0173bcd7697c
Revision: 201001
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
27 |
#define IIC_PIL_SOURCE iic_channel.cpp iic_transaction.cpp |
0 | 28 |
#else |
6
0173bcd7697c
Revision: 201001
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
29 |
#ifndef IIC_SIMULATED_PSL |
0173bcd7697c
Revision: 201001
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
30 |
library iic.lib |
0173bcd7697c
Revision: 201001
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
31 |
#else |
0173bcd7697c
Revision: 201001
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
32 |
library iic_testpsl.lib |
0173bcd7697c
Revision: 201001
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
33 |
#endif |
0 | 34 |
#define IIC_PIL_SOURCE iic_channel.cpp |
35 |
#endif |
|
36 |
||
37 |
capability all |
|
38 |
||
39 |
epocallowdlldata |
|
40 |
||
41 |