|
1 /* |
|
2 * Copyright (c) 2005 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: Compilation information for VoiceUIPlug-inHandler |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 PRJ_PLATFORMS |
|
20 DEFAULT |
|
21 // specify the platforms your component needs to be built for here |
|
22 // recommended value is DEFAULT |
|
23 |
|
24 PRJ_EXPORTS |
|
25 // Specify the source file followed by its destination here |
|
26 // copy will be used to copy the source file to its destination |
|
27 // If there's no destination then the source file will be copied |
|
28 // to the same name in /epoc32/include |
|
29 |
|
30 PRJ_MMPFILES |
|
31 // Specify the .mmp files required for building the important component |
|
32 // releasables. |
|
33 // |
|
34 // Specify "tidy" if the component you need to build doesn't need to be |
|
35 // released. Specify "ignore" if the MMP file exists but should be |
|
36 // ignored. |
|
37 // Example: |
|
38 /* |
|
39 /agnmodel/group/agnmodel.mmp |
|
40 #if defined(MARM) |
|
41 /agnmodel/group/agsvexe.mmp |
|
42 #endif |
|
43 */ |
|
44 nssvoiceuipluginhandler.mmp |
|
45 |
|
46 PRJ_TESTEXPORTS |
|
47 // Specify the exports needed by the productized test program. |
|
48 // These will be exported with command 'abld test export'. |
|
49 // Default location for productized test harness is /tsrc |
|
50 // Example: |
|
51 /* |
|
52 ../tsrc/testdata/audio.wav /epoc32/winscw/c/testdata/audio.wav |
|
53 */ |
|
54 |
|
55 PRJ_TESTMMPFILES |
|
56 // Specify the .mmp files required for building the productized |
|
57 // test harness. 'abld test build' will do the compilation. |
|
58 // Example: |
|
59 /* |
|
60 ../tsrc/group/test.mmp |
|
61 */ |
|
62 |
|
63 // End of File |