messagingfw/deprecate/senduiservices/group/Sendui.mmp
branchRCL_3
changeset 22 d2c4c66342f3
equal deleted inserted replaced
21:e5b3a2155e1a 22:d2c4c66342f3
       
     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 USERINCLUDE     ../inc ../datautils/inc
       
    45 
       
    46 SYSTEMINCLUDE   /epoc32/include/ecom
       
    47 APP_LAYER_SYSTEMINCLUDE
       
    48 
       
    49 
       
    50 
       
    51 #if defined(ARMCC)
       
    52 DEFFILE ../eabi/ 
       
    53 #elif defined( WINSCW )
       
    54 DEFFILE ../bwinscw/ 
       
    55 #elif defined( WINS )
       
    56 DEFFILE ../bwins/ 
       
    57 #else
       
    58 DEFFILE ../bmarm/ 
       
    59 #endif
       
    60 
       
    61 SOURCEPATH      ../src
       
    62 SOURCE          SendUi.cpp
       
    63 SOURCE          SendUiImpl.cpp
       
    64 SOURCE          TSendingCapabilities.cpp
       
    65 SOURCE          CSendingService.cpp
       
    66 SOURCE          CSendingServiceInfo.cpp
       
    67 SOURCE          SendingServiceInfoImpl.cpp
       
    68 SOURCE          CMessageData.cpp
       
    69 SOURCE          CMessageDataImpl.cpp
       
    70 SOURCE          CMessageAddress.cpp
       
    71 SOURCE          MessageAddressImpl.cpp
       
    72 SOURCE          senduiserviceclient.cpp
       
    73 SOURCE          propertyobserver.cpp
       
    74 SOURCE          senduisingleton.cpp
       
    75 SOURCE          SendUiUtils.cpp
       
    76 SOURCE          SendUiCapabilityCheck.cpp
       
    77 
       
    78 
       
    79 
       
    80 LIBRARY         euser.lib
       
    81 LIBRARY         apparc.lib
       
    82 
       
    83 LIBRARY         eikcoctl.lib
       
    84 LIBRARY         eikcore.lib             // appuifactory
       
    85 LIBRARY         CommonEngine.lib        // Resource loader
       
    86 LIBRARY         centralrepository.lib
       
    87 LIBRARY         cone.lib
       
    88 
       
    89 /* End of File */