From 78f00346230c658fbdbc9fa037c5bd91a282c589 Mon Sep 17 00:00:00 2001 From: Sunggyu Choi Date: Thu, 11 Sep 2025 09:57:36 +0900 Subject: [PATCH] Update menu tree and main page of HAL API Referfence --- docs/platform/HAL/api/1.0/Nodes.xml | 6 +- docs/platform/HAL/api/1.0/Tokens.xml | 8 +- .../api/1.0/group__HALAPI__HAL__SECURITY.html | 6 +- .../api/1.0/group__HALAPI__HAL__SECURITY.js | 6 +- ...__HALAPI__HAL__SECURITY__AUTH__MODULE.html | 16 ++-- ..._HALAPI__HAL__SECURITY__CERTS__MODULE.html | 6 +- ...__HALAPI__HAL__SECURITY__KEYS__MODULE.html | 6 +- .../group__HALAPI__HAL__SENSOR__MODULE.html | 6 +- .../1.0/group__HALAPI__HAL__TBM__MODULE.html | 4 +- .../1.0/group__HALAPI__HAL__TDM__MODULE.html | 6 +- docs/platform/HAL/api/1.0/index.html | 70 ++++++++++-------- docs/platform/HAL/api/1.0/modules.html | 6 +- docs/platform/HAL/api/1.0/search-config.php | 2 +- docs/platform/HAL/api/1.0/search/search.idx | Bin 1207024 -> 1207490 bytes 14 files changed, 77 insertions(+), 71 deletions(-) diff --git a/docs/platform/HAL/api/1.0/Nodes.xml b/docs/platform/HAL/api/1.0/Nodes.xml index f30f214566..5ccad63379 100644 --- a/docs/platform/HAL/api/1.0/Nodes.xml +++ b/docs/platform/HAL/api/1.0/Nodes.xml @@ -180,19 +180,19 @@ group__HALAPI__HAL__SECURITY.html - Security Auth + Auth group__HALAPI__HAL__SECURITY__AUTH__MODULE.html - Security Certs + Certs group__HALAPI__HAL__SECURITY__CERTS__MODULE.html - Security Keys + Keys group__HALAPI__HAL__SECURITY__KEYS__MODULE.html diff --git a/docs/platform/HAL/api/1.0/Tokens.xml b/docs/platform/HAL/api/1.0/Tokens.xml index 78fbcd2328..162e6b087c 100644 --- a/docs/platform/HAL/api/1.0/Tokens.xml +++ b/docs/platform/HAL/api/1.0/Tokens.xml @@ -18396,7 +18396,7 @@ c group__HALAPI__HAL__SECURITY__AUTH__MODULE.html - The Security Auth provides functions to handle the authentication per user. + The Auth provides functions to handle the authentication per user. @@ -18806,7 +18806,7 @@ c group__HALAPI__HAL__SECURITY__CERTS__MODULE.html - The Security Certs provides functions for device certificates and signing operations. + The Certs provides functions for device certificates and signing operations. @@ -19059,7 +19059,7 @@ c group__HALAPI__HAL__SECURITY__KEYS__MODULE.html - The Security Keys provides functions to handle keys and data related operations. + The Keys provides functions to handle keys and data related operations. @@ -20106,7 +20106,7 @@ c group__HALAPI__HAL__SENSOR__MODULE.html - The Sensor provides functions for geting/putting backend and creating sensor devices. + The Sensor provides functions for getting/putting backend and creating sensor devices. diff --git a/docs/platform/HAL/api/1.0/group__HALAPI__HAL__SECURITY.html b/docs/platform/HAL/api/1.0/group__HALAPI__HAL__SECURITY.html index 09f64fa074..242eef2515 100644 --- a/docs/platform/HAL/api/1.0/group__HALAPI__HAL__SECURITY.html +++ b/docs/platform/HAL/api/1.0/group__HALAPI__HAL__SECURITY.html @@ -98,11 +98,11 @@

Module Description -Security Certs Provides functions to handle device certificates and signing operations +Certs Provides functions to handle device certificates and signing operations -Security Keys Provides functions to handle keys and data related operations +Keys Provides functions to handle keys and data related operations -Security Auth Provides functions to handle the authentication per user +Auth Provides functions to handle the authentication per user

