|
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 CallAudioControl |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <data_caging_paths.hrh> |
|
20 |
|
21 #ifdef __SERIES60_31__ |
|
22 #include <domain/osextensions/platform_paths.hrh> |
|
23 #else |
|
24 #include <platform_paths.hrh> |
|
25 #endif |
|
26 |
|
27 TARGET CallAudioControl.dll |
|
28 TARGETTYPE DLL |
|
29 UID 0x1000008D 0x10207BD2 |
|
30 |
|
31 |
|
32 CAPABILITY ALL -TCB |
|
33 VENDORID VID_DEFAULT |
|
34 |
|
35 |
|
36 SOURCEPATH ../src |
|
37 SOURCE CallAudioControl.cpp |
|
38 SOURCE CallAudioControlImpl.cpp |
|
39 SOURCE CallAudioControlRepository.cpp |
|
40 SOURCE CallAudioControlProperty.cpp |
|
41 |
|
42 |
|
43 USERINCLUDE ../inc |
|
44 |
|
45 MW_LAYER_SYSTEMINCLUDE |
|
46 //SYSTEMINCLUDE /epoc32/include/CallAudioControl |
|
47 |
|
48 LIBRARY euser.lib |
|
49 LIBRARY TelephonyAudioRouting.lib |
|
50 LIBRARY centralrepository.lib |
|
51 |
|
52 #ifdef __SERIES60_31__ |
|
53 LIBRARY MediatorClient.lib |
|
54 LIBRARY featmgr.lib |
|
55 LIBRARY PhoneClient.lib |
|
56 LIBRARY PhoneClientExt.lib |
|
57 #endif |
|
58 |
|
59 #ifndef __SERIES60_31__ |
|
60 LIBRARY PhoneClient.lib // For setting mute |
|
61 #endif |
|
62 |
|
63 // End of file |