|
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 PRJ_PLATFORMS |
|
19 // specify the platforms your component needs to be built for here |
|
20 // defaults to WINS MARM so you can ignore this if you just build these |
|
21 |
|
22 DEFAULT |
|
23 |
|
24 PRJ_TESTEXPORTS |
|
25 // NOTE: If using ARS requirements all export operations should be done under this. |
|
26 // 'abld test export' |
|
27 ../conf/cpixsearchertest.cfg /epoc32/winscw/c/TestFramework/cpixsearchertest.cfg |
|
28 //../conf/TestFramework.ini /epoc32/winscw/c/TestFramework/TestFramework.ini |
|
29 |
|
30 ../conf/act0.txt /epoc32/winscw/c/Data/cpixS60unittest/act0.txt |
|
31 ../conf/act1.txt /epoc32/winscw/c/Data/cpixS60unittest/act1.txt |
|
32 ../conf/act2.txt /epoc32/winscw/c/Data/cpixS60unittest/act2.txt |
|
33 ../conf/act3.txt /epoc32/winscw/c/Data/cpixS60unittest/act3.txt |
|
34 ../conf/act4.txt /epoc32/winscw/c/Data/cpixS60unittest/act4.txt |
|
35 ../conf/act5.txt /epoc32/winscw/c/Data/cpixS60unittest/act5.txt |
|
36 ../conf/act6.txt /epoc32/winscw/c/Data/cpixS60unittest/act6.txt |
|
37 |
|
38 PRJ_EXPORTS |
|
39 // Specify the source file followed by its destination here |
|
40 // copy will be used to copy the source file to its destination |
|
41 // If there's no destination then the source file will be copied |
|
42 // to the same name in \epoc32\include |
|
43 // Example: |
|
44 /* |
|
45 \agnmodel\inc\AGMCOMON.H |
|
46 */ |
|
47 |
|
48 PRJ_TESTMMPFILES |
|
49 |
|
50 cpixsearchertest.mmp |
|
51 ../src/capsmod_searcher/group/capsmod_searcher.mmp |
|
52 PRJ_MMPFILES |
|
53 |
|
54 //cpixsearchertest_nrm.mmp |
|
55 |
|
56 // Specify the .mmp files required for building the important component |
|
57 // releasables. |
|
58 // |
|
59 // Specify "tidy" if the component you need to build doesn't need to be |
|
60 // released. Specify "ignore" if the MMP file exists but should be |
|
61 // ignored. |
|
62 // Example: |
|
63 /* |
|
64 \agnmodel\group\agnmodel.mmp |
|
65 #if defined(MARM) |
|
66 \agnmodel\group\agsvexe.mmp |
|
67 #endif |
|
68 */ |
|
69 |
|
70 // End of File |