equal
deleted
inserted
replaced
1 /* |
|
2 * Copyright (c) 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 "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 #include <bldvariant.hrh> |
|
19 #include <data_caging_paths.hrh> |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 TARGETTYPE EXE |
|
23 TARGET MemSpyServer.exe |
|
24 UID 0 0x2002EA8D |
|
25 SECUREID 0xE5883BC2 |
|
26 VENDORID 0x101FB657 // Nokia |
|
27 |
|
28 EPOCSTACKSIZE 0x4000 |
|
29 EPOCHEAPSIZE 0x100000 0x4000000 |
|
30 |
|
31 |
|
32 SOURCEPATH ../Source |
|
33 SOURCE MemSpyServerMain.cpp |
|
34 |
|
35 USERINCLUDE ../Include |
|
36 |
|
37 CAPABILITY ReadUserData WriteUserData ReadDeviceData WriteDeviceData |
|
38 |
|
39 OS_LAYER_SYSTEMINCLUDE |
|
40 |
|
41 APP_LAYER_SYSTEMINCLUDE |
|
42 |
|
43 LIBRARY MemSpyDriverClient.lib |
|
44 LIBRARY MemSpyEngine.lib |
|
45 |
|
46 LIBRARY euser.lib |
|
47 LIBRARY ecom.lib |
|
48 LIBRARY efsrv.lib |
|
49 LIBRARY estor.lib |
|
50 LIBRARY bafl.lib |
|
51 LIBRARY ws32.lib |
|
52 LIBRARY cone.lib |
|
53 LIBRARY eikcore.lib |
|
54 LIBRARY fbscli.lib |
|
55 LIBRARY PlatformEnv.lib |
|
56 LIBRARY flogger.lib |
|
57 LIBRARY apgrfx.lib |
|
58 |
|