From af2be04b4747c2a4aa3c559c1a17b3a9c9365263 Mon Sep 17 00:00:00 2001 From: zhangxinyu Date: Wed, 24 May 2023 08:01:22 +0000 Subject: [PATCH] =?UTF-8?q?fixed=207423ba5=20from=20https://gitee.com/kael?= =?UTF-8?q?-zhang/docs/pulls/18611=20=E5=8C=85=E7=AE=A1=E7=90=86=E5=AD=90?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E5=86=97=E4=BD=99syscap=20=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangxinyu Change-Id: I370c04fba4cfb94f59c13c0896a2db203df9f95e --- en/application-dev/reference/syscap-list.md | 16 ---------------- zh-cn/application-dev/reference/syscap-list.md | 16 ---------------- 2 files changed, 32 deletions(-) diff --git a/en/application-dev/reference/syscap-list.md b/en/application-dev/reference/syscap-list.md index 11c2a9d952..13f565e43e 100644 --- a/en/application-dev/reference/syscap-list.md +++ b/en/application-dev/reference/syscap-list.md @@ -64,14 +64,6 @@ Distributed scheduler | ------- | ------ | ------ | ---- | ---- | ------ | ------------ | ------ | | Yes | No | Yes | Yes | Yes | Yes | No | No | -## SystemCapability.BundleManager.BundleTool - -Bundle manager CLI tool - -| Default | Sports Watch| Smart Watch| Tablet| Head Unit| Smart TV| Smart Vision | Router | -| ------- | ------ | ------ | ---- | ---- | ------ | ------------ | ------ | -| Yes | No | Yes | Yes | Yes | Yes | No | No | - ## SystemCapability.BundleManager.Zlib zlib compression and decompression tool @@ -80,14 +72,6 @@ zlib compression and decompression tool | ------- | ------ | ------ | ---- | ---- | ------ | ------------ | ------ | | Yes | No | Yes | Yes | Yes | Yes | No | No | -## SystemCapability.BundleManager.PackingTool - -Packing and unpacking tools for bundle management - -| Default | Sports Watch| Smart Watch| Tablet| Head Unit| Smart TV| Smart Vision | Router | -| ------- | ------ | ------ | ---- | ---- | ------ | ------------ | ------ | -| Yes | Yes | Yes | Yes | Yes | Yes | Yes | No | - ## SystemCapability.Graphic.Graphic2D.WebGL WebGL 1.0 API diff --git a/zh-cn/application-dev/reference/syscap-list.md b/zh-cn/application-dev/reference/syscap-list.md index da407761d9..d99e355e54 100644 --- a/zh-cn/application-dev/reference/syscap-list.md +++ b/zh-cn/application-dev/reference/syscap-list.md @@ -62,14 +62,6 @@ libuv功能 | ------- | ------ | ------ | ---- | ---- | ------ | ------------ | ------ | | 是 | 否 | 是 | 是 | 是 | 是 | 否 | 否 | -## SystemCapability.BundleManager.BundleTool - -包管理命令行工具 - -| Default | 运动表 | 智能表 | 平板 | 车机 | 智慧屏 | Smart-Vision | Router | -| ------- | ------ | ------ | ---- | ---- | ------ | ------------ | ------ | -| 是 | 否 | 是 | 是 | 是 | 是 | 否 | 否 | - ## SystemCapability.BundleManager.Zlib Zlib压缩、解压缩工具 @@ -78,14 +70,6 @@ Zlib压缩、解压缩工具 | ------- | ------ | ------ | ---- | ---- | ------ | ------------ | ------ | | 是 | 否 | 是 | 是 | 是 | 是 | 否 | 否 | -## SystemCapability.BundleManager.PackingTool - -包管理打包、拆包工具 - -| Default | 运动表 | 智能表 | 平板 | 车机 | 智慧屏 | Smart-Vision | Router | -| ------- | ------ | ------ | ---- | ---- | ------ | ------------ | ------ | -| 是 | 是 | 是 | 是 | 是 | 是 | 是 | 否 | - ## SystemCapability.Graphic.Graphic2D.WebGL WebGL1.0 标准api -- GitLab