24
|
1 |
/*
|
|
2 |
* Copyright (c) 2005-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 |
OS_LAYER_SYSTEMINCLUDE
|
|
20 |
|
|
21 |
TARGET t_etelmm_devsound.exe
|
|
22 |
TARGETTYPE exe
|
|
23 |
UID 0x102863E9 0x200041CA
|
|
24 |
VENDORID 0x70000001
|
|
25 |
|
|
26 |
capability All -Tcb
|
|
27 |
|
|
28 |
SOURCEPATH ../devsound/src
|
|
29 |
SOURCE t_cmmfdevsounddata.cpp
|
|
30 |
SOURCE t_crepositorydata.cpp
|
|
31 |
SOURCE t_caudioinputdata.cpp
|
|
32 |
SOURCE t_caudiooutputdata.cpp
|
|
33 |
SOURCE t_crestrictedaudiooutputdata.cpp
|
|
34 |
SOURCE t_ctelephonyaudioroutingdata.cpp
|
|
35 |
|
|
36 |
SOURCEPATH ../common/src
|
|
37 |
SOURCE datawrapperbase.cpp
|
|
38 |
|
|
39 |
SOURCEPATH ../etelmm/src
|
|
40 |
SOURCE t_rmmcustomapidata.cpp
|
|
41 |
SOURCE t_rmobilecalldata.cpp
|
|
42 |
SOURCE t_rmobilelinedata.cpp
|
|
43 |
SOURCE t_rmobilephonedata.cpp
|
|
44 |
SOURCE t_rtelserverdata.cpp
|
|
45 |
SOURCE t_rmobileconferencecalldata.cpp
|
|
46 |
|
|
47 |
SOURCEPATH ../src
|
|
48 |
SOURCE t_etelmmdevsoundserver.cpp
|
|
49 |
|
|
50 |
USERINCLUDE ../inc
|
|
51 |
USERINCLUDE ../common/inc
|
|
52 |
USERINCLUDE ../etelmm/inc
|
|
53 |
USERINCLUDE ../devsound/inc
|
|
54 |
|
|
55 |
SYSTEMINCLUDE /epoc32/include
|
|
56 |
SYSTEMINCLUDE /epoc32/include/oem
|
|
57 |
SYSTEMINCLUDE /epoc32/include/test
|
|
58 |
SYSTEMINCLUDE /epoc32/include/kernel
|
|
59 |
SYSTEMINCLUDE /epoc32/include/internal
|
|
60 |
SYSTEMINCLUDE /epoc32/include/mmf/server
|
|
61 |
|
|
62 |
LIBRARY euser.lib
|
|
63 |
LIBRARY efsrv.lib
|
|
64 |
LIBRARY testexecuteutils.lib
|
|
65 |
LIBRARY testexecutelogclient.lib
|
|
66 |
LIBRARY iniparser.lib
|
|
67 |
LIBRARY ecom.lib
|
|
68 |
LIBRARY etel.lib // ETel
|
|
69 |
LIBRARY etelmm.lib // ETel
|
|
70 |
LIBRARY customapi.lib // RMMCustomAPI
|
|
71 |
LIBRARY etelpckt.lib // RPacketService
|
|
72 |
LIBRARY mmfdevsound.lib // Devsound
|
|
73 |
LIBRARY centralrepository.lib // repository
|
|
74 |
LIBRARY restrictedaudiooutput.lib // routing
|
|
75 |
LIBRARY audioinputrouting.lib
|
|
76 |
LIBRARY audiooutputrouting.lib
|
|
77 |
LIBRARY audioinputmessagehandler.lib
|
|
78 |
LIBRARY audiooutputmessagehandler.lib
|
|
79 |
LIBRARY telephonyaudiorouting.lib
|
|
80 |
|
|
81 |
SMPSAFE
|