equal
deleted
inserted
replaced
|
1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // Top-level project file for C32.DLL |
|
15 // c32.dll Comms server and API |
|
16 // |
|
17 // |
|
18 |
|
19 /** |
|
20 @file |
|
21 */ |
|
22 |
|
23 TARGET c32.dll |
|
24 CAPABILITY All -Tcb |
|
25 TARGETTYPE dll |
|
26 UID 0x101f7417 0x10003d33 |
|
27 VENDORID 0x70000001 |
|
28 |
|
29 SOURCEPATH ../CCOMM |
|
30 SOURCE CC_CLI.CPP CC_UTL.CPP |
|
31 |
|
32 SOURCEPATH ../SCOMM |
|
33 |
|
34 SOURCE CS_MAN.CPP CS_PORT.CPP CS_SES.CPP |
|
35 SOURCE CS_SVR.CPP CS_TIME.CPP CS_UTL.CPP |
|
36 SOURCE CS_V02.CPP |
|
37 |
|
38 SOURCE cs_roles.cpp cs_thread.cpp |
|
39 SOURCE cs_glob.cpp |
|
40 |
|
41 SOURCE CS_LOG.cpp |
|
42 |
|
43 |
|
44 USERINCLUDE ../SCOMM |
|
45 |
|
46 USERINCLUDE ../CCOMM |
|
47 |
|
48 USERINCLUDE ../INC |
|
49 |
|
50 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
51 |
|
52 |
|
53 LIBRARY euser.lib efsrv.lib commsfw.lib nodemessages.lib |
|
54 |
|
55 |
|
56 #define __FLOGGER_FORCE_LIBRARY |
|
57 #include "cflog.mmh" |
|
58 |
|
59 LIBRARY c32root.lib |
|
60 |
|
61 START WINS |
|
62 BASEADDRESS 0x42d00000 |
|
63 END |
|
64 |
|
65 |
|
66 UNPAGED |
|
67 |
|
68 SMPSAFE |