24
|
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:
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
// DummyPSD.AGT
|
|
18 |
// Clone of PSD.AGT for unit testing with TS_PSDAGT
|
|
19 |
|
|
20 |
|
|
21 |
TARGET DummyPSD.AGT
|
|
22 |
TARGETTYPE DLL
|
|
23 |
UID 0x10008b6a 0x1000AD46 // Temp 2nd UID (borrowed from pearl ref ui project)
|
|
24 |
VENDORID 0x70000001
|
|
25 |
TARGETPATH \System\Libs
|
|
26 |
|
|
27 |
NOEXPORTLIBRARY /* Ensures that DEF file can be safely shared
|
|
28 |
for RVCT builds */
|
|
29 |
|
|
30 |
SOURCEPATH ..\SRC
|
|
31 |
SOURCE PSDAGTBASE.CPP PSDAGT.CPP PSDSTATES.CPP PSDEntry.cpp PSDLogger.cpp MipCdma.cpp
|
|
32 |
|
|
33 |
USERINCLUDE ..\SRC
|
|
34 |
USERINCLUDE ..\INC
|
|
35 |
|
|
36 |
SYSTEMINCLUDE \EPOC32\INCLUDE
|
|
37 |
SYSTEMINCLUDE \EPOC32\INCLUDE\COMMS-INFRAS
|
|
38 |
SYSTEMINCLUDE \EPOC32\INCLUDE\NETWORKING
|
|
39 |
|
|
40 |
LIBRARY EUSER.LIB DummyETEL.LIB comsdbgutil.lib
|
|
41 |
|
|
42 |
//libraries needed by CCover
|
|
43 |
//LIBRARY covrt.obj covrt-nt-entryuser.obj covrt-nt-link.obj
|
|
44 |
//LIBRARY kernel32.lib user32.lib // Windoz stuff
|
|
45 |
|
|
46 |
#if defined(WINS)
|
|
47 |
deffile \epoc32\release\wins\agent.def
|
|
48 |
#elif defined(GCC32)
|
|
49 |
deffile \epoc32\release\marm\agent.def
|
|
50 |
#else
|
|
51 |
deffile \epoc32\include\def\EABI\agent.def
|
|
52 |
#endif
|
|
53 |
|
|
54 |
START WINS
|
|
55 |
BASEADDRESS 0x7d030000
|
|
56 |
END
|
|
57 |
|
|
58 |
CAPABILITY ALL -Tcb
|