mirror of
https://github.com/eclipse-openvehicle-api/openvehicle-api.git
synced 2026-08-30 12:15:12 +00:00
connection between 2 systems and bug fixes (#14)
This commit is contained in:
@@ -1,2 +1,16 @@
|
||||
# Location of the SDV core library
|
||||
directory = "../../bin"
|
||||
# This file is used to overwrite the location of the SDV Core Library regardless of the values of Vehicle API environment variables.
|
||||
# For test and examples of the SDV Vehicle API Framework, the default location is the binary directory of the target builds. This
|
||||
# file redirects the location to the binary folder of the SDV Vehicle API Core Framework.
|
||||
# The environment variables will be updated for the application and all child-applications when using the core loader. The
|
||||
# locations the environment variables will direct to are:
|
||||
# - SDV_FRAMEWORK_RUNTIME "../../bin"
|
||||
# - SDV_COMPONENT_INSTALL "../../bin"
|
||||
# - SDV_FRAMEWORK_DEV_TOOLS "../../bin"
|
||||
# - SDV_FRAMEWORK_DEV_INCLUDE "../../../../export"
|
||||
|
||||
[CoreLocation]
|
||||
Version = 100
|
||||
Runtime = "../../bin"
|
||||
Install = "../../bin"
|
||||
DevTools = "../../bin"
|
||||
Include = "../../../../export"
|
||||
Reference in New Issue
Block a user