48
|
1 |
/*TYPE TESTCLASS*/
|
|
2 |
/*
|
|
3 |
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
4 |
* All rights reserved.
|
|
5 |
* This component and the accompanying materials are made available
|
|
6 |
* under the terms of "Eclipse Public License v1.0"
|
|
7 |
* which accompanies this distribution, and is available
|
|
8 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
9 |
*
|
|
10 |
* Initial Contributors:
|
|
11 |
* Nokia Corporation - initial contribution.
|
|
12 |
*
|
|
13 |
* Contributors:
|
|
14 |
*
|
|
15 |
* Description: MMP file for STIF Test Framework's TestScripter
|
|
16 |
* testclass test module.
|
|
17 |
*
|
|
18 |
*/
|
|
19 |
|
|
20 |
#include <platform_paths.hrh>
|
|
21 |
|
|
22 |
TARGET LocInfoConversionUnitTest.dll
|
|
23 |
TARGETTYPE dll
|
|
24 |
UID 0x1000008D 0x101FB3E3
|
|
25 |
|
|
26 |
CAPABILITY ALL -TCB
|
|
27 |
/* Remove comments and replace 0x00000000 with correct vendor id */
|
|
28 |
// VENDORID 0x00000000
|
|
29 |
/* Remove comments and replace 0x00000000 with correct secure id */
|
|
30 |
// SECUREID 0x00000000
|
|
31 |
|
|
32 |
//TARGETPATH ?target_path
|
|
33 |
DEFFILE LocInfoConversionUnitTest.def
|
|
34 |
|
|
35 |
USERINCLUDE ../inc
|
|
36 |
USERINCLUDE ../../../lbslocmonitorapis/CommonClientServerApi/inc
|
|
37 |
USERINCLUDE ../../../lbslocmonitorserver/inc
|
|
38 |
USERINCLUDE ../../../../locationcore/lbsrootapi/inc
|
|
39 |
USERINCLUDE ../../../../locationcore/LbsInternalApi/inc
|
|
40 |
USERINCLUDE ../../../../locationcore/LbsNetInternalApi/inc
|
|
41 |
USERINCLUDE ../../../../locationcore/LbsLocDataSource/inc
|
|
42 |
USERINCLUDE ../../../../locationcore/LbsPartnerCommon/inc
|
|
43 |
USERINCLUDE ../../../../locationcore/LbsLocCommon/ServerFramework/inc
|
|
44 |
USERINCLUDE ../../../../locationcore/LbsDebug/inc
|
|
45 |
USERINCLUDE ../../../../locationcore/LbsLogging/inc
|
|
46 |
|
|
47 |
|
|
48 |
OS_LAYER_SYSTEMINCLUDE
|
|
49 |
|
|
50 |
SOURCEPATH ../src
|
|
51 |
SOURCE LocInfoConversionUnitTest.cpp
|
|
52 |
SOURCE LocInfoConversionUnitTestBlocks.cpp
|
|
53 |
SOURCE LocInfoConversionHandler.cpp
|
|
54 |
|
|
55 |
//RESOURCE resource_file
|
|
56 |
//RESOURCE resource_file2
|
|
57 |
|
|
58 |
LIBRARY euser.lib
|
|
59 |
LIBRARY stiftestinterface.lib
|
|
60 |
LIBRARY stiftestengine.lib
|
|
61 |
LIBRARY lbslocationinfodatatypes.lib
|
|
62 |
LIBRARY lbslocmonclient.lib
|
|
63 |
LIBRARY lbs.lib
|
|
64 |
LANG SC
|
|
65 |
|
|
66 |
/*
|
|
67 |
START WINS
|
|
68 |
?wins_specific_information
|
|
69 |
END
|
|
70 |
|
|
71 |
START MARM
|
|
72 |
?marm_specific_information
|
|
73 |
END
|
|
74 |
*/
|
|
75 |
// Other possible keywords:
|
|
76 |
|
|
77 |
// DOCUMENT ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
|
|
78 |
/*
|
|
79 |
START BITMAP ?target
|
|
80 |
TARGETPATH ?emulated_path_on_target_machine
|
|
81 |
HEADER
|
|
82 |
SOURCE ?color_depth ?source_bitmap
|
|
83 |
END
|
|
84 |
*/
|
|
85 |
// DEFFILE ?filename
|
|
86 |
// AIF ?filename
|
|
87 |
|
|
88 |
SMPSAFE
|
|
89 |
|
|
90 |
// End of File
|