Common oil.pref example

From ERIKA WIKI
Jump to: navigation, search

Here is an example of common_oil.pref. By default, RT-Druid searches it at rtdruid_base_path/configuration/common_oil.pref

# This is an example of RT-Druid configuration file.
# By default, RT-Druid searches this file at RT-Druid_base_path/configuration/common_oil.pref

################
#
#  Erika generation platform
#
################

# Enforce the platform where erika enterprise should be compiled.
# By default this value is computed by RT-Druid, depending on the platform where RT-Druid is running

# Generate makefile for cygwin
#erika_enterprise_generation_platform=cygwin

# Generate makefile for linux
#erika_enterprise_generation_platform=linux

################
#
#  Erika Enterprise Files
#
################

# Set erika enterprise path to ErikaEnterpriseFiles directory relative to RT-Druid base directory
# this works with both windows and linux
#erika_enterprise_location = ${eclipse_home}/../ErikaEnterpriseFiles

# Use of absolute path (windows)
#erika_enterprise_location = C:/Evidence/ErikaEnterpriseFiles
#erika_enterprise_location = C:\\Evidence\\ErikaEnterpriseFiles

# Use of absolute path (linux)
#erika_enterprise_location = /opt/Evidence/ErikaEnterpriseFiles

################
#
#  RT-Druid extension File
#
################

# Set the path to the rtdruid.ext file, relative to RT-Druid base directory
# this works with both windows and linux
#rtdruid_extension_location = ${eclipse_home}/../rtdruid.ext

# Use of absolute path (windows)
#rtdruid_extension_location = C:/Evidence/rtdruid.ext
#rtdruid_extension_location = C:\\Evidence\\rtdruid.ext

# Use of absolute path (linux)
#rtdruid_extension_location = /opt/Evidence/rtdruid.ext

################
#
#  Erika Enterprise Templates
#
################

# Some examples of windows template paths
#templates_path = C:/Evidence/ErikaEnterpriseTemplates
#templates_path = C:/Evidence/ErikaEnterpriseTemplates/path1;C:/Evidence/ErikaEnterpriseTemplates/path2
#templates_path = C:\\Evidence\\ErikaEnterpriseTemplates\\path1;C:\\Evidence\\ErikaEnterpriseTemplates\\path2

# An example of linux template paths
#templates_path = /opt/Evidence/ErikaEnterpriseTemplates/path1:/opt/Evidence/ErikaEnterpriseTemplates/path2

################
#
#  avr8
#
################

#preference_avr8__path_for_gcc_compiler = C:/programs/avr8/compiler/path
#preference_avr8__path_for_arduino_sdk  = C:/programs/arduino/sdk/path



See also

RT-Druid configuration