equal
deleted
inserted
replaced
|
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 Driver Extension |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 #include "kernel/kern_ext.mmh" |
|
22 |
|
23 TARGET IscDriverExtension.ldd |
|
24 TARGETTYPE ldd |
|
25 UID 0x100000AF 0x102020A1 |
|
26 VENDORID VID_DEFAULT |
|
27 CAPABILITY ALL |
|
28 |
|
29 DEFFILE IscDriverExtension.def |
|
30 |
|
31 SOURCEPATH ../IscDriver/src |
|
32 SOURCE IscDriverExtensionDevice.cpp |
|
33 |
|
34 USERINCLUDE ../IscDriver/inc |
|
35 USERINCLUDE ../IscDataTransmissionBase/inc |
|
36 USERINCLUDE ../IscMultiplexerBase/inc |
|
37 |
|
38 OS_LAYER_KERNEL_SYSTEMINCLUDE |
|
39 |
|
40 LIBRARY IscDriver.lib |
|
41 |
|
42 START WINS |
|
43 win32_library kernel32.lib |
|
44 END |
|
45 |
|
46 // Do not remove this flag unless you are sure what you are doing. |
|
47 macro TRACE_MODE_KERNEL |
|
48 |
|
49 // flag to enable trace of components API calls |
|
50 //MACRO API_TRACE_FLAG |
|
51 |
|
52 // flag to enable normal trace inside component |
|
53 //MACRO COMPONENT_TRACE_FLAG |
|
54 |
|
55 |
|
56 |
|
57 EPOCALLOWDLLDATA |