diff --git a/input/bundle.json b/input/bundle.json index b14048f2add3f9e871a828e472be5f276718d551..fbe76bf316c2bf2c2c312a5410440d9f989cd931 100644 --- a/input/bundle.json +++ b/input/bundle.json @@ -1,10 +1,10 @@ { - "name": "input_device_driver_interface", + "name": "drivers_interface_input", "description": "input device driver interface", "version": "3.2", "license": "Apache License 2.0", "component": { - "name": "input_device_driver_interface", + "name": "drivers_interface_input", "subsystem": "hdf", "syscap": [""], "adapter_system_type": ["standard"], diff --git a/input/v1_0/BUILD.gn b/input/v1_0/BUILD.gn index b2811551b33fe8dd1f37fbd6f81777916e5995c2..e7a24a89a9a2df108163b836c55181458b55d8f1 100644 --- a/input/v1_0/BUILD.gn +++ b/input/v1_0/BUILD.gn @@ -9,7 +9,7 @@ # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and -# limitations under the License. +# limitations under the License. import("//drivers/hdf_core/adapter/uhdf2/hdi.gni") if (defined(ohos_lite)) { @@ -29,6 +29,6 @@ if (defined(ohos_lite)) { language = "cpp" subsystem_name = "hdf" - part_name = "input_device_driver" + part_name = "drivers_interface_input" } } diff --git a/light/bundle.json b/light/bundle.json index 969832b668426dff22108ac648bfdf56e54bd423..f9d262b058570f4f68f79092854b469fb8f258f3 100644 --- a/light/bundle.json +++ b/light/bundle.json @@ -1,10 +1,10 @@ { - "name": "light_device_driver_interface", + "name": "drivers_interface_light", "description": "light device driver interface", "version": "3.2", "license": "Apache License 2.0", "component": { - "name": "light_device_driver_interface", + "name": "drivers_interface_light", "subsystem": "hdf", "syscap": [""], "adapter_system_type": ["standard"], diff --git a/light/v1_0/BUILD.gn b/light/v1_0/BUILD.gn index ff630f1dc75f5c8231137e6eb9d0f85ca190d1e3..7e93830e3fbc61061d7ff96549ff0a06f1c03d34 100644 --- a/light/v1_0/BUILD.gn +++ b/light/v1_0/BUILD.gn @@ -29,6 +29,6 @@ if (defined(ohos_lite)) { language = "cpp" subsystem_name = "hdf" - part_name = "light_device_driver" + part_name = "drivers_interface_light" } } diff --git a/motion/bundle.json b/motion/bundle.json index f3f8d6696e4c83ff819a50fe71e40954e323136f..d34e98d98194c9eabf20d8b8537197eb8f63e17d 100644 --- a/motion/bundle.json +++ b/motion/bundle.json @@ -1,10 +1,10 @@ { - "name": "motion_device_driver_interface", + "name": "drivers_interface_motion", "description": "motion device driver interface", "version": "3.2", "license": "Apache License 2.0", "component": { - "name": "motion_device_driver_interface", + "name": "drivers_interface_motion", "subsystem": "hdf", "syscap": [""], "adapter_system_type": ["standard"], diff --git a/motion/v1_0/BUILD.gn b/motion/v1_0/BUILD.gn index b2c7c5f6ed6ff25a36bc604689753f01dda9f769..8bd446f240b0c49f2bdc96fc4d57e9ff2cfb023e 100644 --- a/motion/v1_0/BUILD.gn +++ b/motion/v1_0/BUILD.gn @@ -23,5 +23,5 @@ hdi("motion") { language = "cpp" subsystem_name = "hdf" - part_name = "motion_device_driver" + part_name = "drivers_interface_motion" } diff --git a/sensor/bundle.json b/sensor/bundle.json index 2a40aa2de23a4933c24dbc8a7a42dde0d0faf3b6..f85517402838a5e738f59cf7b9e44e9b1ff83b67 100644 --- a/sensor/bundle.json +++ b/sensor/bundle.json @@ -1,10 +1,10 @@ { - "name": "sensor_device_driver_interface", + "name": "drivers_interface_sensor", "description": "sensor device driver interface", "version": "3.2", "license": "Apache License 2.0", "component": { - "name": "sensor_device_driver_interface", + "name": "drivers_interface_sensor", "subsystem": "hdf", "syscap": [""], "adapter_system_type": ["standard"], diff --git a/sensor/v1_0/BUILD.gn b/sensor/v1_0/BUILD.gn index 085c43a5bc7dc5d6809cb0ed22de84408852fc00..4058f1bebcee648f509198d40ce21809b9048690 100644 --- a/sensor/v1_0/BUILD.gn +++ b/sensor/v1_0/BUILD.gn @@ -29,6 +29,6 @@ if (defined(ohos_lite)) { language = "cpp" subsystem_name = "hdf" - part_name = "sensor_device_driver" + part_name = "drivers_interface_sensor" } } diff --git a/vibrator/bundle.json b/vibrator/bundle.json index f75d7eedc4170ececd9bb4bdeff72f96d85ccd0d..5921b10d0e321aa0eba2ecb2bb133b8c75a0d069 100644 --- a/vibrator/bundle.json +++ b/vibrator/bundle.json @@ -1,10 +1,10 @@ { - "name": "vibrator_device_driver_interface", + "name": "drivers_interface_vibrator", "description": "vibrator device driver interface", "version": "3.2", "license": "Apache License 2.0", "component": { - "name": "vibrator_device_driver_interface", + "name": "drivers_interface_vibrator", "subsystem": "hdf", "syscap": [""], "adapter_system_type": ["standard"], diff --git a/vibrator/v1_0/BUILD.gn b/vibrator/v1_0/BUILD.gn index e89291ec433d7474b9271c2556145277b970a34b..b137e3c6b765762b616f1d08e3027ee6a48f4ac5 100644 --- a/vibrator/v1_0/BUILD.gn +++ b/vibrator/v1_0/BUILD.gn @@ -28,6 +28,6 @@ if (defined(ohos_lite)) { language = "cpp" subsystem_name = "hdf" - part_name = "vibrator_device_driver" + part_name = "drivers_interface_vibrator" } } diff --git a/vibrator/v1_1/BUILD.gn b/vibrator/v1_1/BUILD.gn index a69364eddacf6d0609bd0f27732c2e47f1d672d8..c165c665b93f571cf59e73116d8620dce6e78cfd 100644 --- a/vibrator/v1_1/BUILD.gn +++ b/vibrator/v1_1/BUILD.gn @@ -28,6 +28,6 @@ if (defined(ohos_lite)) { language = "cpp" subsystem_name = "hdf" - part_name = "vibrator_device_driver" + part_name = "drivers_interface_vibrator" } }