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: Project definition file for project ATEXT common server |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 #include "../inc/prjconfig.h" |
|
21 |
|
22 TARGET atextcommon.exe |
|
23 TARGETTYPE exe |
|
24 UID 0x1000008d 0x2001CBEC |
|
25 |
|
26 CAPABILITY CAP_SERVER NetworkControl CommDD |
|
27 VENDORID VID_DEFAULT |
|
28 |
|
29 SOURCEPATH ../src |
|
30 SOURCE maincommon.cpp |
|
31 SOURCE atextsrvcommon.cpp |
|
32 SOURCE atextcommonsession.cpp |
|
33 |
|
34 USERINCLUDE ../inc ../../client/inc |
|
35 |
|
36 // Default system include paths for OS extension layer modules. |
|
37 OS_LAYER_SYSTEMINCLUDE |
|
38 |
|
39 // Note: |
|
40 // The only other SYSTEMINCLUDE should you shall add are Symbian specific ones. |
|
41 // If there is a S60 header in the subdirectory then that should be |
|
42 // added into the include statements (like #include <phonebook/header.h>) |
|
43 //SYSTEMINCLUDE /epoc32/include/ecom |
|
44 |
|
45 LIBRARY atextcommonbase.lib |
|
46 LIBRARY ecom.lib |
|
47 LIBRARY euser.lib |
|
48 |
|
49 #ifdef PRJ_FILE_TRACE |
|
50 LIBRARY flogger.lib |
|
51 #endif |