From 0dca763f22d6978cb8ce347fbf675f8e05eea9f6 Mon Sep 17 00:00:00 2001 From: yuanbo Date: Wed, 11 May 2022 14:14:21 +0800 Subject: [PATCH] fix: hdi interface proxy should use separate parts Signed-off-by: yuanbo --- battery/bundle.json | 42 ++++++++++++++++++++++++++++++++++++++++++ face_auth/bundle.json | 8 ++++---- light/bundle.json | 42 ++++++++++++++++++++++++++++++++++++++++++ nfc/bundle.json | 42 ++++++++++++++++++++++++++++++++++++++++++ pin_auth/bundle.json | 42 ++++++++++++++++++++++++++++++++++++++++++ power/bundle.json | 42 ++++++++++++++++++++++++++++++++++++++++++ sensor/bundle.json | 42 ++++++++++++++++++++++++++++++++++++++++++ thermal/bundle.json | 42 ++++++++++++++++++++++++++++++++++++++++++ vibrator/bundle.json | 42 ++++++++++++++++++++++++++++++++++++++++++ 9 files changed, 340 insertions(+), 4 deletions(-) create mode 100644 battery/bundle.json create mode 100644 light/bundle.json create mode 100644 nfc/bundle.json create mode 100644 pin_auth/bundle.json create mode 100644 power/bundle.json create mode 100644 sensor/bundle.json create mode 100644 thermal/bundle.json create mode 100644 vibrator/bundle.json diff --git a/battery/bundle.json b/battery/bundle.json new file mode 100644 index 00000000..d6fa247c --- /dev/null +++ b/battery/bundle.json @@ -0,0 +1,42 @@ +{ + "name": "battery_device_driver_interface", + "description": "battery device driver interface", + "version": "3.2", + "license": "Apache License 2.0", + "component": { + "name": "battery_device_driver_interface", + "subsystem": "hdf", + "syscap": [""], + "adapter_system_type": ["standard"], + "rom": "675KB", + "ram": "1024KB", + "deps": { + "components": [ + "ipc", + "device_driver_framework", + "hiviewdfx_hilog_native", + "utils_base" + ], + "third_part": [ + "bounds_checking_function" + ] + }, + "build": { + "sub_component": [ + "//drivers/interface/battery/v1_0:libbattery_proxy_1.0" + ], + "test": [ + ], + "inner_kits": [ + { + "name": "//drivers/interface/battery/v1_0:libbattery_proxy_1.0", + "header": { + "header_files": [ + ], + "header_base": "//drivers/interface/battery" + } + } + ] + } + } + } \ No newline at end of file diff --git a/face_auth/bundle.json b/face_auth/bundle.json index c22ce693..b19ed1c6 100644 --- a/face_auth/bundle.json +++ b/face_auth/bundle.json @@ -1,7 +1,7 @@ { "name": "faceauth_device_driver_interface", "description": "faceauth device driver", - "version": "3.1", + "version": "3.2", "license": "Apache License 2.0", "component": { "name": "faceauth_device_driver_interface", @@ -9,7 +9,7 @@ "syscap": [""], "adapter_system_type": ["standard"], "rom": "675KB", - "ram": "7400KB", + "ram": "1024KB", "deps": { "components": [ "ipc", @@ -23,7 +23,7 @@ }, "build": { "sub_component": [ - "//drivers/peripheral/face_auth:faceauth_entry" + "//drivers/interface/face_auth/v1_0:libfaceauth_proxy_1.0" ], "test": [ ], @@ -33,7 +33,7 @@ "header": { "header_files": [ ], - "header_base": "//drivers/interface/face_auth/v1_0" + "header_base": "//drivers/interface/face_auth" } } ] diff --git a/light/bundle.json b/light/bundle.json new file mode 100644 index 00000000..1bb186d5 --- /dev/null +++ b/light/bundle.json @@ -0,0 +1,42 @@ +{ + "name": "light_device_driver_interface", + "description": "light device driver interface", + "version": "3.2", + "license": "Apache License 2.0", + "component": { + "name": "light_device_driver_interface", + "subsystem": "hdf", + "syscap": [""], + "adapter_system_type": ["standard"], + "rom": "675KB", + "ram": "1024KB", + "deps": { + "components": [ + "ipc", + "device_driver_framework", + "hiviewdfx_hilog_native", + "utils_base" + ], + "third_part": [ + "bounds_checking_function" + ] + }, + "build": { + "sub_component": [ + "//drivers/interface/light/v1_0:liblight_proxy_1.0" + ], + "test": [ + ], + "inner_kits": [ + { + "name": "//drivers/interface/light/v1_0:liblight_proxy_1.0", + "header": { + "header_files": [ + ], + "header_base": "//drivers/interface/light" + } + } + ] + } + } + } \ No newline at end of file diff --git a/nfc/bundle.json b/nfc/bundle.json new file mode 100644 index 00000000..d5d3e1a9 --- /dev/null +++ b/nfc/bundle.json @@ -0,0 +1,42 @@ +{ + "name": "nfc_device_driver_interface", + "description": "nfc device driver interface", + "version": "3.2", + "license": "Apache License 2.0", + "component": { + "name": "nfc_device_driver_interface", + "subsystem": "hdf", + "syscap": [""], + "adapter_system_type": ["standard"], + "rom": "675KB", + "ram": "1024KB", + "deps": { + "components": [ + "ipc", + "device_driver_framework", + "hiviewdfx_hilog_native", + "utils_base" + ], + "third_part": [ + "bounds_checking_function" + ] + }, + "build": { + "sub_component": [ + "//drivers/interface/nfc/nfc_core/v1_0:libnfc_proxy_1.0" + ], + "test": [ + ], + "inner_kits": [ + { + "name": "//drivers/interface/nfc/nfc_core/v1_0:libnfc_proxy_1.0", + "header": { + "header_files": [ + ], + "header_base": "//drivers/interface/nfc/nfc_core" + } + } + ] + } + } + } \ No newline at end of file diff --git a/pin_auth/bundle.json b/pin_auth/bundle.json new file mode 100644 index 00000000..24006ec1 --- /dev/null +++ b/pin_auth/bundle.json @@ -0,0 +1,42 @@ +{ + "name": "pinauth_device_driver_interface", + "description": "pinauth device driver interface", + "version": "3.2", + "license": "Apache License 2.0", + "component": { + "name": "pinauth_device_driver_interface", + "subsystem": "hdf", + "syscap": [""], + "adapter_system_type": ["standard"], + "rom": "675KB", + "ram": "1024KB", + "deps": { + "components": [ + "ipc", + "device_driver_framework", + "hiviewdfx_hilog_native", + "utils_base" + ], + "third_part": [ + "bounds_checking_function" + ] + }, + "build": { + "sub_component": [ + "//drivers/interface/pin_auth/v1_0:libpinauth_proxy_1.0" + ], + "test": [ + ], + "inner_kits": [ + { + "name": "//drivers/interface/pin_auth/v1_0:libpinauth_proxy_1.0", + "header": { + "header_files": [ + ], + "header_base": "//drivers/interface/pin_auth" + } + } + ] + } + } + } \ No newline at end of file diff --git a/power/bundle.json b/power/bundle.json new file mode 100644 index 00000000..687dae38 --- /dev/null +++ b/power/bundle.json @@ -0,0 +1,42 @@ +{ + "name": "power_device_driver_interface", + "description": "power device driver interface", + "version": "3.2", + "license": "Apache License 2.0", + "component": { + "name": "power_device_driver_interface", + "subsystem": "hdf", + "syscap": [""], + "adapter_system_type": ["standard"], + "rom": "675KB", + "ram": "1024KB", + "deps": { + "components": [ + "ipc", + "device_driver_framework", + "hiviewdfx_hilog_native", + "utils_base" + ], + "third_part": [ + "bounds_checking_function" + ] + }, + "build": { + "sub_component": [ + "//drivers/interface/power/v1_0:libpower_proxy_1.0" + ], + "test": [ + ], + "inner_kits": [ + { + "name": "//drivers/interface/power/v1_0:libpower_proxy_1.0", + "header": { + "header_files": [ + ], + "header_base": "//drivers/interface/power" + } + } + ] + } + } + } \ No newline at end of file diff --git a/sensor/bundle.json b/sensor/bundle.json new file mode 100644 index 00000000..4a7adbf1 --- /dev/null +++ b/sensor/bundle.json @@ -0,0 +1,42 @@ +{ + "name": "sensor_device_driver_interface", + "description": "sensor device driver interface", + "version": "3.2", + "license": "Apache License 2.0", + "component": { + "name": "sensor_device_driver_interface", + "subsystem": "hdf", + "syscap": [""], + "adapter_system_type": ["standard"], + "rom": "675KB", + "ram": "1024KB", + "deps": { + "components": [ + "ipc", + "device_driver_framework", + "hiviewdfx_hilog_native", + "utils_base" + ], + "third_part": [ + "bounds_checking_function" + ] + }, + "build": { + "sub_component": [ + "//drivers/interface/sensor/v1_0:libsensor_proxy_1.0" + ], + "test": [ + ], + "inner_kits": [ + { + "name": "//drivers/interface/sensor/v1_0:libsensor_proxy_1.0", + "header": { + "header_files": [ + ], + "header_base": "//drivers/interface/sensor" + } + } + ] + } + } + } \ No newline at end of file diff --git a/thermal/bundle.json b/thermal/bundle.json new file mode 100644 index 00000000..2708bce2 --- /dev/null +++ b/thermal/bundle.json @@ -0,0 +1,42 @@ +{ + "name": "thermal_device_driver_interface", + "description": "thermal device driver interface", + "version": "3.2", + "license": "Apache License 2.0", + "component": { + "name": "thermal_device_driver_interface", + "subsystem": "hdf", + "syscap": [""], + "adapter_system_type": ["standard"], + "rom": "675KB", + "ram": "1024KB", + "deps": { + "components": [ + "ipc", + "device_driver_framework", + "hiviewdfx_hilog_native", + "utils_base" + ], + "third_part": [ + "bounds_checking_function" + ] + }, + "build": { + "sub_component": [ + "//drivers/interface/thermal/v1_0:libthermal_proxy_1.0" + ], + "test": [ + ], + "inner_kits": [ + { + "name": "//drivers/interface/thermal/v1_0:libthermal_proxy_1.0", + "header": { + "header_files": [ + ], + "header_base": "//drivers/interface/thermal" + } + } + ] + } + } + } \ No newline at end of file diff --git a/vibrator/bundle.json b/vibrator/bundle.json new file mode 100644 index 00000000..47a3a9c3 --- /dev/null +++ b/vibrator/bundle.json @@ -0,0 +1,42 @@ +{ + "name": "vibrator_device_driver_interface", + "description": "vibrator device driver interface", + "version": "3.2", + "license": "Apache License 2.0", + "component": { + "name": "vibrator_device_driver_interface", + "subsystem": "hdf", + "syscap": [""], + "adapter_system_type": ["standard"], + "rom": "675KB", + "ram": "1024KB", + "deps": { + "components": [ + "ipc", + "device_driver_framework", + "hiviewdfx_hilog_native", + "utils_base" + ], + "third_part": [ + "bounds_checking_function" + ] + }, + "build": { + "sub_component": [ + "//drivers/interface/vibrator/v1_0:libvibrator_proxy_1.0" + ], + "test": [ + ], + "inner_kits": [ + { + "name": "//drivers/interface/vibrator/v1_0:libvibrator_proxy_1.0", + "header": { + "header_files": [ + ], + "header_base": "//drivers/interface/vibrator" + } + } + ] + } + } + } \ No newline at end of file -- Gitee