For more information on the HAL Security submodule features, see HAL Security Guide.

diff --git a/docs/platform/HAL/api/1.0/group__HALAPI__HAL__SECURITY.js b/docs/platform/HAL/api/1.0/group__HALAPI__HAL__SECURITY.js index f5159aeba6..f017f1361f 100644 --- a/docs/platform/HAL/api/1.0/group__HALAPI__HAL__SECURITY.js +++ b/docs/platform/HAL/api/1.0/group__HALAPI__HAL__SECURITY.js @@ -1,6 +1,6 @@ var group__HALAPI__HAL__SECURITY = [ - [ "Security Auth", "group__HALAPI__HAL__SECURITY__AUTH__MODULE.html", null ], - [ "Security Certs", "group__HALAPI__HAL__SECURITY__CERTS__MODULE.html", null ], - [ "Security Keys", "group__HALAPI__HAL__SECURITY__KEYS__MODULE.html", null ] + [ "Auth", "group__HALAPI__HAL__SECURITY__AUTH__MODULE.html", null ], + [ "Certs", "group__HALAPI__HAL__SECURITY__CERTS__MODULE.html", null ], + [ "Keys", "group__HALAPI__HAL__SECURITY__KEYS__MODULE.html", null ] ]; \ No newline at end of file diff --git a/docs/platform/HAL/api/1.0/group__HALAPI__HAL__SECURITY__AUTH__MODULE.html b/docs/platform/HAL/api/1.0/group__HALAPI__HAL__SECURITY__AUTH__MODULE.html index 6eba578262..9570984d3a 100644 --- a/docs/platform/HAL/api/1.0/group__HALAPI__HAL__SECURITY__AUTH__MODULE.html +++ b/docs/platform/HAL/api/1.0/group__HALAPI__HAL__SECURITY__AUTH__MODULE.html @@ -3,7 +3,7 @@ -Tizen HAL API: Security Auth +Tizen HAL API: Auth @@ -89,11 +89,11 @@
-
Security Auth
+
Auth

-

The Security Auth provides functions to handle the authentication per user.

+

The Auth provides functions to handle the authentication per user.

Required Header

#include <hal/hal-security-auth.h>

@@ -239,7 +239,7 @@

-

Get the accumulated attempt number for user's password auth trys

+

Get the accumulated attempt number for user's password auth tries

@@ -281,7 +281,7 @@

-

Get the limited maximum attempt number of user's password auth trys

+

Get the limited maximum attempt number of user's password auth tries

@@ -323,7 +323,7 @@

-

Increase the accumulated attempt number for user's password auth trys

+

Increase the accumulated attempt number for user's password auth tries

@@ -393,7 +393,7 @@

-

Reset the accumulated attempt number for user's password auth trys

+

Reset the accumulated attempt number for user's password auth tries

@@ -435,7 +435,7 @@

-

Set the limited maximum attempt number of user's password auth trys

+

Set the limited maximum attempt number of user's password auth tries

diff --git a/docs/platform/HAL/api/1.0/group__HALAPI__HAL__SECURITY__CERTS__MODULE.html b/docs/platform/HAL/api/1.0/group__HALAPI__HAL__SECURITY__CERTS__MODULE.html index 3134dbbdd3..ae8195a50a 100644 --- a/docs/platform/HAL/api/1.0/group__HALAPI__HAL__SECURITY__CERTS__MODULE.html +++ b/docs/platform/HAL/api/1.0/group__HALAPI__HAL__SECURITY__CERTS__MODULE.html @@ -3,7 +3,7 @@ -Tizen HAL API: Security Certs +Tizen HAL API: Certs @@ -89,11 +89,11 @@
-
Security Certs
+
Certs

-

The Security Certs provides functions for device certificates and signing operations.

+

The Certs provides functions for device certificates and signing operations.

Required Header

#include <hal/hal-security-certs.h>

