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