equal
deleted
inserted
replaced
|
1 // Copyright (c) 2000-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 // /f32test/demandpaging/loader/t_pageldrtst.mmp |
|
15 // |
|
16 // |
|
17 |
|
18 macro TEST_AUTOTEST |
|
19 macro TEST_RUN_D_EXCTEST |
|
20 |
|
21 target t_pageldrtst_d_exc.exe |
|
22 targettype exe |
|
23 sourcepath ../loader/ |
|
24 source t_sfhash.cpp |
|
25 sourcepath ../../e32test/mmu |
|
26 source paging_info.cpp |
|
27 sourcepath ../demandpaging/loader |
|
28 source t_pageldrtst.cpp |
|
29 library euser.lib efsrv.lib hal.lib btracec.lib |
|
30 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
31 userinclude ../demandpaging/loader/ |
|
32 userinclude ../demandpaging/ |
|
33 userinclude ../../e32test/mmu |
|
34 userinclude ../../e32test/demandpaging |
|
35 userinclude ../loader/ |
|
36 nostrictdef |
|
37 capability all |
|
38 vendorid 0x70000001 |
|
39 |
|
40 epocstacksize 0x4000 |
|
41 pagedcode |
|
42 unpageddata |
|
43 |
|
44 SMPSAFE |