22
|
1 |
// Copyright (c) 1998-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 "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 |
// TestFramework/group/CapUtils.mmp
|
|
15 |
//
|
|
16 |
//
|
|
17 |
|
|
18 |
target caputils.exe
|
|
19 |
targettype exe
|
|
20 |
sourcepath ../TestActions/Capabilities/CapUtils/src
|
|
21 |
source CapUtils.cpp
|
|
22 |
library euser.lib efsrv.lib
|
|
23 |
MW_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
24 |
|
|
25 |
|
|
26 |
//romtarget /system/bin/ //
|
|
27 |
// No ROM target as will go in sis file
|
|
28 |
|
|
29 |
macro __SECURE_API__
|
|
30 |
|
|
31 |
#ifdef WINS
|
|
32 |
library emulator.lib
|
|
33 |
#endif
|
|
34 |
|
|
35 |
start wins
|
|
36 |
WIN32_LIBRARY kernel32.lib
|
|
37 |
end
|
|
38 |
|
|
39 |
UID 0x1000007A 0x1027406C
|
|
40 |
capability all
|
|
41 |
|
|
42 |
VENDORID 0x70000001
|
|
43 |
//???? VENDORID this needs checking.
|
|
44 |
|
|
45 |
SMPSAFE
|