mirror of
https://github.com/openharmony/global_resource_tool.git
synced 2026-06-30 21:18:00 -04:00
global_resource_tool 部件名整改
Signed-off-by: chencheng31 <chencheng8@huawei.com>
This commit is contained in:
@@ -79,7 +79,7 @@ ohos_executable("restool") {
|
||||
]
|
||||
}
|
||||
subsystem_name = "developtools"
|
||||
part_name = "global_restool"
|
||||
part_name = "global_resource_tool"
|
||||
}
|
||||
|
||||
ohos_unittest_py("restool_test") {
|
||||
@@ -93,14 +93,14 @@ ohos_copy("restool_id_defined") {
|
||||
outputs =
|
||||
[ get_label_info(
|
||||
"//developtools/global_resource_tool:restool($host_toolchain)",
|
||||
"root_out_dir") + "/developtools/global_restool/" ]
|
||||
"root_out_dir") + "/developtools/global_resource_tool/" ]
|
||||
deps = [ "//developtools/global_resource_tool:restool($host_toolchain)" ]
|
||||
subsystem_name = "developtools"
|
||||
part_name = "global_restool"
|
||||
part_name = "global_resource_tool"
|
||||
}
|
||||
|
||||
ohos_prebuilt_etc("restool_systemres") {
|
||||
source = "${ID_DEFINED_PATH}"
|
||||
subsystem_name = "developtools"
|
||||
part_name = "global_restool"
|
||||
part_name = "global_resource_tool"
|
||||
}
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "@ohos/restool",
|
||||
"name": "@ohos/global_resource_tool",
|
||||
"description": "OpenHarmony resource compile.",
|
||||
"version": "3.1",
|
||||
"license": "Apache License 2.0",
|
||||
@@ -10,7 +10,7 @@
|
||||
"dirs": {},
|
||||
"scripts": {},
|
||||
"component": {
|
||||
"name": "restool",
|
||||
"name": "global_resource_tool",
|
||||
"subsystem": "developtools",
|
||||
"syscap": [],
|
||||
"feature": [],
|
||||
|
||||
Reference in New Issue
Block a user