connectivitylayer/usbphonetlink/usbpnclasscontroller_dll/group/usbpnclasscontroller.mmp
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 the License "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: |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #include <non_foundation_paths.hrh> |
|
21 #include <platform_paths.hrh> |
|
22 |
|
23 TARGET usbpnclasscontroller.dll |
|
24 TARGETTYPE PLUGIN |
|
25 |
|
26 // ECom Dll recognition UID followed by the unique dll UID |
|
27 UID 0x10009d8d 0x101fb439 |
|
28 CAPABILITY CommDD NetworkControl NetworkServices LocalServices ProtServ |
|
29 VENDORID VID_DEFAULT |
|
30 |
|
31 SOURCEPATH ../src |
|
32 SOURCE usbpnclassimpcollection.cpp |
|
33 SOURCE usbpnclasscontroller.cpp |
|
34 |
|
35 USERINCLUDE ../traces |
|
36 USERINCLUDE ../inc |
|
37 |
|
38 SYSTEMINCLUDE /epoc32/include |
|
39 NON_FOUNDATION_ADAPT_LAYER_SYSTEMINCLUDE |
|
40 OS_LAYER_SYSTEMINCLUDE |
|
41 |
|
42 START RESOURCE 101fb439.rss |
|
43 TARGET usbpnclasscontroller.rsc |
|
44 END |
|
45 |
|
46 USERINCLUDE ../../usbpnclient_dll/inc |
|
47 USERINCLUDE ../../usbpnserver_exe/inc |
|
48 SOURCEPATH ../../usbpnserver_exe/src |
|
49 SOURCE usbpntrace.cpp |
|
50 |
|
51 LIBRARY euser.lib |
|
52 LIBRARY ecom.lib |
|
53 LIBRARY usbclasscontroller.lib |
|
54 LIBRARY usbpnclient.lib |
|
55 |
|
56 MACRO API_TRACE_FLAG |
|
57 MACRO COMPONENT_TRACE_FLAG |