vtprotocolsstub/group/videotelproto.mmp
changeset 18 d9b6a8729acd
parent 4 6dc066157ed4
child 23 c378a0498b84
child 27 dcbddbbaf8fd
equal deleted inserted replaced
4:6dc066157ed4 18:d9b6a8729acd
     1 /*
       
     2 * Copyright (c) 2008 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:  Video telephony protocol
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 // Capability assignment.
       
    21 CAPABILITY CAP_GENERAL_DLL
       
    22 
       
    23 // default vendor id
       
    24 VENDORID VID_DEFAULT
       
    25 
       
    26 TARGET          videotelproto.dll
       
    27 TARGETTYPE      dll
       
    28 UID             0x1000008d 0x20021182
       
    29 
       
    30 
       
    31 SOURCEPATH      ../src
       
    32 
       
    33 SOURCE          cdatasinkproxy.cpp
       
    34 SOURCE          cdatasourceproxy.cpp
       
    35 SOURCE          caudioconfighandler.cpp
       
    36 SOURCE          ch324confighandler.cpp
       
    37 SOURCE          csessionhandler.cpp
       
    38 SOURCE          cvideoconfighandler.cpp
       
    39 SOURCE          cvtuserinput.cpp
       
    40 SOURCE          vtprotocolfactory.cpp
       
    41 
       
    42 DOCUMENT        ../../group/bld.inf
       
    43 
       
    44 USERINCLUDE     ../inc/
       
    45 
       
    46 
       
    47 APP_LAYER_SYSTEMINCLUDE
       
    48 SYSTEMINCLUDE   ../../inc
       
    49 SYSTEMINCLUDE   /epoc32/include/mmf/common
       
    50 SYSTEMINCLUDE   /epoc32/include/mmf/server
       
    51 
       
    52 LIBRARY euser.lib
       
    53 LIBRARY ws32.lib
       
    54 
       
    55 LIBRARY	commonengine.lib
       
    56 LIBRARY MediaClientAudio.lib
       
    57 
       
    58 
       
    59 
       
    60 DEBUGLIBRARY vtlogger.lib
       
    61 
       
    62 LIBRARY MMFDevSound.lib
       
    63 
       
    64 
       
    65 // End of File