equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2008 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: Makefile of hslaunch |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 |
|
20 TARGET ailaunch.exe |
|
21 |
|
22 targettype exe |
|
23 |
|
24 UID 0x1000008d 0x200286E3 |
|
25 CAPABILITY ReadDeviceData WriteDeviceData |
|
26 VENDORID VID_DEFAULT |
|
27 SECUREID 0x200286E3 |
|
28 |
|
29 EPOCHEAPSIZE 0x1000 0x100000 // 4KB - 1 MB |
|
30 EPOCSTACKSIZE 0x5000 |
|
31 |
|
32 SOURCEPATH ../src |
|
33 SOURCE hslaunch.cpp |
|
34 SOURCE hsprocessmonitor.cpp |
|
35 SOURCE hsshutdownmonitor.cpp |
|
36 |
|
37 USERINCLUDE . |
|
38 USERINCLUDE ../inc |
|
39 |
|
40 MW_LAYER_SYSTEMINCLUDE |
|
41 |
|
42 LIBRARY euser.lib // CBase etc |
|
43 LIBRARY bafl.lib // descriptors |
|
44 LIBRARY ssmcmn.lib // state manager |
|
45 |
|
46 LANG SC |
|
47 |
|
48 |