amrnb_enc/ariamrnbencmmfcodec/group/ariamrnbencmmfcodec.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 Encoder Plugin. The file specifies the
       
    16 * include paths, source files and libraries to be used to build the 
       
    17 * AmrNb Encoder plugin binaries.
       
    18 *
       
    19 */
       
    20 
       
    21 #include  <platform_paths.hrh>
       
    22 #include  "..\inc\ariamrnbencmmfcodec_uid.hrh"
       
    23 
       
    24 TARGET  		ariamrnbencmmfcodec.dll
       
    25 TARGETTYPE		PLUGIN
       
    26 
       
    27 CAPABILITY  	ALL -TCB
       
    28 
       
    29 UID 			0x10009D8D  KUidAmrNbEncMmfDllUid
       
    30 
       
    31 MACRO 			LOGLEVEL_CRITICAL
       
    32 
       
    33 MW_LAYER_SYSTEMINCLUDE
       
    34 
       
    35 SYSTEMINCLUDE	\epoc32\include\ecom
       
    36 SYSTEMINCLUDE	\epoc32\include\mmf\common
       
    37 SYSTEMINCLUDE	\epoc32\include\mmf\server
       
    38 SYSTEMINCLUDE	\epoc32\include\mmf\plugin
       
    39 
       
    40 USERINCLUDE   	..\inc 
       
    41 USERINCLUDE	  	..\..\ariamrnbencwrapper\export_hdr
       
    42 USERINCLUDE   	..\..\..\utilities\log
       
    43 
       
    44 SOURCEPATH 		..\src
       
    45 SOURCE 			ariamrnbencmmfcodec.cpp
       
    46 
       
    47 SOURCEPATH 		..\src
       
    48 START RESOURCE 	200297D2.rss
       
    49 	TARGET 		ariamrnbencmmfcodec.rsc
       
    50 END
       
    51 
       
    52 LIBRARY 		euser.lib  
       
    53 LIBRARY 		mmfserverbaseclasses.lib 	
       
    54 LIBRARY 		ECOM.lib
       
    55 LIBRARY 		ariamrnbencwrapper.lib