author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Mon, 18 Jan 2010 21:31:10 +0200 | |
changeset 36 | 538db54a451d |
parent 0 | a41df078684a |
permissions | -rw-r--r-- |
0 | 1 |
// Copyright (c) 2008-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/smpsafexa.mmp |
|
15 |
// |
|
16 |
// |
|
17 |
||
18 |
TARGET smpsafexa.dll |
|
19 |
TARGETTYPE dll |
|
20 |
SOURCEPATH ../thread |
|
21 |
SOURCE smpsafe.cpp |
|
22 |
LIBRARY euser.lib |
|
23 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
24 |
nostrictdef |
|
25 |
deffile smpsafea.def |
|
26 |
||
27 |
macro MAKE_DLL |
|
28 |
macro PROVIDE_A |
|
36
538db54a451d
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
29 |
unpaged // must be unpaged for CheckAffinity() to be robust |
0 | 30 |
|
31 |
capability NONE |
|
32 |
VENDORID 0x70000001 |