os/persistentdata/loggingservices/eventlogger/Rom/logeng.iby
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) 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:
    15 *
    16 */
    17 
    18 #ifndef __LOGENG_IBY__
    19 #define __LOGENG_IBY__
    20 
    21 #include <dbms.iby>
    22 
    23 REM The Log Engine
    24 
    25 #ifndef NO_LOG_ENGINE_IN_ROM
    26 file=ABI_DIR\BUILD_DIR\logwrap.dll	System\Libs\LogWrap.dll
    27 file=ABI_DIR\BUILD_DIR\logcli.dll	System\Libs\LogCli.dll
    28 file=ABI_DIR\BUILD_DIR\logcntmodel.dll	System\Libs\LogCntModel.dll
    29 file=ABI_DIR\BUILD_DIR\logserv.exe	System\Programs\LogServ.exe
    30 
    31 data=ZPRIVATE\101f401d\backup_registration.xml private\101f401d\backup_registration.xml
    32 
    33 #include "logeng.hby"
    34 #else
    35 file=ABI_DIR\BUILD_DIR\logstub.dll	System\Libs\LogWrap.dll
    36 #endif
    37 
    38 #endif