equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002 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 <platform_paths.hrh> |
|
19 |
|
20 CAPABILITY CAP_APPLICATION |
|
21 VENDORID VID_DEFAULT |
|
22 TARGET PcsServer.exe |
|
23 TARGETTYPE EXE |
|
24 UID 0x1000008e 0x2000B5B6 |
|
25 SECUREID 0x2000B5B6 |
|
26 |
|
27 EPOCSTACKSIZE 0x8000 |
|
28 EPOCHEAPSIZE 0x100000 0x1000000 |
|
29 EPOCPROCESSPRIORITY background |
|
30 |
|
31 SOURCEPATH ../src |
|
32 SOURCE CPcsStartup.cpp |
|
33 SOURCE CPcsServer.cpp |
|
34 SOURCE CPcsSession.cpp |
|
35 SOURCE CPcsPluginInterface.cpp |
|
36 |
|
37 USERINCLUDE ../inc |
|
38 USERINCLUDE ../../PcsUtils/inc |
|
39 APP_LAYER_SYSTEMINCLUDE |
|
40 |
|
41 LIBRARY euser.lib |
|
42 LIBRARY estor.lib |
|
43 LIBRARY flogger.lib |
|
44 LIBRARY bafl.lib |
|
45 LIBRARY ecom.lib |
|
46 LIBRARY PcsUtils.lib |
|
47 LIBRARY FeatMgr.lib |