0
|
1 |
// Copyright (c) 1998-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/resmanus/resourcecontrollerextended.mmp
|
|
15 |
// Create a test version of the resmanus LDD
|
|
16 |
//
|
|
17 |
//
|
|
18 |
|
|
19 |
#include <kernel/kern_ext.mmh>
|
|
20 |
|
|
21 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
22 |
USERINCLUDE ../resourceman/resourceman_psl
|
|
23 |
USERINCLUDE ../../../kernel/eka/drivers
|
|
24 |
USERINCLUDE ../../../kernel/eka/include/drivers
|
|
25 |
|
|
26 |
// speed optimisations
|
|
27 |
#ifdef MARM_ARMV5
|
|
28 |
// ALWAYS_BUILD_AS_ARM
|
|
29 |
OPTION ARMCC -O3 -Otime
|
|
30 |
#endif
|
|
31 |
|
|
32 |
macro RESOURCE_MANAGER_SIMULATED_PSL
|
|
33 |
macro BTRACE_RESMANUS
|
|
34 |
macro PRM_US_INSTRUMENTATION_MACRO
|
|
35 |
macro PRM_ENABLE_EXTENDED_VERSION
|
|
36 |
|
|
37 |
sourcepath ../../../kernel/eka/drivers/resmanus
|
|
38 |
|
|
39 |
target resourcecontrollerextended.ldd
|
|
40 |
targettype ldd
|
|
41 |
source d_resmanus.cpp
|
|
42 |
library resourcecontrollerextended.lib
|
|
43 |
|
|
44 |
start wins
|
|
45 |
win32_headers
|
|
46 |
end
|
|
47 |
|
|
48 |
uid 0x100000af 0x10285812
|
|
49 |
capability all
|
|
50 |
|
|
51 |
SMPSAFE
|
|
52 |
VENDORID 0x70000001
|
|
53 |
|
|
54 |
|