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