|
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: A reference implementation for ISC data transmission base |
|
15 * reference. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 #include "kernel/kern_ext.mmh" |
|
23 |
|
24 #if defined(WINSCW) |
|
25 TARGET IscDataTransmissionBase.ldd |
|
26 TARGETTYPE ldd |
|
27 UID 0x100000AF 0x102020A2 |
|
28 DEFFILE IscDataTransmissionBaseCW.def |
|
29 #else |
|
30 TARGET IscDataTransmissionBase.dll |
|
31 TARGETTYPE kdll |
|
32 UID 0x10000079 0x102020A2 |
|
33 DEFFILE IscDataTransmissionBase.def |
|
34 #endif |
|
35 |
|
36 VENDORID VID_DEFAULT |
|
37 |
|
38 CAPABILITY ALL |
|
39 |
|
40 SOURCEPATH ../IscDataTransmissionBase/src |
|
41 SOURCE IscDataTransmissionBase.cpp |
|
42 SOURCE IscBufferAllocator.cpp |
|
43 SOURCE IscBufferQueue.cpp |
|
44 |
|
45 |
|
46 USERINCLUDE ../IscDriver/inc |
|
47 USERINCLUDE ../IscDataTransmissionBase/inc |
|
48 USERINCLUDE ../IscMultiplexerBase/inc |
|
49 |
|
50 OS_LAYER_KERNEL_SYSTEMINCLUDE |
|
51 |
|
52 LIBRARY IscDriver.lib |
|
53 |
|
54 START WINS |
|
55 win32_library kernel32.lib |
|
56 #if defined(VC32) |
|
57 win32_library libc.lib |
|
58 #endif |
|
59 |
|
60 END |
|
61 |
|
62 // Do not remove this flag unless you are sure what you are doing. |
|
63 macro TRACE_MODE_KERNEL |
|
64 |
|
65 // flag to enable trace of components API calls |
|
66 //macro API_TRACE_FLAG |
|
67 |
|
68 // flag to enable normal trace inside component |
|
69 //macro COMPONENT_TRACE_FLAG |
|
70 |
|
71 // flag to enable unsafe trace inside component (i.e. prints when context is unknown, might be irq) |
|
72 //macro EXTENDED_TRACE_FLAG |
|
73 |
|
74 |
|
75 EPOCALLOWDLLDATA |