mirror of
https://github.com/openharmony/third_party_ntfs-3g.git
synced 2026-07-01 06:41:57 -04:00
ntfs-3g部件名修正
Signed-off-by: yangjingbo10 <yangjingbo10@huawei.com> Change-Id: I7b9504b65fa154f95427e9e35853c564e8782baa
This commit is contained in:
+5
-3
@@ -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": {
|
||||
|
||||
@@ -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
@@ -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
@@ -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" ]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user