mobilemessaging/postcard/postcardui/PostcardUi.mmp
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     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:  
       
    15 *     This is project specification file for the postcardui.dll.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #include <data_caging_paths.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 //...LOGGING...
       
    25 //MACRO USE_LOGGER              // HW debugging support
       
    26 //LIBRARY Flogger.lib
       
    27 //...LOGGING...
       
    28 
       
    29 TARGET          postcardui.dll
       
    30 TARGETTYPE      dll
       
    31 UID             0x10004845 0x10207246
       
    32 VENDORID        VID_DEFAULT
       
    33 CAPABILITY      CAP_GENERAL_DLL
       
    34 VERSION 	10.0
       
    35 PAGED
       
    36 
       
    37 USERINCLUDE     ../postcarduiinc
       
    38 
       
    39 SYSTEMINCLUDE   ../../../inc
       
    40 APP_LAYER_SYSTEMINCLUDE
       
    41 SYSTEMINCLUDE   /epoc32/include/cshelp
       
    42 
       
    43 START RESOURCE  PostcardRegistry.rss
       
    44 TARGET          poca.rsc
       
    45 TARGETPATH      MTM_INFO_FILE_DIR
       
    46 LANGUAGE_IDS
       
    47 END
       
    48 
       
    49 START RESOURCE  PostcardUi.rss
       
    50 TARGETPATH      MTM_RESOURCE_DIR
       
    51 HEADER
       
    52 LANGUAGE_IDS
       
    53 END
       
    54 
       
    55 TARGETPATH  /system/libs
       
    56 SOURCEPATH  ../postcarduisrc
       
    57 
       
    58 SOURCE PostcardUiDll.cpp
       
    59 SOURCE PostcardUi.cpp
       
    60 SOURCE PostcardUiData.cpp
       
    61 
       
    62 LIBRARY euser.lib   
       
    63 LIBRARY mtur.lib
       
    64 LIBRARY muiu.lib
       
    65 LIBRARY apgrfx.lib
       
    66 LIBRARY apparc.lib
       
    67 LIBRARY msgs.lib
       
    68 LIBRARY commonengine.lib
       
    69 LIBRARY mmsserversettings.lib
       
    70 LIBRARY	mmssettings.lib
       
    71 LIBRARY	efsrv.lib   // TParse
       
    72 LIBRARY bafl.lib    // BaUtils
       
    73 LIBRARY featmgr.lib
       
    74 
       
    75 #if defined( ARMCC )
       
    76 deffile         ./eabi.def
       
    77 //#elif defined( WINSCW )
       
    78 //deffile         ./winscw.def
       
    79 #elif defined( WINS )
       
    80 deffile         ./Wins.def
       
    81 #else
       
    82 deffile         ./marm.def
       
    83 #endif
       
    84 
       
    85 // End of file