44
|
1 |
//
|
|
2 |
// * Copyright 2004 Neusoft America Inc.
|
|
3 |
// * All rights reserved.
|
|
4 |
// * This component and the accompanying materials are made available
|
|
5 |
// * under the terms of the 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 |
// * Contributors:
|
|
10 |
// * Keith Collins (Neusoft America Inc.) original software development and additional code and modifications.
|
|
11 |
// * Thomas Gahagen (Neusoft America Inc.) additional code and modifications.
|
|
12 |
// * Zhen Yuan (Neusoft America Inc.) additional code and modifications.
|
|
13 |
// *
|
|
14 |
// * Description:
|
|
15 |
//
|
|
16 |
|
|
17 |
/** @Csy27010UnitTest.mmp
|
|
18 |
*
|
|
19 |
* Top-level project file for CSY 3GPP 27.010
|
|
20 |
*
|
|
21 |
*/
|
|
22 |
|
|
23 |
TARGET Csy0710UnitTest.EXE
|
|
24 |
TARGETTYPE EXE
|
|
25 |
|
|
26 |
#ifdef BUILD_FOR_JETSTREAM
|
|
27 |
MACRO __SECURE_API__
|
|
28 |
MACRO __DATA_CAGING__
|
|
29 |
CAPABILITY ALL -ROOT
|
|
30 |
#endif
|
|
31 |
|
|
32 |
SOURCEPATH .
|
|
33 |
SOURCE Csy27010UnitTest.cpp
|
|
34 |
|
|
35 |
SOURCEPATH ..\test\unit_test_base
|
|
36 |
SOURCE UnitTestBase.cpp
|
|
37 |
|
|
38 |
|
|
39 |
USERINCLUDE .
|
|
40 |
USERINCLUDE ..\test\unit_test_base
|
|
41 |
|
|
42 |
|
|
43 |
SYSTEMINCLUDE \epoc32\include
|
|
44 |
|
|
45 |
LIBRARY euser.lib C32.lib efsrv.lib
|
|
46 |
//DEBUGLIBRARY flogger.lib
|