|
1 /* |
|
2 * Copyright (c) 2004-2006 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 file for SIControllerPlugin |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 #include "../../group/srsfbldvariant.hrh" |
|
21 |
|
22 TARGET nsssicontrollerplugin.dll |
|
23 TARGETTYPE PLUGIN |
|
24 UID 0x10009D8D 0x101FF930 |
|
25 |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 SOURCEPATH ../src |
|
29 |
|
30 SOURCE sicontrollerplugininterface.cpp |
|
31 SOURCE sicontrollerplugin.cpp |
|
32 SOURCE sidatabase.cpp |
|
33 SOURCE sicommondb.cpp |
|
34 SOURCE siresourcehandler.cpp |
|
35 SOURCE asrplugindataloader.cpp |
|
36 SOURCE simodelbankdb.cpp |
|
37 SOURCE sigrammardb.cpp |
|
38 SOURCE silexicondb.cpp |
|
39 SOURCE nssbackupobserver.cpp |
|
40 |
|
41 #ifdef __SINDE_TRAINING |
|
42 SOURCE sindetraining.cpp |
|
43 #endif // __SINDE_TRAINING |
|
44 |
|
45 START RESOURCE ../data/101ff930.rss |
|
46 TARGET nsssicontrollerplugin.rsc |
|
47 END |
|
48 |
|
49 START RESOURCE ../data/nsssisrscontrollerplugin.rss |
|
50 HEADER |
|
51 TARGET nsssisrscontrollerplugin.rsc |
|
52 TARGETPATH resource |
|
53 END |
|
54 |
|
55 USERINCLUDE . |
|
56 USERINCLUDE ../inc ../src |
|
57 USERINCLUDE ../../group // for srsfbldvariant.hrh |
|
58 |
|
59 // This is a SYSTEMINCLUDE macro containing the middleware |
|
60 // layer specific include directories |
|
61 APP_LAYER_SYSTEMINCLUDE |
|
62 |
|
63 SYSTEMINCLUDE /epoc32/include/ecom |
|
64 SYSTEMINCLUDE /epoc32/include/connect |
|
65 SYSTEMINCLUDE /epoc32/include/mmf/server // MmfCodec, MmfBuffer |
|
66 SYSTEMINCLUDE /epoc32/include/mmf/common // TMMFEvent |
|
67 |
|
68 |
|
69 USERINCLUDE ../../rubydebug |
|
70 |
|
71 LIBRARY euser.lib |
|
72 LIBRARY edbms.lib // Database Management System |
|
73 LIBRARY estor.lib // File store for database |
|
74 LIBRARY efsrv.lib // File server session for database |
|
75 LIBRARY bafl.lib // Resource file |
|
76 LIBRARY nssdevasr.lib // DevASR |
|
77 LIBRARY nsssispeechrecognitiondata.lib // SI Speech Recognition Data |
|
78 LIBRARY mmfcontrollerframework.lib // TMMFEvent |
|
79 LIBRARY nsssispeechrecognitioncustomcommands.lib // Speaker Independent Custom Commands |
|
80 #ifdef __SIND_AUTOCONF_LID |
|
81 LIBRARY syslangutil.lib // get installed languages |
|
82 #endif // __SIND_AUTOCONF_LID |
|
83 #ifdef EABI |
|
84 LIBRARY ecom.lib |
|
85 #endif |
|
86 #ifdef __SINDE_TRAINING |
|
87 LIBRARY numberconversion.lib |
|
88 #endif |
|
89 |
|
90 CAPABILITY CAP_ECOM_PLUGIN |