equal
deleted
inserted
replaced
|
1 // Copyright (c) 2005-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_dpapi.mmp |
|
15 // |
|
16 // |
|
17 |
|
18 target t_dpapi_cu.exe |
|
19 targettype exe |
|
20 sourcepath ../demandpaging |
|
21 source t_dpapi.cpp |
|
22 source t_chunkcreate.cpp |
|
23 source t_chunkheapcreate.cpp |
|
24 source t_threadcreate.cpp |
|
25 source t_dpcmn.cpp |
|
26 library euser.lib hal.lib dptest.lib |
|
27 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
28 capability all |
|
29 vendorid 0x70000001 |
|
30 |
|
31 // ram, code unpaged, data unpaged |
|
32 romtarget |
|
33 ramtarget + |
|
34 unpagedcode |
|
35 unpageddata |
|
36 smpsafe |