24
|
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 |
// etel.dll Telephony server and core API
|
|
15 |
//
|
|
16 |
//
|
|
17 |
|
|
18 |
/**
|
|
19 |
@file
|
|
20 |
*/
|
|
21 |
|
|
22 |
TARGET etel.dll
|
|
23 |
CAPABILITY All -Tcb
|
|
24 |
TARGETTYPE DLL
|
|
25 |
|
|
26 |
#include <comms-infras/commsdebugutility.mmh>
|
|
27 |
|
|
28 |
// comment out following line to exclude EtelRecorder from UDEB builds
|
|
29 |
macro ETEL_RECORDER_ON_UDEB
|
|
30 |
|
|
31 |
// uncomment following line to include EtelRecorder in UREL builds
|
|
32 |
//macro ETEL_RECORDER_ON_UREL
|
|
33 |
|
|
34 |
|
|
35 |
// uid: commsservermoduledll etel
|
|
36 |
UID 0x101f7417 0x10003d46
|
|
37 |
VENDORID 0x70000001
|
|
38 |
|
|
39 |
SOURCEPATH ../CETEL
|
|
40 |
SOURCE et_cli.cpp
|
|
41 |
SOURCEPATH ../SETEL
|
|
42 |
SOURCE ET_PHONE.CPP
|
|
43 |
SOURCE ET_MAN.CPP
|
|
44 |
SOURCE ET_SVR.CPP
|
|
45 |
SOURCE ET_SES.CPP
|
|
46 |
SOURCE ET_UTIL.CPP
|
|
47 |
SOURCE ET_CORE.CPP
|
|
48 |
SOURCE et_patchdata.cpp
|
|
49 |
// EtelRecorder
|
|
50 |
SOURCE et_record.cpp
|
|
51 |
SOURCEPATH ../EtelRecorder/recorder/src
|
|
52 |
SOURCE ceventrecorder.cpp
|
|
53 |
SOURCE crecordmessageimpl.cpp
|
|
54 |
SOURCE crecordmessage.cpp
|
|
55 |
|
|
56 |
USERINCLUDE ../INC
|
|
57 |
USERINCLUDE ../SETEL
|
|
58 |
USERINCLUDE ../CETEL
|
|
59 |
USERINCLUDE ../EtelRecorder/recorder/inc
|
|
60 |
|
|
61 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
62 |
LIBRARY euser.lib c32root.lib commsfw.lib efsrv.lib
|
|
63 |
|
|
64 |
|
|
65 |
START WINS
|
|
66 |
BASEADDRESS 0x47C00000
|
|
67 |
END
|
|
68 |
|
|
69 |
UNPAGED
|
|
70 |
|
|
71 |
|
|
72 |
SMPSAFE
|