diff --git a/docs/platform/HAL/api/1.0/group__HALAPI__HAL__SECURITY__KEYS__MODULE.html b/docs/platform/HAL/api/1.0/group__HALAPI__HAL__SECURITY__KEYS__MODULE.html index 9aa3867c8b..c99bd7790d 100644 --- a/docs/platform/HAL/api/1.0/group__HALAPI__HAL__SECURITY__KEYS__MODULE.html +++ b/docs/platform/HAL/api/1.0/group__HALAPI__HAL__SECURITY__KEYS__MODULE.html @@ -3,7 +3,7 @@ -Tizen HAL API: Security Keys +Tizen HAL API: Keys @@ -89,11 +89,11 @@
-
Security Keys
+
Keys

-

The Security Keys provides functions to handle keys and data related operations.

+

The Keys provides functions to handle keys and data related operations.

Required Header

#include <hal/hal-security-keys.h>

diff --git a/docs/platform/HAL/api/1.0/group__HALAPI__HAL__SENSOR__MODULE.html b/docs/platform/HAL/api/1.0/group__HALAPI__HAL__SENSOR__MODULE.html index 698e1527e0..fa2d52c2ed 100644 --- a/docs/platform/HAL/api/1.0/group__HALAPI__HAL__SENSOR__MODULE.html +++ b/docs/platform/HAL/api/1.0/group__HALAPI__HAL__SENSOR__MODULE.html @@ -94,7 +94,7 @@

-

The Sensor provides functions for geting/putting backend and creating sensor devices.

+

The Sensor provides functions for getting/putting backend and creating sensor devices.

Required Header

#include <hal-sensor.h>

