equal
deleted
inserted
replaced
|
1 // Copyright (c) 2003-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 // Typhoon / Hurricane build :- comment out these lines |
|
17 // MACRO __MMF_JETSTREAM__ |
|
18 // #define _MMF_JETSTREAM_MMP |
|
19 |
|
20 MACRO __TSU_TESTFRAMEWORK__ |
|
21 |
|
22 target testfrmrecog.mdl |
|
23 CAPABILITY ALL -TCB |
|
24 targettype MDL |
|
25 targetpath /system/recogs/ |
|
26 |
|
27 UID 0x10003A19 0x101F7C0E |
|
28 VENDORID 0x70000001 |
|
29 |
|
30 SOURCEPATH ../recog |
|
31 SOURCE TestFrameworkRecog.cpp |
|
32 |
|
33 SOURCEPATH ../Source/TestFramework |
|
34 SOURCE TestFrameworkMain.cpp |
|
35 SOURCE parseline.cpp |
|
36 SOURCE script.cpp |
|
37 SOURCE Filename.cpp |
|
38 |
|
39 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
40 |
|
41 USERINCLUDE ../Source/TestFramework |
|
42 |
|
43 LIBRARY efsrv.lib |
|
44 LIBRARY euser.lib |
|
45 LIBRARY apmime.lib |
|
46 LIBRARY testframeworkclient.lib |
|
47 |
|
48 #ifndef _MMF_JETSTREAM_MMP |
|
49 LIBRARY fbscli.lib |
|
50 #endif |
|
51 |
|
52 START WINS |
|
53 baseaddress 0x70900000 |
|
54 WIN32_LIBRARY kernel32.lib |
|
55 END |
|
56 |
|
57 START MARM |
|
58 END |
|
59 |
|
60 SMPSAFE |