29
|
1 |
/*
|
|
2 |
* Copyright (c) 2004-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 generichid
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
#include <platform_paths.hrh>
|
|
20 |
#include <data_caging_paths.hrh>
|
|
21 |
|
|
22 |
TARGET generichid.dll
|
|
23 |
TARGETTYPE DLL
|
|
24 |
UID 0x1000008d 0x10281cfe
|
|
25 |
|
|
26 |
CAPABILITY CAP_APPLICATION CommDD ProtServ // two latter needed by USB
|
|
27 |
VENDORID VID_DEFAULT
|
|
28 |
|
|
29 |
SOURCEPATH ../src
|
|
30 |
SOURCE hidgeneric.cpp
|
|
31 |
SOURCE hiddriveritem.cpp
|
|
32 |
SOURCE hidfield.cpp
|
|
33 |
SOURCE hidparser.cpp
|
|
34 |
SOURCE hiditem.cpp
|
|
35 |
SOURCE hidcollection.cpp
|
|
36 |
SOURCE hidsearch.cpp
|
|
37 |
SOURCE hidreporttranslator.cpp
|
|
38 |
SOURCE hidreportroot.cpp
|
|
39 |
SOURCE hidreportbase.cpp
|
|
40 |
SOURCE hidreportgenerator.cpp
|
|
41 |
SOURCE hidinterfaces.cpp
|
|
42 |
SOURCE hidconnectioninfo.cpp
|
|
43 |
|
35
|
44 |
MW_LAYER_SYSTEMINCLUDE
|
29
|
45 |
|
35
|
46 |
USERINCLUDE ../inc
|
29
|
47 |
|
|
48 |
LIBRARY euser.lib
|
|
49 |
LIBRARY ecom.lib
|
|
50 |
|
|
51 |
|