@@ -132,7 +132,7 @@

  • int hal_sensor_get_attribute_int(uint64_t sensor_device_id, uint32_t id, int32_t attribute, int32_t *value);
  • int hal_sensor_get_attribute_str(uint64_t sensor_device_id, uint32_t id, int32_t attribute, char **value, size_t *len);
  • -

    Function to flush sensor datas:

    +

    Function to flush sensor data:

    • int hal_sensor_flush(uint64_t sensor_device_id, uint32_t id);
    @@ -225,7 +225,7 @@

    -

    Flush sensor datas

    +

    Flush sensor data

    diff --git a/docs/platform/HAL/api/1.0/group__HALAPI__HAL__TBM__MODULE.html b/docs/platform/HAL/api/1.0/group__HALAPI__HAL__TBM__MODULE.html index 97202cb9b2..2f7f037cae 100644 --- a/docs/platform/HAL/api/1.0/group__HALAPI__HAL__TBM__MODULE.html +++ b/docs/platform/HAL/api/1.0/group__HALAPI__HAL__TBM__MODULE.html @@ -514,7 +514,7 @@

    -

    Get plane's information from TBM buffer manger HAL according to the color format

    +

    Get plane's information from TBM buffer manager HAL according to the color format

    @@ -528,7 +528,7 @@

    -

    Get supported color format from TBM buffer manger.

    +

    Get supported color format from TBM buffer manager.

    diff --git a/docs/platform/HAL/api/1.0/group__HALAPI__HAL__TDM__MODULE.html b/docs/platform/HAL/api/1.0/group__HALAPI__HAL__TDM__MODULE.html index 9d7d967ca3..e9f7f3a8f9 100644 --- a/docs/platform/HAL/api/1.0/group__HALAPI__HAL__TDM__MODULE.html +++ b/docs/platform/HAL/api/1.0/group__HALAPI__HAL__TDM__MODULE.html @@ -4807,13 +4807,13 @@

    Since:
    HAL_MODULE_TDM 1.0
    Enumerator:
    HAL_TDM_OUTPUT_CONN_STATUS_DISCONNECTED  -

    The output disconnected

    +

    The output is disconnected

    HAL_TDM_OUTPUT_CONN_STATUS_CONNECTED  -

    The output connected

    +

    The output is connected

    HAL_TDM_OUTPUT_CONN_STATUS_MODE_SETTED  -

    The output connected and setted the mode

    +

    The output is connected and set the mode

    diff --git a/docs/platform/HAL/api/1.0/index.html b/docs/platform/HAL/api/1.0/index.html index 35a55ee881..e693761296 100644 --- a/docs/platform/HAL/api/1.0/index.html +++ b/docs/platform/HAL/api/1.0/index.html @@ -106,69 +106,75 @@

    Supported version of HAL Interface

    - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - +
    Name Interface version Platform version
    Name Interface version Platform version Package name HAL API Git Repority HAL Backend Git Repority
    Audio 1.0 10.0
    Audio 1.0 10.0 hal-api-audio https://git.tizen.org/cgit/platform/hal/api/audio https://git.tizen.org/cgit/platform/adaptation/ap_broadcom/audio-hal-bcm2837
    +https://git.tizen.org/cgit/platform/adaptation/emulator/audio-hal-emul
    Bluetooth 1.0 10.0
    Bluetooth 1.0 10.0 hal-api-bluetooth https://git.tizen.org/cgit/platform/hal/api/bluetooth https://git.tizen.org/cgit/platform/hal/backend/bluetooth-usb
    +https://git.tizen.org/cgit/platform/hal/backend/vim3/bluetooth-vim3
    Camera 1.2 10.0
    Camera 1.2 10.0 hal-api-camera https://git.tizen.org/cgit/platform/hal/api/camera https://git.tizen.org/cgit/platform/hal/backend/camera-v4l2
    Codec 1.2 10.0
    Codec 1.2 10.0 hal-api-codec https://git.tizen.org/cgit/platform/hal/api/codec https://git.tizen.org/cgit/platform/hal/backend/codec-v4l2
    Common 1.0 10.0
    Common 1.0 10.0 hal-api-common https://git.tizen.org/cgit/platform/hal/api/common -
    DRM 1.0 10.0
    DRM 1.0 10.0 hal-api-drm https://git.tizen.org/cgit/platform/hal/api/drm https://git.tizen.org/cgit/platform/hal/backend/drm-generic
    Device - Battery 1.0 10.0
    Device - Battery 1.0 10.0 hal-api-device https://git.tizen.org/cgit/platform/hal/api/device https://git.tizen.org/cgit/platform/hal/backend/rpi/device-rpi
    Device - Bezel 1.0 10.0
    Device - Bezel 1.0 10.0 hal-api-device https://git.tizen.org/cgit/platform/hal/api/device https://git.tizen.org/cgit/platform/hal/backend/rpi/device-rpi
    Device - Board 1.0 10.0
    Device - Board 1.0 10.0 hal-api-device https://git.tizen.org/cgit/platform/hal/api/device https://git.tizen.org/cgit/platform/hal/backend/rpi/device-rpi
    Device - Display 1.0 10.0
    Device - Display 1.0 10.0 hal-api-device https://git.tizen.org/cgit/platform/hal/api/device https://git.tizen.org/cgit/platform/hal/backend/rpi/device-rpi
    Device - External Connection 1.0 10.0
    Device - External Connection 1.0 10.0 hal-api-device https://git.tizen.org/cgit/platform/hal/api/device https://git.tizen.org/cgit/platform/hal/backend/rpi/device-rpi
    Device - Haptic 1.0 10.0
    Device - Haptic 1.0 10.0 hal-api-device https://git.tizen.org/cgit/platform/hal/api/device https://git.tizen.org/cgit/platform/hal/backend/rpi/device-rpi
    Device - Input 1.0 10.0
    Device - Input 1.0 10.0 hal-api-device https://git.tizen.org/cgit/platform/hal/api/device https://git.tizen.org/cgit/platform/hal/backend/rpi/device-rpi
    Device - Ir 1.0 10.0
    Device - Ir 1.0 10.0 hal-api-device https://git.tizen.org/cgit/platform/hal/api/device https://git.tizen.org/cgit/platform/hal/backend/rpi/device-rpi
    Device - Led 1.0 10.0
    Device - Led 1.0 10.0 hal-api-device https://git.tizen.org/cgit/platform/hal/api/device https://git.tizen.org/cgit/platform/hal/backend/rpi/device-rpi
    Device - Memory 1.0 10.0
    Device - Memory 1.0 10.0 hal-api-device https://git.tizen.org/cgit/platform/hal/api/device https://git.tizen.org/cgit/platform/hal/backend/rpi/device-rpi
    Device - Power 1.0 10.0
    Device - Power 1.0 10.0 hal-api-device https://git.tizen.org/cgit/platform/hal/api/device https://git.tizen.org/cgit/platform/hal/backend/rpi/device-rpi
    Device - Thermal 1.0 10.0
    Device - Thermal 1.0 10.0 hal-api-device https://git.tizen.org/cgit/platform/hal/api/device https://git.tizen.org/cgit/platform/hal/backend/rpi/device-rpi
    Device - Touchscreen 1.0 10.0
    Device - Touchscreen 1.0 10.0 hal-api-device https://git.tizen.org/cgit/platform/hal/api/device https://git.tizen.org/cgit/platform/hal/backend/rpi/device-rpi
    HDCP 1.0 10.0
    HDCP 1.0 10.0 hal-api-hdcp https://git.tizen.org/cgit/platform/hal/api/hdcp https://git.tizen.org/cgit/platform/hal/backend/hdcp-generic
    Location 1.0 10.0
    Location 1.0 10.0 hal-api-location https://git.tizen.org/cgit/platform/hal/api/location https://git.tizen.org/cgit/platform/core/location/lbs-server-plugin-replay
    Nfc 1.0 10.0
    Nfc 1.0 10.0 hal-api-nfc https://git.tizen.org/cgit/platform/hal/api/nfc -
    Power 1.0 10.0
    Power 1.0 10.0 hal-api-power https://git.tizen.org/cgit/platform/hal/api/power https://git.tizen.org/cgit/platform/adaptation/rpi/pass-hal-rpi
    Radio 1.0 10.0
    Radio 1.0 10.0 hal-api-radio https://git.tizen.org/cgit/platform/hal/api/radio -
    Security - Security Auth 1.0 10.0
    Security - Auth 1.0 10.0 hal-api-security https://git.tizen.org/cgit/platform/hal/api/security https://git.tizen.org/cgit/platform/hal/backend/emulator/security-certs
    Security - Security Certs 1.0 10.0
    Security - Certs 1.0 10.0 hal-api-security https://git.tizen.org/cgit/platform/hal/api/security https://git.tizen.org/cgit/platform/hal/backend/emulator/security-auth
    Security - Security Keys 1.0 10.0
    Security - Keys 1.0 10.0 hal-api-security https://git.tizen.org/cgit/platform/hal/api/security https://git.tizen.org/cgit/platform/hal/backend/emulator/security-keys
    Sensor 1.0 10.0
    Sensor 1.0 10.0 hal-api-sensor https://git.tizen.org/cgit/platform/hal/api/sensor https://git.tizen.org/cgit/platform/hal/backend/rpi/sensor-rpi
    TBM 1.1 10.0
    TBM 1.1 10.0 hal-api-tbm https://git.tizen.org/cgit/platform/hal/api/tbm https://git.tizen.org/cgit/platform/adaptation/broadcom/libtbm-vc4
    +https://git.tizen.org/cgit/platform/adaptation/amlogic/libtbm-meson
    +https://git.tizen.org/cgit/platform/adaptation/libtbm-dumb
    +https://git.tizen.org/cgit/platform/adaptation/libtbm-shm
    TDM 1.0 10.0
    TDM 1.0 10.0 hal-api-tdm https://git.tizen.org/cgit/platform/hal/api/tdm https://git.tizen.org/cgit/platform/adaptation/broadcom/libtdm-vc4
    +https://git.tizen.org/cgit/platform/adaptation/libtdm-drm
    Wi-Fi 1.0 10.0
    Wi-Fi 1.0 10.0 hal-api-wifi https://git.tizen.org/cgit/platform/hal/api/wifi -

    Required Header

    diff --git a/docs/platform/HAL/api/1.0/modules.html b/docs/platform/HAL/api/1.0/modules.html index 72c91c5df7..3759136e60 100644 --- a/docs/platform/HAL/api/1.0/modules.html +++ b/docs/platform/HAL/api/1.0/modules.html @@ -125,9 +125,9 @@
  • Nfc
  • Security
  • System