#==============================================================================
# static information common to all instances of DCF component
#==============================================================================
[ component_info ]
name = DCF
type = java_lib
category = application_support_libs
description = DCF commonly used classes
package_prefix = com.lbs
slnreldir = .\jsrc\com\lbs\DCF

[ required_components ]
[ debug_controls ]
debug_flag = df_SHOW_CONSTRUCTORS, 0x0001, show object constructors
debug_flag = df_SHOW_DESTRUCTORS, 0x0002, show object destructors
debug_flag = df_SHOW_GENERAL_FLOW, 0x0004, show general flow
debug_flag = df_SIMULATE_HARDWARE, 0x0008, simulate external devices
debug_flag = df_SHOW_CFG_INFO, 0x0010, show configuration information
debug_flag = df_SHOW_EXC_THROW, 0x0020, show exceptions before throwing
debug_flag = df_SHOW_WARNINGS, 0x0040, show warning message text
debug_flag = df_SHOW_CMD_OUTPUT, 0x10000, Log output from runCommand children

#==============================================================================
# per-instance information for the DCF component
#==============================================================================
[ DCF ]
debug_flags = 0x00000
