|
1 /* |
|
2 * Copyright (c) 2009 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 the License "Symbian Foundation License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // Included from euser.mmp and variant_euser.mmp |
|
20 |
|
21 targettype dll |
|
22 |
|
23 #if defined(GCC32) |
|
24 ALWAYS_BUILD_AS_ARM |
|
25 #endif |
|
26 |
|
27 sourcepath cbase |
|
28 source ub_act.cpp ub_array.cpp ub_bma.cpp ub_buf.cpp |
|
29 source ub_circ.cpp ub_cln.cpp ub_cons.cpp ub_dtim.cpp |
|
30 source ub_obj.cpp ub_svr.cpp ub_polsvr.cpp |
|
31 source ub_tim.cpp ub_utl.cpp ub_tque.cpp |
|
32 |
|
33 sourcepath . |
|
34 source us_evnt.cpp us_exec.cpp us_func.cpp us_graph.cpp |
|
35 source us_hand.cpp us_ksvr.cpp us_des.cpp |
|
36 source us_lex16.cpp us_lex8.cpp us_loc.cpp us_mes.cpp |
|
37 source us_parse.cpp us_power.cpp us_property.cpp us_que.cpp us_ref.cpp |
|
38 source us_regn.cpp us_test.cpp us_time.cpp us_trp.cpp |
|
39 source us_utl.cpp us_mqueue.cpp us_encode.cpp us_decode.cpp |
|
40 source us_secure.cpp us_htab.cpp |
|
41 |
|
42 #ifdef GCC32 |
|
43 source us_gcc.cpp |
|
44 #endif |
|
45 |
|
46 sourcepath ..\common |
|
47 source array.cpp des8.cpp des16.cpp alloc.cpp heap.cpp |
|
48 source mem.cpp secure.cpp |
|
49 macro __EXPORT_MEMCPY__ |
|
50 #ifdef GCC32 |
|
51 source gcchelp.cpp |
|
52 #endif |
|
53 |
|
54 #ifdef WINS |
|
55 sourcepath ..\common\win32 |
|
56 source seh.cpp |
|
57 #endif WINS |
|
58 |
|
59 sourcepath maths |
|
60 source um_asin.cpp um_atan.cpp um_dtor.cpp um_exp.cpp |
|
61 source um_frac.cpp um_int.cpp um_ln.cpp um_log.cpp |
|
62 source um_mod.cpp um_pow.cpp um_pow10.cpp |
|
63 source um_rand.cpp um_rtod.cpp um_sin.cpp um_spec.cpp |
|
64 source um_sqrt.cpp um_tan.cpp um_utl.cpp |
|
65 |
|
66 sourcepath epoc |
|
67 source up_lib.cpp up_utl.cpp |
|
68 |
|
69 #if defined(WINS) |
|
70 sourcepath epoc\win32 |
|
71 source uc_i64.cpp uc_realx.cpp |
|
72 source uc_trp.cpp uc_utl.cpp uc_exec.cpp |
|
73 #elif defined(MARM) |
|
74 sourcepath epoc\arm |
|
75 #if defined(GCC32) |
|
76 source uc_gcc.cia |
|
77 #endif |
|
78 source uc_i64.cia uc_realx.cpp uc_realx.cia uc_huffman.cia |
|
79 source uc_trp.cpp uc_trp.cia uc_utl.cia uc_exec.cia |
|
80 sourcepath ..\common\arm |
|
81 source carray.cia cdes8.cia cdes16.cia cheap.cia cmem.cia |
|
82 #if defined(GCC32) |
|
83 source cgcchelp.cpp cgcchelp.cia |
|
84 #endif |
|
85 |
|
86 #elif defined(X86) |
|
87 sourcepath epoc\x86 |
|
88 source uc_i64.cpp uc_realx.cpp uc_exec.cpp |
|
89 source uc_trp.cpp uc_utl.cpp |
|
90 source uc_seh.cpp |
|
91 sourcepath ..\common\x86 |
|
92 source cmem.cpp |
|
93 #endif |
|
94 |
|
95 sourcepath unicode |
|
96 source collate.cpp unicode.cpp unitable.cpp |
|
97 SOURCE compare.cpp |
|
98 |
|
99 systeminclude ..\include \epoc32\include |
|
100 USERINCLUDE ..\euser\unicode |
|
101 |
|
102 deffile euser.def |
|
103 |
|
104 #if defined(WINS) |
|
105 library emulator.lib |
|
106 #endif |
|
107 |
|
108 START WINS |
|
109 baseaddress 0x60000000 |
|
110 win32_library kernel32.lib |
|
111 |
|
112 END // wins |
|
113 |
|
114 uid 0x1000008d 0x100039e5 |
|
115 VENDORID 0x70000001 |
|
116 capability all |