author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Thu, 27 May 2010 14:17:14 +0300 | |
changeset 139 | 95f71bcdcdb7 |
parent 31 | 56f325a607ea |
child 215 | 8096a832df02 |
permissions | -rw-r--r-- |
0 | 1 |
// Copyright (c) 2007-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/d_nanowait.mmp |
|
15 |
// |
|
16 |
// |
|
17 |
||
18 |
#include "kernel/kern_ext.mmh" |
|
19 |
||
20 |
TARGET D_NANOWAIT.LDD |
|
21 |
TARGETTYPE LDD |
|
22 |
ROMTARGET D_NANOWAIT.LDD |
|
23 |
||
24 |
SOURCEPATH ../SYSTEM |
|
25 |
SOURCE D_NANOWAIT.CPP |
|
26 |
||
27 |
LIBRARY EKERN.LIB |
|
28 |
||
29 |
epocallowdlldata |
|
30 |
||
31 |
UID 0x100000af |
|
32 |
VENDORID 0x70000001 |
|
33 |
||
34 |
START WINS |
|
35 |
Win32_Library kernel32.lib |
|
36 |
#if defined(VC32) |
|
37 |
Win32_Library msvcrt.lib |
|
38 |
#endif |
|
39 |
END |
|
40 |
||
41 |
capability all |
|
31
56f325a607ea
Revision: 200951
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
42 |
|
56f325a607ea
Revision: 200951
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
43 |
macro CPU_AFFINITY_ANY |
56f325a607ea
Revision: 200951
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
44 |
SMPSAFE |