1 /* |
|
2 * Copyright (c) 2005 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 recognition algorithm stub. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 #include <platform_paths.hrh> |
|
22 |
|
23 #if defined( WINS ) || defined( WINSCW ) |
|
24 TARGET asrsrecognitionhwdevice.dll |
|
25 #else |
|
26 TARGET asrsrecognitionhwdevice_stub.dll |
|
27 #endif |
|
28 |
|
29 TARGETTYPE DLL |
|
30 UID 0x1000008D 0x101FF92F // 270530863 |
|
31 |
|
32 VENDORID VID_DEFAULT |
|
33 |
|
34 SOURCEPATH ../src |
|
35 |
|
36 SOURCE asrsrecognitionhwdevice.cpp |
|
37 |
|
38 SOURCEPATH ../../common/src |
|
39 SOURCE asrshwdevice.cpp |
|
40 |
|
41 USERINCLUDE ../inc ../src |
|
42 |
|
43 // This is a SYSTEMINCLUDE macro containing the middleware |
|
44 // layer specific include directories |
|
45 APP_LAYER_SYSTEMINCLUDE |
|
46 |
|
47 SYSTEMINCLUDE ../../common/inc |
|
48 |
|
49 LIBRARY euser.lib |
|
50 |
|
51 // Users link against the non-stub name, so that rebuild is not necessary |
|
52 EXPORTLIBRARY asrsrecognitionhwdevice.lib |
|
53 |
|
54 // On ROM dll name is without the _stub part so that it can easily be |
|
55 // replaced with the real dll |
|
56 LINKAS asrsrecognitionhwdevice.dll |
|
57 |
|
58 CAPABILITY CAP_GENERAL_DLL |
|