|
1 /* |
|
2 * Copyright (c) 2004-2007 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 specification for DevASR API. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 TARGET nssdevasr.dll |
|
22 TARGETTYPE DLL |
|
23 |
|
24 UID 0x1000008d 0x101FF937 // UID: 270530871 |
|
25 |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 SOURCEPATH ../src |
|
29 |
|
30 SOURCE devasr.cpp |
|
31 SOURCE devasrsrsalgorithmmanager.cpp |
|
32 SOURCE devasrvmalgorithmmanager.cpp |
|
33 SOURCE devasrrecognitionalgmgr.cpp |
|
34 SOURCE devasrutil.cpp |
|
35 SOURCE devasrresourcehandler.cpp |
|
36 SOURCE devasrcenrep.cpp |
|
37 |
|
38 START RESOURCE nssdevasr.rss |
|
39 HEADER |
|
40 #include "data_caging_paths.hrh" |
|
41 TARGETPATH RESOURCE_FILES_DIR |
|
42 END |
|
43 |
|
44 |
|
45 // This is a SYSTEMINCLUDE macro containing the middleware |
|
46 // layer specific include directories |
|
47 APP_LAYER_SYSTEMINCLUDE |
|
48 |
|
49 SYSTEMINCLUDE /epoc32/include/kernel |
|
50 SYSTEMINCLUDE /epoc32/include/ecom |
|
51 SYSTEMINCLUDE /epoc32/include/mmf/server |
|
52 SYSTEMINCLUDE /epoc32/include/mmf/common |
|
53 |
|
54 USERINCLUDE ../src ../inc |
|
55 USERINCLUDE ../../rubydebug |
|
56 USERINCLUDE ../../inc |
|
57 USERINCLUDE ../../group |
|
58 |
|
59 LIBRARY efsrv.lib |
|
60 LIBRARY euser.lib |
|
61 LIBRARY mmfdevsound.lib |
|
62 LIBRARY asrsgrcompilerhwdevice.lib |
|
63 LIBRARY asrsadaptationhwdevice.lib |
|
64 LIBRARY asrsvocmanhwdevice.lib |
|
65 LIBRARY asrsrecognitionhwdevice.lib |
|
66 LIBRARY asrsttphwdevice.lib |
|
67 LIBRARY nsssispeechrecognitiondata.lib |
|
68 LIBRARY bafl.lib |
|
69 LIBRARY centralrepository.lib |
|
70 |
|
71 CAPABILITY CAP_GENERAL_DLL |