videoeditorengine/mp3aacManipLib/group/aedmp3aacLib.mmp
changeset 0 951a5db380a0
equal deleted inserted replaced
-1:000000000000 0:951a5db380a0
       
     1 /*
       
     2 * Copyright (c) 2010 Ixonos Plc.
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the "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 * Nokia Corporation - Initial contribution
       
    11 *
       
    12 * Contributors:
       
    13 * Ixonos Plc
       
    14 *
       
    15 * Description:  
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 
       
    24 TARGET          aedmp3aaclib.dll
       
    25 TARGETTYPE      dll
       
    26 UID             0x1000008d 0x10204BF3
       
    27 
       
    28 VENDORID        VID_DEFAULT
       
    29 CAPABILITY      CAP_GENERAL_DLL
       
    30 
       
    31 NOEXPORTLIBRARY
       
    32 
       
    33 SOURCEPATH     ../src
       
    34 
       
    35 SOURCE		AudPanic.cpp
       
    36 SOURCE		mp3API.cpp
       
    37 SOURCE		mstream.cpp
       
    38 
       
    39 SOURCEPATH     ../AACGain/src
       
    40 
       
    41 SOURCE		aacaud.cpp
       
    42 SOURCE		dec_huftables.cpp
       
    43 SOURCE		huffdec1.cpp
       
    44 SOURCE		huffdec2.cpp
       
    45 SOURCE		huffdec3.cpp
       
    46 SOURCE		coupling.cpp
       
    47 SOURCE		sfbdata.cpp
       
    48 SOURCE		nok_bits2.cpp
       
    49 SOURCE		Tool.cpp
       
    50 SOURCE		aacdef.cpp
       
    51 SOURCE		chandefs.cpp
       
    52 SOURCE		sbr_bitmux.cpp
       
    53 SOURCE		sbr_demux.cpp
       
    54 SOURCE		sbr_codec.cpp
       
    55 SOURCE		sbr_freq_sca.cpp
       
    56 SOURCE		sbr_rom.cpp
       
    57 
       
    58 SOURCEPATH		../MP3Gain/src
       
    59 
       
    60 SOURCE		mpif.cpp
       
    61 SOURCE		l3huffman.cpp
       
    62 SOURCE		l3sfb.cpp
       
    63 SOURCE		layer3.cpp
       
    64 SOURCE		mpaud.cpp
       
    65 
       
    66 // Default system include paths for middleware layer modules.
       
    67 MW_LAYER_SYSTEMINCLUDE
       
    68 
       
    69 SYSTEMINCLUDE	/epoc32/include/libc
       
    70 
       
    71 USERINCLUDE		../inc
       
    72 USERINCLUDE		../AACGain/inc
       
    73 USERINCLUDE		../MP3Gain/inc
       
    74 USERINCLUDE		../../AudioEditorEngine/Inc
       
    75 
       
    76 LIBRARY         euser.lib
       
    77 
       
    78 // End of File
       
    79 
       
    80