equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2008 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: Hardware Resource Manager FM Tx watcher plugin project |
|
15 * definition file |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 TARGET hwrmfmtxwatcherplugin.dll |
|
23 TARGETTYPE PLUGIN |
|
24 |
|
25 UID 0x10009D8D 0x20012401 |
|
26 |
|
27 VENDORID VID_DEFAULT |
|
28 |
|
29 CAPABILITY CAP_ECOM_PLUGIN |
|
30 |
|
31 SOURCEPATH ../src |
|
32 SOURCE hwrmfmtxwatcherplugin.cpp |
|
33 SOURCE hwrmfmtxplugintimer.cpp |
|
34 SOURCE hwrmfmtxusbobserver.cpp |
|
35 SOURCE hwrmfmtxaccobserver.cpp |
|
36 #ifdef INSECURE_AUDIO_POLICY_KEYS |
|
37 SOURCE hwrmfmtxtestobserver.cpp |
|
38 #endif // INSECURE_AUDIO_POLICY_KEYS |
|
39 |
|
40 USERINCLUDE ../inc |
|
41 OS_LAYER_SYSTEMINCLUDE |
|
42 SYSTEMINCLUDE ../../../inc // ADO includes |
|
43 |
|
44 SOURCEPATH ../data |
|
45 START RESOURCE 20012401.rss |
|
46 TARGET hwrmfmtxwatcherplugin.rsc |
|
47 END |
|
48 |
|
49 LIBRARY euser.lib |
|
50 LIBRARY ecom.lib |
|
51 LIBRARY usbman.lib |
|
52 LIBRARY accclient.lib |
|
53 |
|
54 SMPSAFE |