|
1 /* |
|
2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: An example implementation for ISC Driver Reference |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 #include "kernel/kern_ext.mmh" |
|
22 |
|
23 TARGET IscDriver.ldd |
|
24 TARGETTYPE ldd |
|
25 UID 0x100000AF 0x102020A0 |
|
26 VENDORID VID_DEFAULT |
|
27 CAPABILITY ALL |
|
28 |
|
29 DEFFILE IscDriver.def |
|
30 |
|
31 SOURCEPATH ../IscDriver/src |
|
32 SOURCE IscDevice.cpp |
|
33 SOURCE IscChannel.cpp |
|
34 SOURCE IscChannelContainer.cpp |
|
35 SOURCE IscMainRcvBuffer.cpp |
|
36 SOURCE IscQueue.cpp |
|
37 SOURCE IscSendQueue.cpp |
|
38 |
|
39 USERINCLUDE ../IscDriver/inc |
|
40 USERINCLUDE ../IscMultiplexerBase/inc |
|
41 USERINCLUDE ../IscDataTransmissionBase/inc |
|
42 |
|
43 OS_LAYER_KERNEL_SYSTEMINCLUDE |
|
44 |
|
45 START WINS |
|
46 win32_library kernel32.lib |
|
47 END |
|
48 |
|
49 // Do not remove this flag unless you are sure what you are doing. |
|
50 macro TRACE_MODE_KERNEL |
|
51 |
|
52 // flag to enable trace of components API calls |
|
53 //macro API_TRACE_FLAG |
|
54 |
|
55 // flag to enable normal trace inside component |
|
56 //macro COMPONENT_TRACE_FLAG |
|
57 |
|
58 // flag to enable unsafe trace inside component (i.e. prints that context is unknown, might be irq) |
|
59 //macro EXTENDED_TRACE_FLAG |
|
60 |
|
61 |
|
62 EPOCALLOWDLLDATA |