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: |
|
15 * Version : %version: sa1spcx1#5.1.7 % << Don't touch! Updated by Synergy at check-out. |
|
16 * |
|
17 */ |
|
18 |
|
19 // To get the MW_LAYER_SYSTEMINCLUDE-definition |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 #include <data_caging_paths.hrh> |
|
23 #include "../inc/menuuid.hrh" |
|
24 |
|
25 EPOCHEAPSIZE 4000 3000000 |
|
26 |
|
27 TARGET mcsmenuserver.exe |
|
28 TARGETTYPE exe |
|
29 UID 0x1000008c MENU_SRV_UID3 |
|
30 CAPABILITY AllFiles ProtServ ReadDeviceData |
|
31 VENDORID VID_DEFAULT |
|
32 |
|
33 EPOCSTACKSIZE 0x5000 |
|
34 |
|
35 SOURCEPATH ../srvsrc |
|
36 SOURCE menusrvmain.cpp |
|
37 |
|
38 |
|
39 USERINCLUDE ../srvinc |
|
40 USERINCLUDE ../enginc |
|
41 |
|
42 MW_LAYER_SYSTEMINCLUDE |
|
43 |
|
44 LIBRARY euser.lib |
|
45 LIBRARY mcsmenu.lib |
|
46 LIBRARY mcsmenuutils.lib |
|
47 |
|
48 |
|
49 |