提交 f8cbb3dc 编写于 作者: Y yinjiaming

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

part_name = "storage_service" 描述不正确,部件名应为三方开源软件名词
Signed-off-by: Nyinjiaming <yinjiaming@huawei.com>
Change-Id: I0d850a18225275bab1b32c850ee18e665609da70
上级 f52da9b9
......@@ -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" ]
}
......@@ -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" ]
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册