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: Project specification file of Text Recognizer. |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <data_caging_paths.hrh> |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 #ifdef EKA2 |
|
22 |
|
23 TARGET txtrecog.dll |
|
24 TARGETTYPE PLUGIN |
|
25 UID 0x10009D8D 0x100059ab |
|
26 |
|
27 START RESOURCE 100059ab.rss |
|
28 #ifdef SYMBIAN_SECURE_ECOM |
|
29 TARGET txtrecog.rsc |
|
30 #endif |
|
31 END |
|
32 |
|
33 #else //!EKA2 |
|
34 |
|
35 TARGET TxtRecog.MDL |
|
36 TARGETTYPE MDL |
|
37 UID 0x10003A19 0x100059ab |
|
38 TARGETPATH /system/recogs\ |
|
39 |
|
40 #endif //EKA2 |
|
41 |
|
42 CAPABILITY CAP_RECOGNISER |
|
43 VENDORID VID_DEFAULT |
|
44 SOURCEPATH ../src |
|
45 SOURCE TxtRecog.cpp |
|
46 |
|
47 USERINCLUDE ../inc |
|
48 USERINCLUDE ../SrcData |
|
49 SYSTEMINCLUDE /epoc32/include/ecom |
|
50 APP_LAYER_SYSTEMINCLUDE |
|
51 |
|
52 SOURCEPATH ../SrcData |
|
53 START RESOURCE TxtRecog.rss |
|
54 HEADER |
|
55 TARGETPATH APP_RESOURCE_DIR |
|
56 END //RESOURCE |
|
57 LIBRARY euser.lib |
|
58 LIBRARY apmime.lib |
|
59 LIBRARY bafl.lib |
|
60 LIBRARY efsrv.lib |