genericopenlibs/openenvcore/liblogger/group/liblogger.mmp
changeset 0 e4d67989cc36
child 17 ef2ebc87518f
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     1 /*
       
     2 * Copyright (c) 2006-2009 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:  Project specific file.
       
    15  *
       
    16 */
       
    17 
       
    18 
       
    19 TARGET			liblogger.dll
       
    20 TARGETTYPE		dll
       
    21 UID             0x10000079 0x104f98fd
       
    22 
       
    23 CAPABILITY      ALL -TCB
       
    24 VENDORID        0x70000001
       
    25 VERSION 				1.0
       
    26 
       
    27 //MACRO SYMBIAN_FILE_LOGGER
       
    28 
       
    29 
       
    30 SOURCEPATH		../src
       
    31 SOURCE			liblogger.cpp
       
    32 SOURCE			libloggerhandler.cpp
       
    33 
       
    34 DOCUMENT	   ../inc/liblogger.dosc
       
    35 DOCUMENT 	   ../inc/libloggerhandler.dosc
       
    36 
       
    37 USERINCLUDE		../inc
       
    38 
       
    39 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    40 
       
    41 LIBRARY		euser.lib
       
    42 LIBRARY	    efsrv.lib 
       
    43 LIBRARY	    flogger.lib
       
    44 
       
    45 SMPSAFE
       
    46 
       
    47 
       
    48 
       
    49 
       
    50