project/com.nokia.carbide.cpp.epoc.engine.tests/euser.mmh
author tzelaw
Tue, 14 Apr 2009 15:03:19 -0500
changeset 94 d74b720418db
parent 2 d760517a8095
child 1201 d6dbdb4c0be1
permissions -rw-r--r--
Test framework support: Ask debugger to remember DebugTarget so test framework can use it to setup test framework related utility. With this we can use the DebugUI way of launching while keeping test framework functionality
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
/*
cawthron
parents:
diff changeset
     2
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
cawthron
parents:
diff changeset
     3
* All rights reserved.
cawthron
parents:
diff changeset
     4
* This component and the accompanying materials are made available
cawthron
parents:
diff changeset
     5
* under the terms of the License "Symbian Foundation License v1.0"
cawthron
parents:
diff changeset
     6
* which accompanies this distribution, and is available
cawthron
parents:
diff changeset
     7
* at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
cawthron
parents:
diff changeset
     8
*
cawthron
parents:
diff changeset
     9
* Initial Contributors:
cawthron
parents:
diff changeset
    10
* Nokia Corporation - initial contribution.
cawthron
parents:
diff changeset
    11
*
cawthron
parents:
diff changeset
    12
* Contributors:
cawthron
parents:
diff changeset
    13
* 
cawthron
parents:
diff changeset
    14
* Description:
cawthron
parents:
diff changeset
    15
*
cawthron
parents:
diff changeset
    16
*/
cawthron
parents:
diff changeset
    17
cawthron
parents:
diff changeset
    18
cawthron
parents:
diff changeset
    19
// Included from euser.mmp and variant_euser.mmp
cawthron
parents:
diff changeset
    20
cawthron
parents:
diff changeset
    21
targettype		dll
cawthron
parents:
diff changeset
    22
cawthron
parents:
diff changeset
    23
#if defined(GCC32)
cawthron
parents:
diff changeset
    24
ALWAYS_BUILD_AS_ARM
cawthron
parents:
diff changeset
    25
#endif
cawthron
parents:
diff changeset
    26
cawthron
parents:
diff changeset
    27
sourcepath		cbase
cawthron
parents:
diff changeset
    28
source			 ub_act.cpp ub_array.cpp ub_bma.cpp ub_buf.cpp
cawthron
parents:
diff changeset
    29
source			 ub_circ.cpp ub_cln.cpp ub_cons.cpp ub_dtim.cpp
cawthron
parents:
diff changeset
    30
source			 ub_obj.cpp ub_svr.cpp ub_polsvr.cpp
cawthron
parents:
diff changeset
    31
source			 ub_tim.cpp ub_utl.cpp ub_tque.cpp
cawthron
parents:
diff changeset
    32
cawthron
parents:
diff changeset
    33
sourcepath		.
cawthron
parents:
diff changeset
    34
source			 us_evnt.cpp us_exec.cpp us_func.cpp us_graph.cpp
cawthron
parents:
diff changeset
    35
source			 us_hand.cpp us_ksvr.cpp us_des.cpp
cawthron
parents:
diff changeset
    36
source			 us_lex16.cpp us_lex8.cpp us_loc.cpp us_mes.cpp
cawthron
parents:
diff changeset
    37
source			 us_parse.cpp us_power.cpp us_property.cpp us_que.cpp us_ref.cpp
cawthron
parents:
diff changeset
    38
source			 us_regn.cpp us_test.cpp us_time.cpp us_trp.cpp
cawthron
parents:
diff changeset
    39
source			 us_utl.cpp us_mqueue.cpp us_encode.cpp us_decode.cpp
cawthron
parents:
diff changeset
    40
source			 us_secure.cpp us_htab.cpp
cawthron
parents:
diff changeset
    41
cawthron
parents:
diff changeset
    42
#ifdef GCC32
cawthron
parents:
diff changeset
    43
source			us_gcc.cpp
cawthron
parents:
diff changeset
    44
#endif
cawthron
parents:
diff changeset
    45
cawthron
parents:
diff changeset
    46
sourcepath		..\common
cawthron
parents:
diff changeset
    47
source			array.cpp des8.cpp des16.cpp alloc.cpp heap.cpp
cawthron
parents:
diff changeset
    48
source			mem.cpp secure.cpp
cawthron
parents:
diff changeset
    49
macro			__EXPORT_MEMCPY__
cawthron
parents:
diff changeset
    50
#ifdef GCC32
cawthron
parents:
diff changeset
    51
source			gcchelp.cpp
cawthron
parents:
diff changeset
    52
#endif
cawthron
parents:
diff changeset
    53
cawthron
parents:
diff changeset
    54
#ifdef WINS
cawthron
parents:
diff changeset
    55
sourcepath		..\common\win32
cawthron
parents:
diff changeset
    56
