|
1 /* |
|
2 * Copyright (c) 2002 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 |
|
18 |
|
19 |
|
20 // Include common Logs UID definition file |
|
21 #include <platform_paths.hrh> // for APP_LAYER_SYSTEMINCLUDE macro |
|
22 |
|
23 //Activate these macros to get traces |
|
24 //MACRO TRACE_ENTRY_EXIT_POINT |
|
25 //MACRO TRACE_MODULE_AOCCTVIEW |
|
26 |
|
27 TARGET AocCtView.dll |
|
28 TARGETTYPE dll |
|
29 UID 0x1000008d 0x10282CE3 |
|
30 |
|
31 //We use default capabilities (from defaultcaps.hrh) |
|
32 CAPABILITY CAP_GENERAL_DLL |
|
33 VENDORID VID_DEFAULT |
|
34 |
|
35 SOURCEPATH ../AocCtViewSrc |
|
36 |
|
37 // Controls |
|
38 SOURCE CLogsMMEAocObjFactory.cpp |
|
39 SOURCE CLogsMMEAocUtil.cpp |
|
40 SOURCE CLogsMMECallStatus.cpp |
|
41 SOURCE CLogsEtelBase.cpp |
|
42 |
|
43 // Utility |
|
44 // SOURCE DllMain.cpp |
|
45 |
|
46 // Resources |
|
47 |
|
48 USERINCLUDE ../AocCtViewInc ../group ../AppSrc ../EngineInc |
|
49 |
|
50 APP_LAYER_SYSTEMINCLUDE |
|
51 |
|
52 // Dependencies to system components |
|
53 LIBRARY euser.lib |
|
54 LIBRARY avkon.lib |
|
55 |
|
56 |
|
57 LIBRARY etel.lib // ETel functionalities |
|
58 LIBRARY etelmm.lib // ETel functionalities |
|
59 LIBRARY customapi.lib // custom api for disabling acm max |
|
60 LIBRARY secui.lib // security code query |