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: Project definition file for tacticon server. |
|
15 * Part of : Tacticon Server |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 #include <data_caging_paths.hrh> |
|
20 |
|
21 TARGETTYPE exe |
|
22 TARGET tacticonserver.exe |
|
23 UID 0 0x2001FE4D |
|
24 |
|
25 CAPABILITY CAP_SERVER |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 SOURCEPATH ../src |
|
29 SOURCE tacticonserver.cpp |
|
30 SOURCE tacticonsession.cpp |
|
31 SOURCE tacticonshutdown.cpp |
|
32 |
|
33 USERINCLUDE ../inc |
|
34 USERINCLUDE ../../inc |
|
35 USERINCLUDE ../tacticonpluginfw/inc |
|
36 USERINCLUDE ../traces |
|
37 |
|
38 MW_LAYER_SYSTEMINCLUDE |
|
39 |
|
40 LIBRARY euser.lib |
|
41 LIBRARY ecom.lib |
|
42 LIBRARY centralrepository.lib |
|
43 LIBRARY tacticonpluginfw.lib |
|
44 |
|
45 |