62
|
1 |
// Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
2 |
// All rights reserved.
|
|
3 |
// This component and the accompanying materials are made available
|
|
4 |
// under the terms of "Eclipse Public License v1.0"
|
|
5 |
// which accompanies this distribution, and is available
|
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
7 |
//
|
|
8 |
// Initial Contributors:
|
|
9 |
// Nokia Corporation - initial contribution.
|
|
10 |
//
|
|
11 |
// Contributors:
|
|
12 |
//
|
|
13 |
// Description:
|
|
14 |
// BIOMSG Test Utilities project
|
|
15 |
//
|
|
16 |
//
|
|
17 |
|
|
18 |
TARGET bits.dll
|
|
19 |
//TARGETPATH /system/libs
|
|
20 |
TARGETTYPE dll
|
|
21 |
|
|
22 |
CAPABILITY All -TCB
|
|
23 |
UID 0x1000008d 0x1000127C
|
|
24 |
VENDORID 0x70000001
|
|
25 |
SOURCEPATH ../BITSSRC
|
|
26 |
SOURCE BITSDLL.CPP BioTestUtils.cpp
|
|
27 |
USERINCLUDE ../BITSINC
|
|
28 |
USERINCLUDE ../BIUTINC
|
|
29 |
USERINCLUDE ../BIOSINC
|
|
30 |
USERINCLUDE ../../msgtest/testutils/base/inc
|
|
31 |
APP_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
32 |
LIBRARY euser.lib msgs.lib estor.lib efsrv.lib
|
|
33 |
LIBRARY etext.lib biodb.lib bifu.lib msvtestutils.lib biut.lib
|
|
34 |
SOURCEPATH ../BITS
|
|
35 |
|
|
36 |
|
|
37 |
|
|
38 |
#ifdef WINS
|
|
39 |
DEFFILE ./v2_wins.def
|
|
40 |
#else
|
|
41 |
DEFFILE ./v2_eabi.def
|
|
42 |
#endif
|
|
43 |
|
|
44 |
|
|
45 |
|
|
46 |
SMPSAFE
|