source			seh.cpp
cawthron
parents:
diff changeset
    57
#endif WINS
cawthron
parents:
diff changeset
    58
cawthron
parents:
diff changeset
    59
sourcepath		maths
cawthron
parents:
diff changeset
    60
source			 um_asin.cpp um_atan.cpp um_dtor.cpp um_exp.cpp
cawthron
parents:
diff changeset
    61
source			 um_frac.cpp um_int.cpp um_ln.cpp um_log.cpp
cawthron
parents:
diff changeset
    62
source			 um_mod.cpp um_pow.cpp um_pow10.cpp
cawthron
parents:
diff changeset
    63
source			 um_rand.cpp um_rtod.cpp um_sin.cpp um_spec.cpp
cawthron
parents:
diff changeset
    64
source			 um_sqrt.cpp um_tan.cpp um_utl.cpp
cawthron
parents:
diff changeset
    65
cawthron
parents:
diff changeset
    66
sourcepath		epoc
cawthron
parents:
diff changeset
    67
source			up_lib.cpp up_utl.cpp
cawthron
parents:
diff changeset
    68
cawthron
parents:
diff changeset
    69
#if defined(WINS)
cawthron
parents:
diff changeset
    70
sourcepath		epoc\win32
cawthron
parents:
diff changeset
    71
source			 uc_i64.cpp uc_realx.cpp
cawthron
parents:
diff changeset
    72
source			 uc_trp.cpp uc_utl.cpp uc_exec.cpp
cawthron
parents:
diff changeset
    73
#elif defined(MARM)
cawthron
parents:
diff changeset
    74
sourcepath		epoc\arm
cawthron
parents:
diff changeset
    75
#if defined(GCC32)
cawthron
parents:
diff changeset
    76
source			 uc_gcc.cia
cawthron
parents:
diff changeset
    77
#endif
cawthron
parents:
diff changeset
    78
source			 uc_i64.cia uc_realx.cpp uc_realx.cia uc_huffman.cia
cawthron
parents:
diff changeset
    79
source			 uc_trp.cpp uc_trp.cia uc_utl.cia uc_exec.cia
cawthron
parents:
diff changeset
    80
sourcepath		..\common\arm
cawthron
parents:
diff changeset
    81
source			carray.cia cdes8.cia cdes16.cia cheap.cia cmem.cia
cawthron
parents:
diff changeset
    82
#if defined(GCC32)
cawthron
parents:
diff changeset
    83
source			cgcchelp.cpp cgcchelp.cia
cawthron
parents:
diff changeset
    84
#endif
cawthron
parents:
diff changeset
    85
cawthron
parents:
diff changeset
    86
#elif defined(X86)
cawthron
parents:
diff changeset
    87
sourcepath		epoc\x86
cawthron
parents:
diff changeset
    88
source			uc_i64.cpp uc_realx.cpp uc_exec.cpp
cawthron
parents:
diff changeset
    89
source			uc_trp.cpp uc_utl.cpp
cawthron
parents:
diff changeset
    90
source			uc_seh.cpp
cawthron
parents:
diff changeset
    91
sourcepath		..\common\x86
cawthron
parents:
diff changeset
    92
source			cmem.cpp
cawthron
parents:
diff changeset
    93
#endif
cawthron
parents:
diff changeset
    94
cawthron
parents:
diff changeset
    95
sourcepath		unicode
cawthron
parents:
diff changeset
    96
source			 collate.cpp unicode.cpp unitable.cpp
cawthron
parents:
diff changeset
    97
SOURCE			compare.cpp
cawthron
parents:
diff changeset
    98
cawthron
parents:
diff changeset
    99
systeminclude	..\include \epoc32\include
cawthron
parents:
diff changeset
   100
USERINCLUDE		..\euser\unicode
cawthron
parents:
diff changeset
   101
cawthron
parents:
diff changeset
   102
deffile			euser.def
cawthron
parents:
diff changeset
   103
cawthron
parents:
diff changeset
   104
#if defined(WINS)
cawthron
parents:
diff changeset
   105
library			emulator.lib
cawthron
parents:
diff changeset
   106
#endif
cawthron
parents:
diff changeset
   107
cawthron
parents:
diff changeset
   108
START WINS
cawthron
parents:
diff changeset
   109
baseaddress		0x60000000
cawthron
parents:
diff changeset
   110
win32_library	kernel32.lib
cawthron
parents:
diff changeset
   111
cawthron
parents:
diff changeset
   112
END // wins
cawthron
parents:
diff changeset
   113
cawthron
parents:
diff changeset
   114
uid				0x1000008d 0x100039e5
cawthron
parents:
diff changeset
   115
VENDORID 0x70000001
cawthron
parents:
diff changeset
   116
capability		all