26
|
1 |
// Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
2 |
// All rights reserved.
|
|
3 |
// This component and the accompanying materials are made available
|
|
4 |
// under the terms of "Eclipse Public License v1.0"
|
|
5 |
// which accompanies this distribution, and is available
|
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
7 |
//
|
|
8 |
// Initial Contributors:
|
|
9 |
// Nokia Corporation - initial contribution.
|
|
10 |
//
|
|
11 |
// Contributors:
|
|
12 |
//
|
|
13 |
// Description:
|
|
14 |
//
|
|
15 |
|
|
16 |
PRJ_PLATFORMS
|
|
17 |
DEFAULT
|
|
18 |
// DEFAULT MISA
|
|
19 |
// WINS ARMI THUMB
|
|
20 |
// MINT
|
|
21 |
|
|
22 |
|
|
23 |
PRJ_TESTMMPFILES
|
|
24 |
|
|
25 |
// MMF Controller files
|
|
26 |
../mmpfiles/TSI_MMFDataSink.mmp
|
|
27 |
../mmpfiles/TSI_MMFDataSource.mmp
|
|
28 |
../mmpfiles/TSI_MMFCustomCommands.mmp
|
|
29 |
../mmpfiles/TSI_MMFController.mmp
|
|
30 |
../mmpfiles/TSI_MMFController2.mmp
|
|
31 |
../mmpfiles/TSI_MMFCTLFRM.mmp
|
|
32 |
../mmpfiles/TSI_MMFFORMAT.mmp
|
|
33 |
|
|
34 |
// MMF recognizer files
|
|
35 |
#ifndef SYMBIAN_USE_MMF_RUF_RECOGNIZER
|
|
36 |
../mmpfiles/TSI_MMFRECOG.mmp
|
|
37 |
#endif
|
|
38 |
|
|
39 |
PRJ_TESTEXPORTS
|
|
40 |
|
|
41 |
// CTLFRM scripts
|
|
42 |
../scripts/TSI_MMF_CTLFRM.script c:/tsi_mmf_ctlfrm.script
|
|
43 |
../scripts/TSI_MMF_CTLFRM_POS.script c:/tsi_mmf_ctlfrm_pos.script
|
|
44 |
../scripts/TSI_MMF_CTLFRM_NEG.script c:/tsi_mmf_ctlfrm_neg.script
|
|
45 |
../scripts/TSI_MMF_CTLFRM_PREEMPTION.script c:/tsi_mmf_ctlfrm_preemption.script
|
|
46 |
../scripts/TSI_MMF_CTLFRM_POS_PREEMPTION.script c:/tsi_mmf_ctlfrm_pos_preemption.script
|
|
47 |
../scripts/TSI_MMF_CTLFRM_NEG_PREEMPTION.script c:/tsi_mmf_ctlfrm_neg_preemption.script
|
|
48 |
|
|
49 |
#ifndef SYMBIAN_USE_MMF_RUF_RECOGNIZER
|
|
50 |
// RECOG scripts
|
|
51 |
../scripts/TSI_MMF_RECOG.script c:/tsi_mmf_recog.script
|
|
52 |
../scripts/TSI_MMF_RECOG_ALLOC.script c:/tsi_mmf_recog_alloc.script
|
|
53 |
#endif
|
|
54 |
|
|
55 |
|
|
56 |
// controller framework test files
|
|
57 |
|
|
58 |
../data/test.wav c:/tsimmfctlfrmdata/test.wav
|
|
59 |
../data/test2.wav c:/tsimmfctlfrmdata/test2.wav
|
|
60 |
../data/Test.abc c:/aclntitestdata/test.abc
|
|
61 |
../data/Test.xyz c:/aclntitestdata/test.xyz |