29
|
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 |
#ifdef NO101APPDEPFIXES
|
|
40 |
APP_LAYER_SYSTEMINCLUDE
|
|
41 |
#else //NO101APPDEPFIXES
|
|
42 |
MW_LAYER_SYSTEMINCLUDE
|
|
43 |
#endif //NO101APPDEPFIXES
|
35
|
44 |
|
|
45 |
USERINCLUDE ../inc ../hidremconbearer/inc
|
29
|
46 |
|
|
47 |
LIBRARY euser.lib
|
|
48 |
LIBRARY ecom.lib
|
|
49 |
LIBRARY generichid.lib
|
|
50 |
LIBRARY etel3rdparty.lib
|
|
51 |
LIBRARY alarmclient.lib
|
|
52 |
LIBRARY mpxplaybackutility.lib
|
|
53 |
LIBRARY mpxcommon.lib
|
|
54 |
|
|
55 |
|