Release version 2.0 38/321338/1
authorSangYoun Kwak <sy.kwak@samsung.com>
Wed, 19 Mar 2025 05:03:16 +0000 (14:03 +0900)
committerSangYoun Kwak <sy.kwak@samsung.com>
Wed, 19 Mar 2025 05:03:16 +0000 (14:03 +0900)
Changes from version 1.0:
 - Add the hal-backend-service to support hal-backends can be accessed
   through IPC using TIDL in hal-apis.

 - The hal-backend-service uses plugins corresponding to each hal
   module, and these plugins are provided by hal-api.

 - For each hal backend module, it can be set to run in the thread or in
   the process.

 - Each process is executed as one independent systemd service, and the
   thread operates in the form of a tizen-core task within the service
   process.

 - Since these hal-backend-services can be configured in various ways,
   service files and socket files must be configured dynamically.
   Therefore, the configuration of the hal-backend-service is set to
   json format, and it is dynamically generated by reading it in the
   hal-backend-service-generator.py script.

Change-Id: Id91e69e52358f9afd90e58c3a8562e4791fe8fbe
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
packaging/hal-api-common.spec

index f68335cb85f92b61ce8d7f1c2e8fe32b6bd8c04a..ba9fc60b42c9f6e5e5a741b4f12df7a02ba40cb0 100644 (file)
@@ -31,7 +31,7 @@
 ### main package #########
 Name:       %{name}
 Summary:    %{name} interface
-Version:    1.0.5
+Version:    2.0.0
 Release:    2
 Group:      Development/Libraries
 License:    Apache-2.0