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