vtengines/videoteleng/CallCtrl/Group/videocallctrl.mmp
changeset 0 ed9695c8bcbe
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 Video Call Control.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include  <platform_paths.hrh>
       
    20 
       
    21 #include "../Inc/VtCtlConfig.hrh"
       
    22 
       
    23 // default vendor id
       
    24 VENDORID VID_DEFAULT
       
    25 
       
    26 // Capability assignment.
       
    27 CAPABILITY CAP_GENERAL_DLL
       
    28 
       
    29 TARGET          cscallctrl.dll
       
    30 TARGETTYPE      dll
       
    31 UID             0x1000008d 0x101F867F
       
    32 
       
    33 SOURCEPATH      ../Src
       
    34 SOURCE          CVtCtlFactory.cpp
       
    35 #if defined VTCALLCONTROLSTUB
       
    36 // call state connected, previous state alerting
       
    37 SOURCE          CVtCtlCallControlStub.cpp
       
    38 DOCUMENT        CVtCtlCallControl.cpp
       
    39 #else
       
    40 SOURCE          CVtCtlCallControl.cpp
       
    41 DOCUMENT        CVtCtlCallControlStub.cpp
       
    42 #endif
       
    43 SOURCE          CVtCtlSessionContainer.cpp
       
    44 SOURCE          CVtCtlCallStatusMonitor.cpp
       
    45 SOURCE          CVtCtlLineMonitor.cpp
       
    46 SOURCE          CVtCtlVideoCall.cpp
       
    47 SOURCE          VtCtlPanic.cpp
       
    48 
       
    49 DOCUMENT        ../Group/bld.inf
       
    50 
       
    51 USERINCLUDE     ../Inc
       
    52 SYSTEMINCLUDE   ../../../../inc
       
    53 APP_LAYER_SYSTEMINCLUDE
       
    54 
       
    55 LIBRARY euser.lib 
       
    56 LIBRARY etel.lib 
       
    57 LIBRARY etelmm.lib
       
    58 DEBUGLIBRARY vtlogger.lib
       
    59 
       
    60 
       
    61 // End of File