multimediacommscontroller/mmccinterface/tsrc/ut_interface/Group/UT_MccInterface.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:  
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 #include <eunitcaps.h>
       
    22 
       
    23 MACRO           TEST_EUNIT
       
    24 
       
    25 TARGET          UT_MccInterface.dll
       
    26 TARGETTYPE      dll
       
    27 TARGETPATH      /DigiaEUnit/Tests
       
    28 UID             0x1000af5a 0x01700000
       
    29 
       
    30 VENDORID	    VID_DEFAULT
       
    31 
       
    32 CAPABILITY      EUNIT_CAPS
       
    33 
       
    34 
       
    35 SOURCEPATH      ../src
       
    36 SOURCE          UT_MccInterfaceDllMain.cpp
       
    37 SOURCE          UT_CMCCInterface.cpp
       
    38 SOURCE          UT_CMCCCodecInformation.cpp
       
    39 SOURCE          UT_CMccCodecAMR.cpp 
       
    40 SOURCE          UT_CMccCodecAmrWb.cpp 
       
    41 SOURCE          UT_CMccCodecG711.cpp 
       
    42 SOURCE          UT_CMccCodecG729.cpp
       
    43 SOURCE          UT_CMccCodecILBC.cpp
       
    44 SOURCE          UT_CMccCodecAVC.cpp 
       
    45 SOURCE          UT_CMccCodecAAC.cpp 
       
    46 SOURCE          UT_CMccCodecDTMF.cpp 
       
    47 SOURCE          UT_CMccCodecH263.cpp 
       
    48 SOURCE          UT_CMccCodecRed.cpp
       
    49 SOURCE          UT_CMccCodecCn.cpp
       
    50 SOURCE          UT_TMccCryptoContext.cpp 
       
    51 SOURCE          UT_CMccCryptoContextContainer.cpp
       
    52 SOURCE          UT_CMccSecureInterface.cpp
       
    53  
       
    54 // Sources needed by the test
       
    55 SOURCEPATH      ../../../src
       
    56 
       
    57 SOURCE          mmccinterface.cpp
       
    58 SOURCE          mmcccodecinformation.cpp
       
    59 SOURCE          mmcccodecinformationfactory.cpp
       
    60 SOURCE          mmcccodecamr.cpp
       
    61 SOURCE          mmcccodecamrwb.cpp
       
    62 SOURCE          mmcccodecg711.cpp
       
    63 SOURCE          mmcccodecg729.cpp
       
    64 SOURCE          mmcccodecilbc.cpp
       
    65 SOURCE          mmcccodecdtmf.cpp
       
    66 SOURCE          mmcccodecred.cpp 
       
    67 SOURCE          mmcccodeccn.cpp                 
       
    68 SOURCE          mmcccodech263.cpp                 
       
    69 SOURCE          mmcccodecavc.cpp 
       
    70 SOURCE          mmcccodecaac.cpp                
       
    71 SOURCE          mmccevent.cpp
       
    72 SOURCE          mmcccryptocontextcontainer.cpp
       
    73 SOURCE          mmccsecureinterface.cpp
       
    74 
       
    75 SOURCEPATH      ../../../../mmccshared/src
       
    76 SOURCE          mmcccryptocontext.cpp
       
    77 
       
    78 USERINCLUDE             ../inc
       
    79 USERINCLUDE             ../../../inc
       
    80 USERINCLUDE             ../../../../tsrc/inc
       
    81 USERINCLUDE             ../../../../tsrc/stubs/inc
       
    82 USERINCLUDE             ../../../../tsrc/rtpsourcesinkstub/inc
       
    83 USERINCLUDE             ../../../../mmccshared/inc
       
    84 USERINCLUDE             ../../../../inc
       
    85 USERINCLUDE             ../../../../mmcccontroller/inc
       
    86 USERINCLUDE             ../../../../mmccsubcontroller/inc
       
    87 USERINCLUDE             ../../../../mmccrtpsourcesink/inc
       
    88 
       
    89 MW_LAYER_SYSTEMINCLUDE
       
    90 
       
    91 LIBRARY                 ecom.lib
       
    92 LIBRARY                 esock.lib
       
    93 LIBRARY                 EUnit.lib
       
    94 LIBRARY 				        eunitutil.lib
       
    95 LIBRARY                 euser.lib
       
    96 LIBRARY                 inetprotutil.lib
       
    97 LIBRARY                 insock.lib
       
    98 LIBRARY                 mmfcontrollerframework.lib
       
    99 LIBRARY                 mmfstandardcustomcommands.lib
       
   100 LIBRARY 				        charconv.lib
       
   101 LIBRARY                 bafl.lib 
       
   102 
       
   103 // End of file