multimediacommscontroller/mmccinterface/group/interface.mmp
changeset 0 1bce908db942
child 49 64c62431ac08
equal deleted inserted replaced
-1:000000000000 0:1bce908db942
       
     1 /*
       
     2 * Copyright (c) 2002-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 
       
    22 TARGET             mmccinterface.dll
       
    23 
       
    24 CAPABILITY         CAP_GENERAL_DLL
       
    25 VENDORID           VID_DEFAULT
       
    26 TARGETTYPE         DLL
       
    27 
       
    28 UID             0x1000008D 0x102073F7
       
    29 
       
    30 SOURCEPATH      ../src
       
    31 SOURCE          mmccinterface.cpp
       
    32 SOURCE          mmcccodecinformation.cpp
       
    33 SOURCE          mmcccodecinformationfactory.cpp
       
    34 SOURCE          mmcccodecamr.cpp
       
    35 SOURCE          mmcccodecamrwb.cpp
       
    36 SOURCE          mmcccodecg711.cpp
       
    37 SOURCE          mmcccodecg729.cpp
       
    38 SOURCE          mmcccodecilbc.cpp
       
    39 SOURCE          mmcccodecdtmf.cpp
       
    40 SOURCE          mmcccodecred.cpp  
       
    41 SOURCE          mmcccodeccn.cpp               
       
    42 SOURCE          mmcccodech263.cpp                 
       
    43 SOURCE          mmcccodecavc.cpp 
       
    44 SOURCE          mmcccodecaac.cpp                
       
    45 SOURCE          mmccevent.cpp
       
    46 SOURCE          mmccsecureinterface.cpp
       
    47 SOURCE          mmcccryptocontextcontainer.cpp
       
    48 
       
    49 SOURCEPATH      ../../mmccshared/src
       
    50 SOURCE          mmcccryptocontext.cpp
       
    51 
       
    52 USERINCLUDE     ../inc
       
    53 USERINCLUDE     ../../mmccshared/inc
       
    54 USERINCLUDE     ../../mmcccontroller/inc
       
    55 USERINCLUDE     ../../mmccrtpsourcesink/inc
       
    56 USERINCLUDE     ../../mmccsubcontroller/inc
       
    57 
       
    58 MW_LAYER_SYSTEMINCLUDE
       
    59 
       
    60 
       
    61 
       
    62 LIBRARY         euser.lib
       
    63 LIBRARY         ecom.lib
       
    64 LIBRARY         mmfcontrollerframework.lib
       
    65 LIBRARY         mmfstandardcustomcommands.lib
       
    66 LIBRARY         insock.lib
       
    67 LIBRARY         esock.lib
       
    68 LIBRARY         inetprotutil.lib
       
    69 LIBRARY         charconv.lib
       
    70 LIBRARY         bafl.lib
       
    71 
       
    72 PAGED