equal
deleted
inserted
replaced
|
1 // Copyright (c) 2001-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 // |
|
15 |
|
16 TARGET dummycsd.agt |
|
17 TARGETTYPE DLL |
|
18 UID 0x10003d39 0x10008b69 |
|
19 VENDORID 0x70000001 |
|
20 TARGETPATH /system/libs |
|
21 |
|
22 NOEXPORTLIBRARY /* Ensures that DEF file can be safely shared |
|
23 for RVCT builds */ |
|
24 |
|
25 SOURCEPATH ../src |
|
26 SOURCE Nd_Bases.cpp ND_DBACC.CPP ND_DIRCT.CPP |
|
27 SOURCE ND_DIRECTSTATES.CPP ND_DLIN.CPP Nd_dlinStates.cpp |
|
28 SOURCE ND_DLL.CPP ND_DLUP.CPP Nd_dlupStates.cpp |
|
29 SOURCE ND_ETEL.CPP ND_SCR.CPP Nd_CallBack.cpp |
|
30 SOURCE Nd_Agent.cpp |
|
31 |
|
32 SOURCEPATH ../script |
|
33 SOURCE SCHAT.CPP SCHCONV.CPP SCOMMAND.CPP SIO.CPP |
|
34 SOURCE SSCREXEC.CPP SSCRREAD.CPP SVARLAB.CPP |
|
35 |
|
36 USERINCLUDE ../src |
|
37 USERINCLUDE ../script |
|
38 USERINCLUDE ../inc |
|
39 SYSTEMINCLUDE /epoc32/include |
|
40 |
|
41 LIBRARY euser.lib efsrv.lib c32.lib charconv.lib |
|
42 LIBRARY commdb.lib dummyetel.lib nifman.lib |
|
43 LIBRARY commsdat.lib |
|
44 |
|
45 #include <comms-infras/commsdebugutility.mmh> |
|
46 |
|
47 #if defined(WINS) |
|
48 deffile /epoc32/release/wins/agent.def |
|
49 #elif defined(GCC32) |
|
50 deffile /epoc32/release/marm/agent.def |
|
51 #else |
|
52 deffile /epoc32/include/def/eabi/agent.def |
|
53 #endif |
|
54 |
|
55 START WINS |
|
56 BASEADDRESS 0x47900000 |
|
57 END |
|
58 |
|
59 CAPABILITY ALL -Tcb |
|
60 |
|
61 UNPAGED |