phoneclientserver/phoneclient/group/phoneclient.mmp
changeset 33 8d5d7fcf9b59
child 48 78df25012fda
equal deleted inserted replaced
32:1f002146abb4 33:8d5d7fcf9b59
       
     1 /*
       
     2 * Copyright (c) 2002-2010 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:  Phone Client DLL defines the API for Phone server.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 
       
    21 // Capability assignment.
       
    22 CAPABILITY CAP_CLIENT_DLL
       
    23 
       
    24 // Assign Vendor ID.
       
    25 VENDORID VID_DEFAULT
       
    26 
       
    27 TARGET          phoneclient.dll
       
    28 TARGETTYPE      dll
       
    29 UID             0x1000008d 0x1000084F
       
    30 
       
    31 SOURCEPATH      ../src/notifier/notifier_aiw 
       
    32 SOURCE          cphcltcallnotify.cpp 
       
    33 SOURCE          rphcltcallnotify.cpp 
       
    34 SOURCE          cphcltdialrequestmonitor.cpp
       
    35 SOURCE          cphcltdialemergencyrequestmonitor.cpp
       
    36 SOURCE          cphcltcomhandrequestmonitor.cpp
       
    37 
       
    38 
       
    39 SOURCEPATH      ../src/extcall/extcall_aiw 
       
    40 SOURCE          rphcltextcall.cpp 
       
    41 SOURCE          cphcltextphonedialdata.cpp 
       
    42 SOURCE          cphcltdialdata.cpp
       
    43 
       
    44 SOURCEPATH      ../src/extcallwrapper/extcallwrapper_aiw 
       
    45 SOURCE          cphcltextphone.cpp 
       
    46 SOURCE          cphcltextphonebase.cpp 
       
    47 
       
    48 SOURCEPATH      ../src/ussd/ussd_ext 
       
    49 SOURCE          rphcltussd.cpp
       
    50 
       
    51 SOURCEPATH      ../src/ussdwrapper 
       
    52 SOURCE          cphcltussdrequesthandler.cpp 
       
    53 
       
    54 SOURCE          cphcltussdsatclient.cpp 
       
    55   
       
    56 SOURCE          cphcltussdint.cpp 
       
    57 SOURCE          cphcltussdimp.cpp 
       
    58 SOURCE          cphcltussdext.cpp 
       
    59 
       
    60 SOURCE      cphcltussdnotecontroller.cpp 
       
    61 
       
    62 SOURCEPATH      ../src/emergencynumber/emergencynumber_aiw 
       
    63 SOURCE          cphcltemergencycall.cpp 
       
    64 SOURCE          rphcltemergencycall.cpp 
       
    65 SOURCE          cphcltemergencycallimpl.cpp 
       
    66 
       
    67 SOURCEPATH      ../src/session 
       
    68 SOURCE          rphcltserver.cpp 
       
    69 
       
    70 SOURCEPATH      ../src 
       
    71 SOURCE          phcltutils.cpp 
       
    72 SOURCE          rphcltresourcefile.cpp 
       
    73 
       
    74 SOURCEPATH      ../src/commandhandler 
       
    75 SOURCE          cphcltcommandhandler.cpp 
       
    76 SOURCE          cphcltcomhandimplementation.cpp 
       
    77 SOURCE          rphcltcommandhandler.cpp 
       
    78 SOURCEPATH      ../src/imagehandler 
       
    79 SOURCE          cphcltimagehandler.cpp 
       
    80 SOURCE          cphcltbaseimageparams.cpp 
       
    81 SOURCE          cphcltoperatorlogocontainer.cpp 
       
    82 SOURCE          cphcltimagehandlerimplementation.cpp 
       
    83 SOURCE          rphcltimagehandler.cpp 
       
    84 SOURCEPATH      ../src/messenger 
       
    85 SOURCE          cphcltmessenger.cpp 
       
    86 SOURCE          rphcltmessenger.cpp 
       
    87 SOURCE          cphcltmessengerimplementation.cpp 
       
    88 
       
    89 
       
    90 
       
    91 SOURCEPATH      ../src 
       
    92 
       
    93 MW_LAYER_SYSTEMINCLUDE
       
    94 SYSTEMINCLUDE   ../../../inc
       
    95 SYSTEMINCLUDE        /epoc32/include/mw/hb/hbwidgets
       
    96 SYSTEMINCLUDE        /epoc32/include/mw/hb/hbcore
       
    97 SYSTEMINCLUDE        /epoc32/include/platform/mw/loc
       
    98 SYSTEMINCLUDE        /epoc32/include/platform/mw/loc/sc
       
    99 
       
   100 USERINCLUDE     ../inc/extcall/extcall_aiw 
       
   101 USERINCLUDE     ../inc/notifier/notifier_aiw 
       
   102 USERINCLUDE     ../inc/extcallwrapper/extcallwrapper_aiw 
       
   103 USERINCLUDE     ../inc/emergencynumber/emergencynumber_aiw 
       
   104 
       
   105 USERINCLUDE     ../inc/session 
       
   106 USERINCLUDE     ../inc/sharedclientserver 
       
   107 
       
   108 USERINCLUDE     ../inc/ussdwrapper/ussd_ext 
       
   109 USERINCLUDE     ../inc/ussd/ussd_ext 
       
   110 USERINCLUDE     ../inc/commandhandler 
       
   111 USERINCLUDE     ../inc/imagehandler 
       
   112 USERINCLUDE     ../inc/messenger 
       
   113 USERINCLUDE     ../inc/ussdwrapper 
       
   114 USERINCLUDE     ../inc 
       
   115 
       
   116 
       
   117 LIBRARY         euser.lib
       
   118 LIBRARY         aknnotify.lib
       
   119 LIBRARY         cone.lib
       
   120 LIBRARY         estor.lib
       
   121 LIBRARY         commonengine.lib 
       
   122 LIBRARY         eikdlg.lib
       
   123 LIBRARY         eikcoctl.lib
       
   124 LIBRARY         etelmm.lib
       
   125 LIBRARY         gsmu.lib
       
   126 LIBRARY         efsrv.lib
       
   127 LIBRARY         charconv.lib
       
   128 LIBRARY         fbscli.lib
       
   129 LIBRARY         hbwidgets.lib
       
   130 LIBRARY         flogger.lib
       
   131 LIBRARY         hbcore.lib
       
   132 
       
   133 
       
   134 #ifdef WINSCW
       
   135     DEFFILE ../bwins/phoneclient_aiwext.def
       
   136 #else
       
   137     DEFFILE ../eabi/phoneclient_aiwext.def
       
   138 #endif
       
   139 
       
   140 // End of File