author | hgs |
Wed, 12 May 2010 10:34:10 +0100 | |
changeset 133 | 2a0ada0a1bf8 |
parent 36 | 538db54a451d |
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/smpsafeb.mmp |
|
15 |
// |
|
16 |
// |
|
17 |
||
18 |
TARGET smpsafeb.dll |
|
19 |
TARGETTYPE dll |
|
20 |
SOURCEPATH ../thread |
|
21 |
SOURCE smpsafe.cpp |
|
22 |
LIBRARY euser.lib smpsafea.lib |
|
23 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
24 |
nostrictdef |
|
25 |
||
26 |
romtarget |
|
27 |
ramtarget + |
|
28 |
||
29 |
smpsafe |
|
30 |
macro MAKE_DLL |
|
31 |
macro PROVIDE_B |
|
36
538db54a451d
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
32 |
unpaged // must be unpaged for CheckAffinity() to be robust |
0 | 33 |
|
34 |
capability NONE |
|
35 |
VENDORID 0x70000001 |