Common oil.pref example
From ERIKA WIKI
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 ################ # # 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