multimediacommscontroller/mmccamrpayloadformat/group/amrpayloadformat.mmp
changeset 0 1bce908db942
equal deleted inserted replaced
-1:000000000000 0:1bce908db942
       
     1 /*
       
     2 * Copyright (c) 2004 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "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 *
       
    14 * Description:    Project definition file for the AMR-NB (narrow band)
       
    15 *                RTP payload format encoder/decoder plugin
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET          mmccamrplformat.dll		
       
    24 
       
    25 CAPABILITY      CAP_ECOM_PLUGIN
       
    26 VENDORID        VID_DEFAULT
       
    27 TARGETTYPE      PLUGIN
       
    28 
       
    29 UID             0x10009D8D 0x102073F0                      
       
    30 
       
    31 SOURCEPATH      ../src
       
    32 SOURCE          amrpayloadformatread.cpp
       
    33 SOURCE          amrpayloadformatwrite.cpp
       
    34 SOURCE          amrpayloadformatimplementationproxy.cpp
       
    35 SOURCE          amrcommonutil.cpp
       
    36 SOURCE          amrpayloadformatter.cpp
       
    37 SOURCE          amrpayloadencoder.cpp
       
    38 SOURCE          AmrPayloadEncoderOA.cpp
       
    39 SOURCE          amrpayloaddecoder.cpp
       
    40 SOURCE          AmrPayloadDecoderOA.cpp
       
    41 SOURCE          amrpayloadheader.cpp
       
    42 SOURCE          amrpayloadheaderoa.cpp
       
    43 SOURCE          amrtocentry.cpp
       
    44 SOURCE          amrtocentryoa.cpp
       
    45 
       
    46 SOURCEPATH      ../../mmccshared/src
       
    47 SOURCE          formatstatemachine.cpp
       
    48 SOURCE          streamformatter.cpp
       
    49 
       
    50 USERINCLUDE     ../inc
       
    51 USERINCLUDE     ../../mmccshared/inc
       
    52 USERINCLUDE     ../../mmccrtpsourcesink/inc
       
    53 USERINCLUDE     ../../mmcccontroller/inc
       
    54 USERINCLUDE     ../../mmccinterface/inc
       
    55 USERINCLUDE     ../../mmccredpayloadformat/inc
       
    56 USERINCLUDE     ../../mmccsubcontroller/inc
       
    57 
       
    58 MW_LAYER_SYSTEMINCLUDE
       
    59 
       
    60 
       
    61 
       
    62 SOURCEPATH      ../data
       
    63 START RESOURCE	102073F0.rss
       
    64 TARGET          mmccamrplformat.rsc
       
    65 END
       
    66 
       
    67 LIBRARY         euser.lib
       
    68 LIBRARY         mmfserverbaseclasses.lib
       
    69 LIBRARY         ecom.lib
       
    70 LIBRARY         mmfcontrollerframework.lib
       
    71 
       
    72 PAGED