1 /* |
|
2 * Copyright (c) 2009 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: |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 |
|
20 // Capability assignment. |
|
21 CAPABILITY ALL -TCB |
|
22 |
|
23 // Assign Vendor ID. |
|
24 VENDORID VID_DEFAULT |
|
25 |
|
26 TARGET phoneringingtoneplayer.dll |
|
27 TARGETTYPE dll |
|
28 UID 0x1000008d 0x2002134E |
|
29 |
|
30 SOURCEPATH ../src |
|
31 |
|
32 |
|
33 SOURCE cphoneaudioplayer.cpp |
|
34 SOURCE cphoneringingtone.cpp |
|
35 SOURCE cphoneringingtonecontroller.cpp |
|
36 SOURCE cphoneringingtoneplayer.cpp |
|
37 SOURCE cphonettsplayer.cpp |
|
38 |
|
39 /* Languages */ |
|
40 LANG SC |
|
41 |
|
42 USERINCLUDE ../inc |
|
43 USERINCLUDE ../../phoneuiqtviewadapter/inc |
|
44 USERINCLUDE ../../phoneuicontrol/inc |
|
45 USERINCLUDE ../../phoneuiutils/inc |
|
46 USERINCLUDE ../../phoneui2/srcdata |
|
47 USERINCLUDE ../../phonemediatorcenter/inc |
|
48 |
|
49 APP_LAYER_SYSTEMINCLUDE // Application layer domain APIs |
|
50 |
|
51 SYSTEMINCLUDE /epoc32/include/ecom |
|
52 SYSTEMINCLUDE ../../../inc // Telephony internal headers |
|
53 SYSTEMINCLUDE /epoc32/include/mda/client |
|
54 SYSTEMINCLUDE /epoc32/include/mmf/common |
|
55 SYSTEMINCLUDE /epoc32/include/mmf/server |
|
56 |
|
57 LIBRARY phoneuiutils.lib |
|
58 LIBRARY euser.lib |
|
59 LIBRARY efsrv.lib // TParse |
|
60 LIBRARY ecom.lib // for CSFIUtilsPhoneInterface plugin |
|
61 LIBRARY apgrfx.lib // Apa server |
|
62 LIBRARY mediaclient.lib |
|
63 LIBRARY mediaclientaudio.lib |
|
64 LIBRARY drmhelper.lib |
|
65 LIBRARY apmime.lib |
|
66 LIBRARY caf.lib |
|
67 LIBRARY charconv.lib // UTF-8 conversion for the TTS |
|
68 LIBRARY featmgr.lib // FeatureManager |
|
69 LIBRARY mediatorclient.lib |
|
70 LIBRARY audiooutputrouting.lib // Ringingtone output |
|
71 LIBRARY platformenv.lib // PathInfo |
|
72 LIBRARY cone.lib |
|