diff --git a/battery/bundle.json b/battery/bundle.json new file mode 100644 index 0000000000000000000000000000000000000000..d6fa247c3ea4ea0d02f93a33974d547be984b892 --- /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 c22ce6938eed306906e086143ea17175cfb5bc37..b19ed1c625f174b758a52c111673982775cfb786 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 0000000000000000000000000000000000000000..1bb186d5f94f42c08d26e91145101d354ad8fe23 --- /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 0000000000000000000000000000000000000000..d5d3e1a999ac3de962663f9adffcc39ad239012c --- /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 0000000000000000000000000000000000000000..24006ec11f3632686d867dca2864a3133288f77d --- /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 0000000000000000000000000000000000000000..687dae38bbb7563116879f1901b3f1cf0c704b98 --- /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 0000000000000000000000000000000000000000..4a7adbf1cc104f735fdd0979879b826ee0bae93e --- /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 0000000000000000000000000000000000000000..2708bce267d4dd81c031d9670f3c65cf7a705950 --- /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 0000000000000000000000000000000000000000..47a3a9c3f59284ea724b162ebfca510c6fcc84be --- /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