equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002 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: This class is for unit testing purpose only. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #ifndef __CONSOLETEST__ |
|
20 /* In order to build PluginConsoleTest.exe, you must uncomment the preprocessor directive |
|
21 in SIConsoleTest.h located under /SDControllerPlugin/Src/: #define __CONSOLETEST__. |
|
22 Once testing is complete, make sure this is commented back or plugin will not build. |
|
23 */ |
|
24 //#define __CONSOLETEST__ |
|
25 |
|
26 #define __MYTEST__ //?? Here I define a test |
|
27 |
|
28 |
|
29 #ifdef __CONSOLETEST__ |
|
30 |
|
31 #include <d32dbms.h> |
|
32 #include <SpeechRecognitionDataDevASR.h> |
|
33 #include <nsssispeechrecognitiondatadevasr.h> |
|
34 #endif |
|
35 |
|
36 #endif |