aaclc_enc/ariaaclcencmmfcodec/group/ariaaclcencmmfcodec.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 AacLC Encoder Plugin. The file specifies the
       
    16 * include paths, source files and libraries to be used to build the 
       
    17 * AacLC Encoder plugin binaries.
       
    18 *
       
    19 */
       
    20 
       
    21 #include  <platform_paths.hrh>
       
    22 #include  "..\inc\ariaaclcencmmfcodec_uid.hrh"
       
    23 
       
    24 TARGET  		ariaaclcencmmfcodec.dll
       
    25 TARGETTYPE		PLUGIN
       
    26 
       
    27 CAPABILITY 		ALL -TCB
       
    28 
       
    29 UID 			0x10009D8D  KUidAacLCEncMmfDllUid
       
    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		..\..\ariaaclcencwrapper\export_hdr
       
    42 USERINCLUDE		..\..\..\utilities\log
       
    43 
       
    44 SOURCEPATH 		..\src
       
    45 SOURCE 			ariaaclcencmmfcodec.cpp
       
    46 
       
    47 SOURCEPATH 		..\src
       
    48 START RESOURCE 	20029901.rss
       
    49 	TARGET 		ariaaclcencmmfcodec.rsc
       
    50 END
       
    51 
       
    52 LIBRARY 		euser.lib  
       
    53 LIBRARY			mmfserverbaseclasses.lib 	
       
    54 LIBRARY 		ECOM.lib
       
    55 LIBRARY 		ariaaclcencwrapper.lib
       
    56 
       
    57 
       
    58 
       
    59 
       
    60 
       
    61 
       
    62 
       
    63 
       
    64 
       
    65