19 lines
1.5 KiB
XML
Executable File
19 lines
1.5 KiB
XML
Executable File
<?xml version="1.0" encoding="UTF-16" ?>
|
||
<!-- Seclore Server SDK Java(4.4.4.0) -->
|
||
<!-- Configuration File (1.0.0.0). -->
|
||
<!-- This file contains the XML strcuture which should be passed
|
||
to the IFSHelperInitialize API to initialize the Library -->
|
||
|
||
<fs-helper-config>
|
||
<!-- Locale being used in the application. Currently, this tag is ignored. -->
|
||
<locale/>
|
||
<!-- Application Path -->
|
||
<!-- E.g D:\LiteOnlineSampleApp -->
|
||
<app-path></app-path>
|
||
<!-- Whether the FSHelper Library need to initialize the loggers.
|
||
true - FSHelper Library will initialize the logger
|
||
false - calling application has already initialized the logger.
|
||
-->
|
||
<initalize-logger>true</initalize-logger>
|
||
|
||
</fs-helper-config> |