vtprotocols/group/videotelproto.mmp
changeset 0 ed9695c8bcbe
child 24 f15ac8e65a02
equal deleted inserted replaced
-1:000000000000 0:ed9695c8bcbe
       
     1 /*
       
     2 * Copyright (c) 2004 - 2006 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:  This is project specification file for the Vtprotocols.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 // Capability assignment.
       
    22 CAPABILITY CAP_GENERAL_DLL
       
    23 
       
    24 // default vendor id
       
    25 VENDORID VID_DEFAULT
       
    26 
       
    27 TARGET          videotelproto.dll
       
    28 TARGETTYPE      dll
       
    29 UID             0x1000008d 0x20021182
       
    30 
       
    31 
       
    32 SOURCEPATH      ../src
       
    33 
       
    34 SOURCE          cdatasinkproxy.cpp
       
    35 SOURCE          cdatasourceproxy.cpp
       
    36 SOURCE          caudioconfighandler.cpp
       
    37 SOURCE          ch324confighandler.cpp
       
    38 SOURCE          csessionhandler.cpp
       
    39 SOURCE          cvideoconfighandler.cpp
       
    40 SOURCE          cvtuserinput.cpp
       
    41 SOURCE          vtprotocolfactory.cpp
       
    42 
       
    43 DOCUMENT        ../../group/bld.inf
       
    44 
       
    45 USERINCLUDE     ../inc/
       
    46 
       
    47 
       
    48 APP_LAYER_SYSTEMINCLUDE
       
    49 SYSTEMINCLUDE   ../../inc
       
    50 SYSTEMINCLUDE   /epoc32/include/mmf/common
       
    51 SYSTEMINCLUDE   /epoc32/include/mmf/server
       
    52 
       
    53 LIBRARY euser.lib
       
    54 LIBRARY ws32.lib
       
    55 
       
    56 LIBRARY	commonengine.lib
       
    57 LIBRARY mediaclientaudio.lib
       
    58 
       
    59 
       
    60 
       
    61 DEBUGLIBRARY vtlogger.lib
       
    62 
       
    63 LIBRARY pv2waysymbianadapter.lib
       
    64 LIBRARY mmfdevsound.lib
       
    65 
       
    66 
       
    67 // End of File