amrnb_dec/ariamrnbdecmmfcodec/group/ariamrnbdecmmfcodec.mmp
changeset 0 bb31fbe78861
equal deleted inserted replaced
-1:000000000000 0:bb31fbe78861
       
     1 /*
       
     2 * Copyright (c) 2009 Aricent and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "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 * Aricent - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 * Project File for AmrNb Decoder Plugin. The file specifies the
       
    16 * include paths, source files and libraries to be used to build the 
       
    17 * AmrNb Decoder plugin binaries.
       
    18 *
       
    19 */
       
    20 
       
    21 TARGET  ariamrnbdecmmfcodec.dll
       
    22 TARGETTYPE	plugin
       
    23 UID 0x10009D8D  0x200297D6
       
    24 MACRO LOGLEVEL_CRITICAL
       
    25 
       
    26 CAPABILITY ALL -TCB
       
    27 
       
    28 SOURCEPATH		..\src
       
    29 SOURCE 		ariamrnbdecmmfcodec.cpp
       
    30 
       
    31 USERINCLUDE 	..\inc
       
    32 USERINCLUDE		..\..\ariamrnbdecwrapper\export_hdr
       
    33 USERINCLUDE   	..\..\..\utilities\log
       
    34 
       
    35 SYSTEMINCLUDE	\epoc32\include
       
    36 SYSTEMINCLUDE	\epoc32\include\ecom
       
    37 SYSTEMINCLUDE	\epoc32\include\mmf\common
       
    38 SYSTEMINCLUDE	\epoc32\include\mmf\server
       
    39 SYSTEMINCLUDE	\epoc32\include\mmf\plugin
       
    40 SYSTEMINCLUDE	\epoc32\include\platform
       
    41 
       
    42 LIBRARY euser.lib  
       
    43 LIBRARY mmfserverbaseclasses.lib 	
       
    44 LIBRARY ECOM.lib
       
    45 LIBRARY	efsrv.lib
       
    46 LIBRARY ariamrnbdecwrapper.lib // Wrapper Library
       
    47 
       
    48 START RESOURCE 200297D6.rss
       
    49 TARGET ariamrnbdecmmfcodec.rsc
       
    50 END
       
    51 //-----------------------------------------------------------------------------
       
    52 //  End of File
       
    53 //-----------------------------------------------------------------------------
       
    54