amrwb_dec/ariamrwbdecmmfcodec/group/ariamrwbdecmmfcodec.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 AmrWb Decoder Plugin. The file specifies the
       
    16 * include paths, source files and libraries to be used to build the 
       
    17 * AmrWb Decoder plugin binaries.
       
    18 *
       
    19 */
       
    20 
       
    21 
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 TARGET  		ariamrwbdecmmfcodec.dll
       
    25 TARGETTYPE		plugin
       
    26 UID 			0x10009D8D  0x200298F7 
       
    27 
       
    28 CAPABILITY 		ALL -TCB
       
    29 MACRO 			LOGLEVEL_LOW
       
    30 
       
    31 
       
    32 SOURCEPATH		..\src
       
    33 SOURCE 			ariamrwbdecmmfcodec.cpp
       
    34 
       
    35 USERINCLUDE 	..\inc
       
    36 USERINCLUDE		..\..\ariamrwbdecwrapper\export_hdr
       
    37 USERINCLUDE   	..\..\..\utilities\log
       
    38 
       
    39 MW_LAYER_SYSTEMINCLUDE
       
    40 
       
    41 SYSTEMINCLUDE	\epoc32\include\ecom
       
    42 SYSTEMINCLUDE	\epoc32\include\mmf\common
       
    43 SYSTEMINCLUDE	\epoc32\include\mmf\server
       
    44 SYSTEMINCLUDE	\epoc32\include\mmf\plugin
       
    45 
       
    46 LIBRARY 		euser.lib  
       
    47 LIBRARY 		mmfserverbaseclasses.lib
       
    48 LIBRARY 		efsrv.lib 	
       
    49 LIBRARY 		ECOM.lib
       
    50 LIBRARY 		ariamrwbdecwrapper.lib // Wrapper Library
       
    51 
       
    52 START RESOURCE 	200298F7.rss
       
    53 TARGET 			ariamrwbdecmmfcodec.rsc
       
    54 END
       
    55 
       
    56 //-----------------------------------------------------------------------------
       
    57 //  End of File
       
    58 //-----------------------------------------------------------------------------
       
    59