ntfs-3g部件名修正

Signed-off-by: yangjingbo10 <yangjingbo10@huawei.com>

Change-Id: I7b9504b65fa154f95427e9e35853c564e8782baa
This commit is contained in:
y30045862
2023-06-26 10:15:57 +08:00
parent ad2eba526b
commit 1ccee7abcc
4 changed files with 12 additions and 10 deletions
+5 -3
View File
@@ -1,5 +1,5 @@
{
"name": "@ohos/ntfs_3g",
"name": "@ohos/ntfs-3g",
"description": "The NTFS-3G driver is an open source, freely available read/write NTFS driver for Linux, FreeBSD, macOS, NetBSD, OpenIndiana, QNX and Haiku. It provides safe and fast handling of the Windows XP, Windows Server 2003, Windows 2000, Windows Vista, Windows Server 2008, Windows 7, Windows 8, Windows Server 2012, Windows Server 2016, Windows 10 and Windows Server 2019 NTFS file systems.",
"version": "3.1",
"license": "GPL-2.0-or-later",
@@ -14,11 +14,13 @@
"en": "README"
},
"component": {
"name": "ntfs_3g",
"name": "ntfs-3g",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [],
"adapted_system_type": [
"standard"
],
"rom": "",
"ram": "",
"deps": {
+1 -1
View File
@@ -49,5 +49,5 @@ ohos_static_library("libfuse_lite") {
configs = [ ":ntfs_default" ]
subsystem_name = "thirdparty"
part_name = "ntfs_3g"
part_name = "ntfs-3g"
}
+1 -1
View File
@@ -69,5 +69,5 @@ ohos_static_library("libntfs_3g") {
configs = [ ":ntfs_default" ]
subsystem_name = "thirdparty"
part_name = "ntfs_3g"
part_name = "ntfs-3g"
}
+5 -5
View File
@@ -45,7 +45,7 @@ ohos_executable("fsck.ntfs") {
]
install_enable = true
subsystem_name = "thirdparty"
part_name = "ntfs_3g"
part_name = "ntfs-3g"
install_images = [ "system" ]
}
ohos_executable("ntfsfix") {
@@ -60,7 +60,7 @@ ohos_executable("ntfsfix") {
]
install_enable = true
subsystem_name = "thirdparty"
part_name = "ntfs_3g"
part_name = "ntfs-3g"
install_images = [ "system" ]
}
ohos_executable("mount.ntfs") {
@@ -75,7 +75,7 @@ ohos_executable("mount.ntfs") {
]
install_enable = true
subsystem_name = "thirdparty"
part_name = "ntfs_3g"
part_name = "ntfs-3g"
install_images = [
"system",
"updater",
@@ -93,7 +93,7 @@ ohos_executable("ntfsresize") {
]
install_enable = true
subsystem_name = "thirdparty"
part_name = "ntfs_3g"
part_name = "ntfs-3g"
install_images = [ "system" ]
}
@@ -106,6 +106,6 @@ ohos_executable("ntfslabel") {
deps = [ "../libntfs-3g:libntfs_3g" ]
install_enable = true
subsystem_name = "thirdparty"
part_name = "ntfs_3g"
part_name = "ntfs-3g"
install_images = [ "system" ]
}