vtengines/videoteleng/Logger/Group/vtlogger.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 video telephony logger.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 // default vendor id
       
    21 VENDORID VID_DEFAULT
       
    22 
       
    23 // Capability assignment.
       
    24 CAPABILITY CAP_GENERAL_DLL
       
    25 
       
    26 TARGET          vtlogger.dll
       
    27 TARGETTYPE      dll
       
    28 UID             0x1000008d 0x101F8699
       
    29 
       
    30 SOURCEPATH      ../Src
       
    31 
       
    32 SOURCE          CVtLogger.cpp
       
    33 
       
    34 DOCUMENT        ../Group/bld.inf
       
    35 
       
    36 USERINCLUDE     ../Inc
       
    37 
       
    38 APP_LAYER_SYSTEMINCLUDE
       
    39 
       
    40 LIBRARY euser.lib 
       
    41 LIBRARY efsrv.lib
       
    42 LIBRARY flogger.lib
       
    43 
       
    44 
       
    45 // End of File