equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2006-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 hidheadset |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 #include "../inc/headsetuids.h" |
|
21 |
|
22 TARGET hidheadset.dll |
|
23 TARGETTYPE PLUGIN |
|
24 UID ECOM_UID HEADSET_UID |
|
25 |
|
26 CAPABILITY CAP_APPLICATION CommDD ProtServ |
|
27 VENDORID VID_DEFAULT |
|
28 |
|
29 SOURCEPATH ../src |
|
30 SOURCE headset.cpp |
|
31 SOURCE finder.cpp |
|
32 SOURCE hidheadsetdriverproxy.cpp |
|
33 SOURCE keypresstimer.cpp |
|
34 |
|
35 START RESOURCE ../data/hidheadset.rss |
|
36 TARGET hidheadset.rsc |
|
37 END // ECOM resource definition |
|
38 |
|
39 USERINCLUDE ../inc ../hidremconbearer/inc |
|
40 |
|
41 APP_LAYER_SYSTEMINCLUDE |
|
42 SYSTEMINCLUDE ../../../inc |
|
43 |
|
44 LIBRARY euser.lib |
|
45 LIBRARY ecom.lib |
|
46 LIBRARY generichid.lib |
|
47 LIBRARY etel3rdparty.lib |
|
48 LIBRARY alarmclient.lib |
|
49 LIBRARY mpxplaybackutility.lib |
|
50 LIBRARY mpxcommon.lib |
|
51 |
|
52 |