browserutilities/browsertelservice/group/BrowserTelService.mmp
changeset 0 dd21522fd290
child 5 10e98eab6f85
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 /*
       
     2 * Copyright (c) 2003 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 the License "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 *	  Makefile for browser telephony service dll.
       
    16 *
       
    17 *
       
    18 */
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 #include <platform/mw/Browser_platform_variant.hrh>
       
    23 
       
    24 TARGET		BrowserTelService.dll
       
    25 TARGETTYPE	dll
       
    26 UID		0x1000008d 0x101f4686
       
    27 
       
    28 VENDORID VID_DEFAULT
       
    29 CAPABILITY	CAP_GENERAL_DLL
       
    30 
       
    31 LANGUAGE_IDS
       
    32 
       
    33 START RESOURCE ../data/browsertelservice.rss
       
    34 HEADER
       
    35 TARGETPATH  RESOURCE_FILES_DIR
       
    36 END
       
    37 
       
    38 SOURCEPATH  ../src
       
    39 SOURCE      BrowserTelService.cpp
       
    40 SOURCE      BrowserTelServiceEtelWatcher.cpp
       
    41 SOURCE      BrowserTelServiceDlgs.cpp
       
    42 
       
    43 
       
    44 USERINCLUDE    ../inc
       
    45 USERINCLUDE    ../../inc
       
    46 
       
    47 APP_LAYER_SYSTEMINCLUDE
       
    48 /* SF TODO: resolve APP LAYER DEPENDENCY: 
       
    49     s60/app/contacts/contacts_sdk/phonebook_data_addedit_ui_api/inc/CPbkContactEditorDlg.h
       
    50 	s60/app/contacts/contacts_sdk/phonebook_data_management_api/inc/CPbkContactEngine.h
       
    51 	s60/app/contacts/contacts_sdk/phonebook_data_management_api/inc/CPbkContactItem.h
       
    52 	s60/app/contacts/contacts_sdk/phonebook_data_management_api/inc/CPbkFieldInfo.h
       
    53 	s60/app/contacts/contacts_sdk/phonebook_data_management_api/inc/CPbkFieldsInfo.h
       
    54 	s60/app/contacts/contacts_sdk/phonebook_data_management_api/inc/MPbkFieldData.h
       
    55 	s60/app/contacts/contacts_sdk/phonebook_data_management_api/inc/PbkFields.hrh
       
    56 	s60/app/contacts/contacts_sdk/phonebook_data_management_api/inc/PbkIconId.hrh
       
    57 	s60/app/contacts/contacts_sdk/phonebook_data_management_api/inc/TPbkContactItemField.h 
       
    58 	s60/app/contacts/contacts_sdk/phonebook_ui_utilities_api/inc/RPbkViewResourceFile.h
       
    59 	s60/app/messaging/msg_sdk/send_ui_api/inc/CMessageAddress.h
       
    60 	s60/app/messaging/msg_sdk/send_ui_api/inc/CMessageData.h
       
    61 	s60/app/messaging/msg_sdk/send_ui_api/inc/TSendingCapabilities.h
       
    62 	s60/app/messaging/msg_sdk/send_ui_api/inc/TSendingCapabilities.inl
       
    63 	s60/app/messaging/msg_sdk/send_ui_api/inc/SendUi.h
       
    64 	s60/app/messaging/msg_sdk/send_ui_api/inc/SendUiConsts.h
       
    65 	s60/app/messaging/msg_sdk/send_ui_api/inc/SenduiMtmUids.h
       
    66 */
       
    67 //MW_LAYER_SYSTEMINCLUDE
       
    68 
       
    69 
       
    70 SYSTEMINCLUDE	../../../inc
       
    71 
       
    72 LIBRARY		euser.lib 
       
    73 LIBRARY		etel.lib 
       
    74 LIBRARY		etelmm.lib 
       
    75 LIBRARY		PbkEng.lib
       
    76 LIBRARY		PbkView.lib
       
    77 LIBRARY		cntmodel.lib 
       
    78 LIBRARY		cone.lib
       
    79 LIBRARY		etext.lib
       
    80 LIBRARY		sendui.lib
       
    81 LIBRARY		bafl.lib
       
    82 LIBRARY		avkon.lib
       
    83 LIBRARY		commonengine.lib
       
    84 LIBRARY		apgrfx.lib
       
    85 LIBRARY		ESock.lib
       
    86 LIBRARY		ApEngine.lib
       
    87 LIBRARY		commdb.lib
       
    88 LIBRARY		efsrv.lib 
       
    89 LIBRARY     commonui.lib
       
    90 LIBRARY     featmgr.lib // feature mannger support
       
    91 LIBRARY     estor.lib  // RWriteStream, RFileBuf
       
    92 LIBRARY     Centralrepository.lib
       
    93 
       
    94 #if defined(ARMCC)
       
    95     DEFFILE ../EABI/BROWSERTELSERVICEU_EKA2.def
       
    96 #elif defined( WINSCW )
       
    97     DEFFILE ../BWinsCw/BROWSERTELSERVICEU_EKA2.def
       
    98 #endif
       
    99 
       
   100 MACRO __BROWSER_TEL_SERVICES_CALLUI__
       
   101 LIBRARY     ServiceHandler.lib
       
   102 LIBRARY			aiwdialdata.lib
       
   103 
       
   104 DEBUGLIBRARY    flogger.lib
       
   105