equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of the License "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 target trecogserver.exe |
|
20 targettype exe |
|
21 UID 0x1000007A 0x1027553D |
|
22 CAPABILITY AllFiles WriteDeviceData PowerMgmt Protserv SwEvent |
|
23 |
|
24 |
|
25 SYSTEMINCLUDE /epoc32/include /epoc32/include/techview /epoc32/include/test |
|
26 systeminclude /epoc32/include/ecom |
|
27 |
|
28 SOURCEPATH . |
|
29 SOURCE trecogserver.cpp trecogstep.cpp |
|
30 |
|
31 USERINCLUDE . |
|
32 |
|
33 LIBRARY cone.lib ws32.lib euser.lib ecom.lib |
|
34 LIBRARY testexecuteutils.lib testexecutelogclient.lib |
|
35 LIBRARY apparc.lib efsrv.lib estor.lib gdi.lib |
|
36 LIBRARY apfile.lib apgrfx.lib bafl.lib apmime.lib apserv.lib |
|
37 |
|
38 LIBRARY charconv.lib |
|
39 |
|
40 // We're quite heavy on the stack... 4k in WinS isn't enough... |
|
41 EPOCSTACKSIZE 0xf000 |
|
42 |
|
43 VENDORID 0x70000001 |