multimediacommscontroller/mmccg711payloadformat/group/g711payloadformat.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
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #include <platform_paths.hrh> //this is needed for MW_LAYER_SYSTEMINCLUDE
       
    22 TARGET          mmccg711plformat.dll
       
    23 
       
    24 CAPABILITY      CAP_ECOM_PLUGIN
       
    25 VENDORID        VID_DEFAULT
       
    26 TARGETTYPE      PLUGIN
       
    27 
       
    28 // UID2 for polymorphic-interface DLL ECOM plugin followed by UID3 for this DLL
       
    29 UID             0x10009D8D 0x1028257C
       
    30 
       
    31 USERINCLUDE     ../inc
       
    32 USERINCLUDE     ../../mmccshared/inc
       
    33 USERINCLUDE     ../../mmccrtpsourcesink/inc
       
    34 USERINCLUDE     ../../mmcccontroller/inc
       
    35 USERINCLUDE     ../../mmccsubcontroller/inc
       
    36 USERINCLUDE     ../../mmccredpayloadformat/inc
       
    37 
       
    38 MW_LAYER_SYSTEMINCLUDE
       
    39 
       
    40 
       
    41 
       
    42 SOURCEPATH      ../src
       
    43 SOURCE          g711payloadformatread.cpp
       
    44 SOURCE          g711payloadformatwrite.cpp
       
    45 SOURCE          g711payloadformatimplementationproxy.cpp
       
    46 
       
    47 SOURCEPATH      ../../mmccshared/src
       
    48 SOURCE          formatstatemachine.cpp
       
    49 SOURCE          streamformatter.cpp
       
    50 
       
    51 SOURCEPATH      ../data
       
    52 START RESOURCE	1028257C.rss
       
    53 TARGET          mmccg711plformat.rsc
       
    54 END
       
    55 
       
    56 LIBRARY         euser.lib
       
    57 LIBRARY         mmfserverbaseclasses.lib
       
    58 LIBRARY         ecom.lib
       
    59 LIBRARY         mmfcontrollerframework.lib
       
    60 
       
    61 PAGED