messagingfw/senduiservices/group/Sendui.mmp
branchRCL_3
changeset 46 d51193d814ea
equal deleted inserted replaced
43:d2c4c66342f3 46:d51193d814ea
       
     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 *     This is project specification file for the sendui.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 #include <data_caging_paths.hrh>
       
    23 
       
    24 // --- LOGGING ---
       
    25 //MACRO           USE_LOGGER         // HW debugging support
       
    26 //LIBRARY         Flogger.lib        // RFileLogger, debug logging
       
    27 // --- LOGGING ---
       
    28 
       
    29 TARGET          sendui.dll
       
    30 TARGETTYPE      DLL
       
    31 UID             0x1000008D 0x100058F0
       
    32 VENDORID	VID_DEFAULT
       
    33 VERSION 	10.0
       
    34 CAPABILITY CAP_GENERAL_DLL
       
    35 PAGED
       
    36 
       
    37 SOURCEPATH      ../group
       
    38 START RESOURCE Sendnorm.rss
       
    39 HEADER
       
    40 TARGETPATH RESOURCE_FILES_DIR
       
    41 LANGUAGE_IDS
       
    42 END
       
    43 
       
    44 SOURCEPATH      ../src
       
    45 USERINCLUDE     ../inc ../datautils/inc
       
    46 
       
    47 SYSTEMINCLUDE   /epoc32/include/ecom
       
    48 APP_LAYER_SYSTEMINCLUDE
       
    49 
       
    50 
       
    51 SOURCE          SendUi.cpp
       
    52 SOURCE          SendUiImpl.cpp
       
    53 SOURCE          TSendingCapabilities.cpp
       
    54 SOURCE          CSendingService.cpp
       
    55 SOURCE          CSendingServiceInfo.cpp
       
    56 SOURCE          SendingServiceInfoImpl.cpp
       
    57 SOURCE          CMessageData.cpp
       
    58 SOURCE          CMessageDataImpl.cpp
       
    59 SOURCE          CMessageAddress.cpp
       
    60 SOURCE          MessageAddressImpl.cpp
       
    61 SOURCE          senduiserviceclient.cpp
       
    62 SOURCE          propertyobserver.cpp
       
    63 SOURCE          senduisingleton.cpp
       
    64 SOURCE          SendUiUtils.cpp
       
    65 SOURCE          SendUiCapabilityCheck.cpp
       
    66 
       
    67 #if defined(ARMCC)
       
    68 DEFFILE ../eabi/ 
       
    69 #elif defined( WINSCW )
       
    70 DEFFILE ../bwinscw/ 
       
    71 #elif defined( WINS )
       
    72 DEFFILE ../bwins/ 
       
    73 #else
       
    74 DEFFILE ../bmarm/ 
       
    75 #endif
       
    76 
       
    77 LIBRARY         euser.lib
       
    78 LIBRARY         efsrv.lib
       
    79 LIBRARY         eikcoctl.lib
       
    80 LIBRARY         bafl.lib
       
    81 LIBRARY         cone.lib
       
    82 LIBRARY         etext.lib
       
    83 LIBRARY         estor.lib
       
    84 LIBRARY         avkon.lib
       
    85 LIBRARY         eikcore.lib             // appuifactory
       
    86 LIBRARY         commonengine.lib        // Resource loader
       
    87 LIBRARY         featmgr.lib             // Feature Manager
       
    88 LIBRARY         ecom.lib
       
    89 LIBRARY         apmime.lib              // TDataType
       
    90 LIBRARY         apgrfx.lib              // RApaLsSession
       
    91 LIBRARY         centralrepository.lib
       
    92 LIBRARY         apparc.lib
       
    93 LIBRARY         drmhelper.lib
       
    94 LIBRARY         msgs.lib 
       
    95 LIBRARY         mtur.lib	// Singleton uses
       
    96 LIBRARY         caf.lib
       
    97 #ifdef RD_MULTIPLE_DRIVE
       
    98 LIBRARY         platformenv.lib
       
    99 #endif
       
   100 LIBRARY		senduidatautils.lib
       
   101 
       
   102 /* End of File */