|
1 /* |
|
2 * Copyright (c) 2004 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: Plugin Server 2 project definition. |
|
15 * |
|
16 */ |
|
17 |
|
18 // To get the APP_LAYER_SYSTEMINCLUDE-definition |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 #include "../../Group/PEngUIDs2.h" |
|
22 |
|
23 TARGET PEngPlgServ2.exe |
|
24 TARGETTYPE exe |
|
25 |
|
26 UID 0x0 KPEngPluginServer2Uid3 |
|
27 VENDORID VID_DEFAULT |
|
28 CAPABILITY CAP_SERVER |
|
29 TARGETPATH /system/Libs |
|
30 |
|
31 SOURCEPATH ../SrvSrc |
|
32 SOURCE CPEngPlgSrv.cpp |
|
33 SOURCE CPEngPlgSess.cpp |
|
34 SOURCE CPEngPluginHolder.cpp |
|
35 SOURCE ServerEntryPoint.cpp |
|
36 |
|
37 USERINCLUDE ../SrvInc |
|
38 USERINCLUDE ../ClntInc |
|
39 USERINCLUDE ../../CoreUtilsLib2/Inc |
|
40 USERINCLUDE ../../CoreUtilsLib2/SrvInc |
|
41 USERINCLUDE ../../Group |
|
42 |
|
43 SYSTEMINCLUDE ../../IncPlugin |
|
44 // Default system include paths for application layer modules. |
|
45 APP_LAYER_SYSTEMINCLUDE |
|
46 //Relative system include for groupcommunications/inc |
|
47 SYSTEMINCLUDE ../../../../inc |
|
48 |
|
49 |
|
50 LIBRARY euser.lib |
|
51 LIBRARY ecom.lib |
|
52 LIBRARY PEngCoreUtilsLib2.lib |
|
53 |
|
54 |
|
55 |
|
56 |
|
57 |