remove unused files (#7)

This commit is contained in:
tompzf
2026-03-27 14:24:52 +01:00
committed by GitHub
parent aefefd52f7
commit 6ed5fdb951
74 changed files with 0 additions and 8898 deletions

View File

@@ -1,28 +0,0 @@
# Settings file
[Settings]
Version = 100
# The system config array can contain zero or more configurations that are loaded at the time
# the system ist started. It is advisable to split the configurations in:
# platform config - containing all the components needed to interact with the OS,
# middleware, vehicle bus, Ethernet.
# vehicle interface - containing the vehicle bus interpretation components like data link
# based on DBC and devices for their abstraction.
# vehicle abstraction - containing the basic services
# Load the system configurations by providing the "SystemConfig" keyword as an array of strings.
# A relative path is relative to the installation directory (being "exe_location/instance_id").
#
# Example:
# SystemConfig = [ "platform.toml", "vehicle_ifc.toml", "vehicle_abstract.toml" ]
#
SystemConfig = [ "platform.toml", "vehicle_ifc.toml", "vehicle_abstract.toml" ]
# The application config contains the configuration file that can be updated when services and
# apps are being added to the system (or being removed from the system). Load the application
# config by providing the "AppConfig" keyword as a string value. A relative path is relative to
# the installation directory (being "exe_location/instance_id").
#
# Example
# AppConfig = "app_config.toml"
#
AppConfig = "trunk.toml"

View File

@@ -1,20 +0,0 @@
[Configuration]
Version = 100
[[Component]]
Path = "trunk_complex_service.sdv"
Class = "Open Trunk Service"
Name = "Open Trunk Service"
[[Module]]
Path = "trunk_service_proxystub.sdv"
[[Module.Component]]
Class = "Proxy_13181601229896482092"
Aliases = ["Proxy_ITrunkKitService"]
Type = "Proxy"
[[Module.Component]]
Class = "Stub_13181601229896482092"
Aliases = ["Stub_ITrunkKitService"]
Type = "Stub"

View File

@@ -1,19 +0,0 @@
[Configuration]
Version = 100
[[Component]]
Path = "trunk_bs_vehiclespeed_rx.sdv"
Class = "Vehicle.Speed_Service"
Name = "Vehicle.Speed_Service"
[[Component]]
Path = "trunk_bs_vehicletrunk_tx.sdv"
Class = "Vehicle.Body.Trunk_Service"
Name = "Vehicle.Body.Trunk_Service"
[[Module]]
Path = "trunk_proxystub.sdv"

View File

@@ -1,19 +0,0 @@
[Configuration]
Version = 100
[[Component]]
Path = "can_dl_trunk.sdv"
Class = "CAN_data_link"
Name = "DataLink"
[[Component]]
Path = "trunk_vd_vehiclespeed_rx.sdv"
Class = "Vehicle.Speed_Device"
Name = "Vehicle.Speed_Device"
[[Component]]
Path = "trunk_vd_vehicletrunk_tx.sdv"
Class = "Vehicle.Body.Trunk_Device"
Name = "Vehicle.Body.Trunk_Device"