107
|
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:
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
|
|
20 |
#include <platform_paths.hrh>
|
|
21 |
|
|
22 |
TARGET elocl.58
|
|
23 |
|
|
24 |
TARGETTYPE dll
|
|
25 |
|
|
26 |
CAPABILITY ALL
|
|
27 |
VENDORID VID_DEFAULT
|
|
28 |
|
|
29 |
SOURCEPATH ../src
|
|
30 |
SOURCE ls_cy_hi_in.cpp ls_ln_hi_in.cpp ls_ms_hi_in.cpp
|
|
31 |
SOURCE ls_lat1.cpp ls_table.cpp
|
|
32 |
SOURCE lx_match_hin_IN.cpp //Separate sorting and matching tables are taken into use
|
|
33 |
//SOURCE ls_sort_hin_in.cpp //Sorting table only
|
|
34 |
|
|
35 |
// This is a SYSTEMINCLUDE macro containing the middleware
|
|
36 |
// layer specific include directories
|
|
37 |
MW_LAYER_SYSTEMINCLUDE
|
|
38 |
|
|
39 |
SYSTEMINCLUDE ../../../inc
|
|
40 |
SYSTEMINCLUDE ../../inc
|
|
41 |
SYSTEMINCLUDE ../src
|
|
42 |
SYMBIAN_BASE_SYSTEMINCLUDE(kernel)
|
|
43 |
|
|
44 |
#if defined(ARMCC)
|
|
45 |
DEFFILE /epoc32/include/def/eabi/elocl.def
|
|
46 |
#elif defined(WINS)
|
|
47 |
DEFFILE /epoc32/release/wins/elocl.def
|
|
48 |
#elif defined(MARM) || defined(MCORE)
|
|
49 |
DEFFILE /epoc32/release/marm/elocl.def
|
|
50 |
#else
|
|
51 |
#error not supported
|
|
52 |
#endif
|
|
53 |
|
|
54 |
LIBRARY euser.lib
|
|
55 |
|
|
56 |
START WINS
|
|
57 |
BASEADDRESS 0x58000000
|
|
58 |
END
|
|
59 |
|
|
60 |
UID 0x100039e6 0x100065a5
|