phoneengine/loghandling/group/loghandling.mmp
changeset 37 ba76fc04e6c2
child 51 f39ed5e045e0
child 74 d1c62c765e48
equal deleted inserted replaced
36:2eacb6118286 37:ba76fc04e6c2
       
     1 /*
       
     2 * Copyright (c) 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 file for Log Handling dll
       
    15 *
       
    16 */
       
    17 
       
    18 #ifdef RD_PHONE_NG
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          loghandling.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x10000079 0x1000A830
       
    25 VENDORID        VID_DEFAULT
       
    26 
       
    27 CAPABILITY      CAP_GENERAL_DLL
       
    28 
       
    29 SOURCEPATH      ../src
       
    30 
       
    31 SOURCE          cpeloghandling.cpp
       
    32 SOURCE          cpeloginfo.cpp
       
    33 SOURCE          cpeloghandlingdummy.cpp
       
    34 SOURCE          cpeloghandlingproxy.cpp
       
    35 SOURCE          peloghandlingpanic.cpp
       
    36 SOURCE          cpelogevent.cpp
       
    37 SOURCE          cpeloghandlingcommand.cpp
       
    38 SOURCE          cpelogexternaldata.cpp
       
    39 SOURCE          cpelogextensionwrapper.cpp
       
    40 
       
    41 USERINCLUDE     ../inc
       
    42 
       
    43 APP_LAYER_SYSTEMINCLUDE         // Application layer domain APIs
       
    44 SYSTEMINCLUDE   ../../inc          // PhoneEngine private headers
       
    45 SYSTEMINCLUDE   ../../../inc    // Telephony internal headers
       
    46 SYSTEMINCLUDE   /epoc32/include/ecom
       
    47 
       
    48 LIBRARY         customapi.lib
       
    49 LIBRARY         efsrv.lib
       
    50 LIBRARY         engineinfo.lib
       
    51 LIBRARY         euser.lib
       
    52 LIBRARY         flogger.lib // For logging
       
    53 LIBRARY         logcli.lib 
       
    54 LIBRARY         logwrap.lib 
       
    55 
       
    56 LIBRARY         centralrepository.lib
       
    57 LIBRARY         serviceprovidersettings.lib
       
    58 LIBRARY         ecom.lib
       
    59 
       
    60 LANG            SC
       
    61 START WINS
       
    62 BASEADDRESS 0x10040000
       
    63 END
       
    64 
       
    65 #endif // RD_PHONE_NG