mobilemessaging/audiomsg/group/audiomessageui.mmp
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2 * Copyright (c) 2005-2006 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 definition file for project audiomessageui
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET          audiomessageui.dll 
       
    24 TARGETTYPE      dll
       
    25 UID             0x10004845 0x10207459
       
    26 VENDORID        VID_DEFAULT
       
    27 CAPABILITY      CAP_GENERAL_DLL
       
    28 VERSION 	10.0
       
    29 PAGED
       
    30 
       
    31 APP_LAYER_SYSTEMINCLUDE
       
    32 START RESOURCE  ../data/audiomessageregistry.rss 
       
    33 TARGET          audiomessageregistry.rsc 
       
    34 TARGETPATH      MTM_INFO_FILE_DIR
       
    35 LANGUAGE_IDS
       
    36 END
       
    37 
       
    38 START RESOURCE  ../data/audiomessagemtm.rss
       
    39 TARGETPATH      MTM_RESOURCE_DIR  
       
    40 HEADER
       
    41 LANGUAGE_IDS
       
    42 END
       
    43 
       
    44 TARGETPATH  	/system/libs
       
    45 SOURCEPATH  	../uisrc
       
    46 
       
    47 SOURCE 			audiomessageuidll.cpp 
       
    48 SOURCE 			audiomessageui.cpp 
       
    49 SOURCE 			audiomessageuidata.cpp
       
    50 
       
    51 USERINCLUDE     ../uiinc 
       
    52 USERINCLUDE     ../inc 
       
    53 
       
    54 SYSTEMINCLUDE   ../../../inc
       
    55 SYSTEMINCLUDE   /epoc32/include/cshelp
       
    56 
       
    57 LIBRARY 		euser.lib   
       
    58 LIBRARY 		mtur.lib
       
    59 LIBRARY 		muiu.lib
       
    60 LIBRARY 		apgrfx.lib
       
    61 LIBRARY 		apparc.lib
       
    62 LIBRARY 		msgs.lib
       
    63 LIBRARY 		commonengine.lib
       
    64 LIBRARY	 		mmsserversettings.lib
       
    65 LIBRARY			mmssettings.lib
       
    66 LIBRARY 		featmgr.lib
       
    67 DEBUGLIBRARY    flogger.lib
       
    68 
       
    69 #if defined( ARMCC )
       
    70 deffile         ./eabi.def
       
    71 #elif defined( WINS )
       
    72 deffile         ./Wins.def
       
    73 #else
       
    74 deffile         ./marm.def
       
    75 #endif
       
    76