File: framework_config_bindist.xml

package info (click to toggle)
sleuthkit 4.6.5-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 39,264 kB
  • sloc: ansic: 171,812; cpp: 44,216; sh: 31,364; java: 17,674; makefile: 1,241; xml: 838; perl: 797; python: 707; sed: 16
file content (9 lines) | stat: -rwxr-xr-x 600 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<!-- Used in binary distribution of framework  - Contains only the settings that are relevant for it -->
<!-- For more information please consult the TskSystemProperties::PredefinedProperty member enumeration documentation at http://www.sleuthkit.org/sleuthkit/docs/framework-docs/classTskSystemProperties.html -->
<TSK_FRAMEWORK_CONFIG>
  <CONFIG_DIR>#PROG_DIR#</CONFIG_DIR>
  <MODULE_DIR>#PROG_DIR#\..\modules\</MODULE_DIR>  
  <MODULE_CONFIG_DIR>#PROG_DIR#\..\modules\</MODULE_CONFIG_DIR>  
  <!-- <SCALPEL_DIR>path</SCALPEL_DIR> -->
</TSK_FRAMEWORK_CONFIG>