phoneclientserver/CallUI/Group/CaUiEngine.mmp
changeset 0 ff3b6d0fd310
child 19 7d48bed6ce0c
equal deleted inserted replaced
-1:000000000000 0:ff3b6d0fd310
       
     1 /*
       
     2 * Copyright (c) 2004-2005 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:  Project specification for CaUiEngine.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 // Capability assignment.
       
    23 CAPABILITY CAP_GENERAL_DLL
       
    24 
       
    25 TARGET          cauiengine.dll
       
    26 TARGETTYPE      dll
       
    27 UID             0x1000008d 0x101F868F
       
    28 
       
    29 SOURCEPATH      ../Src/CaUiEngine
       
    30 SOURCE          CaUiEngFactImpl.cpp
       
    31 
       
    32 SOURCE          CaUiQuery.cpp
       
    33 SOURCE          CaUiEngine.cpp
       
    34 SOURCE          CaUiActiveObject.cpp
       
    35 SOURCE          CaUiMessageSender.cpp
       
    36 SOURCE          CaUiDialogs.cpp
       
    37 
       
    38 SOURCE          CaUiVoIPExtension.cpp
       
    39 SOURCE          ccauireconnectquery.cpp
       
    40 SOURCE          ccauireconnectqueryimpl.cpp
       
    41 
       
    42 SOURCEPATH      ../Data
       
    43 START RESOURCE  CallUI.rss
       
    44 HEADER
       
    45 TARGETPATH      RESOURCE_FILES_DIR
       
    46 END
       
    47 
       
    48 // TEMPORARY DEFINITION FOR CONTACT FINDER HEADERS
       
    49 SYSTEMINCLUDE    ../../../../../app/phone/inc
       
    50 
       
    51 USERINCLUDE     ../Inc
       
    52 USERINCLUDE     ../Inc/CaUiEngine
       
    53 USERINCLUDE     ../Data
       
    54 USERINCLUDE     ../loc
       
    55 
       
    56 APP_LAYER_SYSTEMINCLUDE
       
    57 SYSTEMINCLUDE   ../../../inc
       
    58 SYSTEMINCLUDE   ../../inc // phoneclientserver inc
       
    59 
       
    60 LIBRARY         cone.lib
       
    61 LIBRARY         euser.lib
       
    62 LIBRARY         commonengine.lib
       
    63 LIBRARY         phoneclient.lib
       
    64 LIBRARY         featmgr.lib // FeatureManager
       
    65 LIBRARY         pbkeng.lib  // PhoneBook engine
       
    66 LIBRARY         pbkview.lib
       
    67 LIBRARY         centralrepository.lib
       
    68 LIBRARY         cenrepnotifhandler.lib  // Cenrep notifier
       
    69 LIBRARY         flogger.lib
       
    70 LIBRARY         phonecntfinder.lib
       
    71 
       
    72 LIBRARY         avkon.lib
       
    73 LIBRARY         aknnotify.lib
       
    74 LIBRARY         eikcore.lib  // For test printing.
       
    75 LIBRARY         sendui.lib 
       
    76 LIBRARY         eikcoctl.lib 
       
    77 LIBRARY         eikdlg.lib
       
    78 LIBRARY         bafl.lib // CDesC16ArrayFlat
       
    79 LIBRARY         mmscli.lib
       
    80 LIBRARY         msgs.lib
       
    81 LIBRARY         muiu.lib
       
    82 LIBRARY         serviceselector.lib
       
    83 LIBRARY         serviceprovidersettings.lib 
       
    84 
       
    85 LIBRARY         aiwdialdata.lib
       
    86 
       
    87 LANGUAGE_IDS
       
    88 
       
    89 // End of file