mirror of
https://github.com/openharmony/js_api_module.git
synced 2026-07-21 06:15:27 -04:00
Signed-off-by: shikai-123 <lifansheng1@huawei.com>
Replace compileruntime with utils
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@
|
||||
},
|
||||
"component": {
|
||||
"name": "jsapi_api",
|
||||
"subsystem": "compileruntime",
|
||||
"subsystem": "utils",
|
||||
"syscap": [],
|
||||
"features": [],
|
||||
"adapted_system_type": [],
|
||||
|
||||
+2
-2
@@ -9,7 +9,7 @@
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
# limitations under the License.
|
||||
|
||||
import("//ark/ts2abc/ts2panda/ts2abc_config.gni")
|
||||
import("//build/ohos.gni")
|
||||
@@ -103,7 +103,7 @@ ohos_shared_library("convertxml") {
|
||||
} else {
|
||||
external_deps = [ "hilog:libhilog" ]
|
||||
}
|
||||
subsystem_name = "compileruntime"
|
||||
subsystem_name = "utils"
|
||||
part_name = "jsapi_api"
|
||||
|
||||
relative_install_dir = "module"
|
||||
|
||||
+1
-1
@@ -100,7 +100,7 @@ ohos_shared_library("uri") {
|
||||
} else {
|
||||
external_deps = [ "hilog:libhilog" ]
|
||||
}
|
||||
subsystem_name = "compileruntime"
|
||||
subsystem_name = "utils"
|
||||
part_name = "jsapi_api"
|
||||
|
||||
relative_install_dir = "module"
|
||||
|
||||
+1
-1
@@ -100,7 +100,7 @@ ohos_shared_library("url") {
|
||||
} else {
|
||||
external_deps = [ "hilog:libhilog" ]
|
||||
}
|
||||
subsystem_name = "compileruntime"
|
||||
subsystem_name = "utils"
|
||||
part_name = "jsapi_api"
|
||||
|
||||
relative_install_dir = "module"
|
||||
|
||||
+1
-1
@@ -103,7 +103,7 @@ ohos_shared_library("xml") {
|
||||
} else {
|
||||
external_deps = [ "hilog:libhilog" ]
|
||||
}
|
||||
subsystem_name = "compileruntime"
|
||||
subsystem_name = "utils"
|
||||
part_name = "jsapi_api"
|
||||
|
||||
relative_install_dir = "module"
|
||||
|
||||
Reference in New Issue
Block a user