fix:fsck_msdosfs 等模块的部件名命名不符合部件命名规范

part_name = "storage_service" 描述不正确,部件名应为三方开源软件名词

Signed-off-by: yinjiaming <yinjiaming@huawei.com>
Change-Id: I0d850a18225275bab1b32c850ee18e665609da70
This commit is contained in:
yinjiaming
2023-07-11 20:25:37 +08:00
parent f52da9b975
commit f8cbb3dc2f
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -60,7 +60,7 @@ ohos_executable("fsck_msdos") {
deps = []
install_enable = true
subsystem_name = "filemanagement"
part_name = "storage_service"
subsystem_name = "thirdparty"
part_name = "FreeBSD"
install_images = [ "system" ]
}
+2 -2
View File
@@ -51,7 +51,7 @@ ohos_executable("newfs_msdos") {
include_dirs = []
install_enable = true
deps = []
subsystem_name = "filemanagement"
part_name = "storage_service"
subsystem_name = "thirdparty"
part_name = "FreeBSD"
install_images = [ "system" ]
}