|
1 /* |
|
2 * Copyright (c) 2002 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 defenition file for mmftstone |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 //TARGET MmfTsTone.dll |
|
22 TARGET AudioToneTestModule.dll |
|
23 TARGETTYPE dll |
|
24 UID 0x1000008D 0x101FB3E7 |
|
25 |
|
26 #if defined(EKA2) |
|
27 CAPABILITY ALL -TCB |
|
28 /* Remove comments and replace 0x00000000 with correct vendor id */ |
|
29 // VENDORID 0x00000000 |
|
30 /* Remove comments and replace 0x00000000 with correct secure id */ |
|
31 // SECUREID 0x00000000 |
|
32 #endif |
|
33 |
|
34 DEFFILE MmfTsTone.def |
|
35 //TARGETPATH ?target_path |
|
36 |
|
37 SOURCEPATH ../src |
|
38 SOURCE MmfTsTone.cpp |
|
39 SOURCE MmfTsTone_core.cpp |
|
40 SOURCE TonePlayer.cpp |
|
41 |
|
42 //Uses ActiveScheduledTestModule version EntregaMMF2 |
|
43 SOURCE ../../ActiveScheduledTestModule/src/ActiveScheduledTestModuleBase.cpp |
|
44 SOURCE ../../ActiveScheduledTestModule/src/OutputPrinter.cpp |
|
45 SOURCE ../../ActiveScheduledTestModule/src/DTMFParameters.cpp |
|
46 SOURCE ../../ActiveScheduledTestModule/src/ObjectCountDown.cpp |
|
47 SOURCE ../../ActiveScheduledTestModule/src/EventTarget.cpp |
|
48 SOURCE ../../ActiveScheduledTestModule/src/Parameters.cpp |
|
49 SOURCE ../../ActiveScheduledTestModule/src/MediaEvent.cpp |
|
50 SOURCE ../../ActiveScheduledTestModule/src/FileNameParameters.cpp |
|
51 SOURCE ../../ActiveScheduledTestModule/src/Des8Parameters.cpp |
|
52 SOURCE ../../ActiveScheduledTestModule/src/TemplateParameters.cpp |
|
53 |
|
54 //RESOURCE resource_file |
|
55 //RESOURCE resource_file2 |
|
56 |
|
57 USERINCLUDE ../inc |
|
58 USERINCLUDE ../../ActiveScheduledTestModule/inc |
|
59 |
|
60 |
|
61 |
|
62 MW_LAYER_SYSTEMINCLUDE |
|
63 |
|
64 |
|
65 LIBRARY euser.lib |
|
66 LIBRARY ecom.lib |
|
67 LIBRARY stiftestinterface.lib |
|
68 LIBRARY efsrv.lib |
|
69 LIBRARY mediaclientaudio.lib |
|
70 |
|
71 |
|
72 LANG SC |
|
73 |
|
74 /* |
|
75 START WINS |
|
76 ?wins_specific_information |
|
77 END |
|
78 |
|
79 START MARM |
|
80 ?marm_specific_information |
|
81 END |
|
82 */ |
|
83 // Other possible keywords: |
|
84 |
|
85 // DOCUMENT ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes) |
|
86 /* |
|
87 START BITMAP ?target |
|
88 TARGETPATH ?emulated_path_on_target_machine |
|
89 HEADER |
|
90 SOURCEPATH ?source_path |
|
91 SOURCE ?color_depth ?source_bitmap |
|
92 END |
|
93 */ |
|
94 // AIF ?filename |
|
95 |
|
96 |
|
97 |
|
98 // End of File |