equal
deleted
inserted
replaced
1 /* |
|
2 * Copyright (c) 2009 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: ECOM Plugin project to support USB communication over |
|
15 * serial port (Serial emulation via ACM). |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 TARGET HtiUsbSerialCommEcomPlugin.dll |
|
23 TARGETTYPE PLUGIN |
|
24 |
|
25 // ECom Dll recognition UID followed by the unique UID for this dll |
|
26 UID 0x10009D8D 0x200212CF |
|
27 |
|
28 VENDORID 0x101FB657 |
|
29 |
|
30 CAPABILITY ALL -TCB |
|
31 |
|
32 SOURCEPATH ../src |
|
33 SOURCE proxy.cpp |
|
34 SOURCE HtiUsbSerialCommEcomPlugin.cpp |
|
35 |
|
36 USERINCLUDE ../inc |
|
37 OS_LAYER_SYSTEMINCLUDE |
|
38 |
|
39 START RESOURCE ../data/200212CF.rss |
|
40 TARGET HtiUsbSerialCommEcomPlugin.rsc |
|
41 END |
|
42 |
|
43 LIBRARY c32.lib |
|
44 LIBRARY euser.lib |
|
45 LIBRARY ecom.lib |
|
46 LIBRARY hticfg.lib |
|
47 LIBRARY flogger.lib |
|
48 |
|
49 SMPSAFE |
|
50 |
|
51 // End of file |
|