0
|
1 |
// Copyright (c) 1996-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 the License "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 |
// e32test/group/t_lat2.mmp
|
|
15 |
//
|
|
16 |
//
|
|
17 |
|
|
18 |
TARGET bm_suite.exe
|
|
19 |
TARGETTYPE EXE
|
|
20 |
SOURCEPATH ../benchmark
|
|
21 |
SOURCE bm_main.cpp rt_latency.cpp overhead.cpp sync.cpp ipc.cpp thread.cpp property.cpp
|
|
22 |
// SOURCE BM_MAIN.CPP RT_LATENCY.CPP
|
|
23 |
LIBRARY euser.lib
|
|
24 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
25 |
|
|
26 |
CAPABILITY PowerMgmt
|
|
27 |
|
|
28 |
start wins
|
|
29 |
|
|
30 |
#if defined(VC32)
|
|
31 |
win32_library msvcrt.lib
|
|
32 |
#endif // VC32
|
|
33 |
|
|
34 |
end
|
|
35 |
VENDORID 0x70000001
|
|
36 |
uid 0x00000000 0x101f75b7
|
|
37 |
|
|
38 |
unpagedcode
|
|
39 |
unpageddata
|
|
40 |
SMPSAFE
|