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: Project definition file for project UsbDevCon |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 target usbdevcon.exe |
|
22 CAPABILITY LocalServices CommDD |
|
23 targettype exe |
|
24 |
|
25 uid 0 0x10282F31 |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 sourcepath ../src |
|
29 |
|
30 source cusbdevcon.cpp |
|
31 source cep0reader.cpp cep0writer.cpp |
|
32 source crequestshandler.cpp |
|
33 source cstatemachine.cpp |
|
34 source cusbstatewatcher.cpp |
|
35 |
|
36 userinclude ../inc |
|
37 MW_LAYER_SYSTEMINCLUDE |
|
38 |
|
39 library euser.lib usbman.lib usbwatcher.lib ecom.lib |
|
40 DEBUGLIBRARY flogger.lib // File logging |
|
41 |