loggingservices/eventlogger/Rom/logeng.iby
branchRCL_3
changeset 24 cc28652e0254
parent 23 26645d81f48d
equal deleted inserted replaced
23:26645d81f48d 24:cc28652e0254
    21 #include <dbms.iby>
    21 #include <dbms.iby>
    22 
    22 
    23 REM The Log Engine
    23 REM The Log Engine
    24 
    24 
    25 #ifndef NO_LOG_ENGINE_IN_ROM
    25 #ifndef NO_LOG_ENGINE_IN_ROM
    26 file=ABI_DIR\BUILD_DIR\logwrap.dll	System\Libs\LogWrap.dll
    26 file=ABI_DIR\BUILD_DIR\LogWrap.dll	System\Libs\LogWrap.dll
    27 file=ABI_DIR\BUILD_DIR\logcli.dll	System\Libs\LogCli.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
    28 file=ABI_DIR\BUILD_DIR\LogCntModel.dll	System\Libs\LogCntModel.dll
    29 file=ABI_DIR\BUILD_DIR\logserv.exe	System\Programs\LogServ.exe
    29 file=ABI_DIR\BUILD_DIR\LogServ.exe	System\Programs\LogServ.exe
    30 
    30 
    31 data=ZPRIVATE\101f401d\backup_registration.xml private\101f401d\backup_registration.xml
    31 data=ZPRIVATE\101f401d\backup_registration.xml private\101f401d\backup_registration.xml
    32 
    32 
    33 #include "logeng.hby"
    33 #include "logeng.hby"
    34 #else
    34 #else
    35 file=ABI_DIR\BUILD_DIR\logstub.dll	System\Libs\LogWrap.dll
    35 file=ABI_DIR\BUILD_DIR\LogStub.dll	System\Libs\LogWrap.dll
    36 #endif
    36 #endif
    37 
    37 
    38 #endif
    38 #endif