os/ossrv/genericopenlibs/openenvcore/liblogger/group/liblogger.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     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.1
    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