diff --git a/en/device-dev/porting/porting-minichip-overview.md b/en/device-dev/porting/porting-minichip-overview.md index 77da2cbe378ff2bba7c0ca94bb14d1e9c97371c6..c62a19e1dfb14fd10a0f19527d02965dd088998b 100644 --- a/en/device-dev/porting/porting-minichip-overview.md +++ b/en/device-dev/porting/porting-minichip-overview.md @@ -42,6 +42,4 @@ The adaptation process is divided into four steps: porting preparation, kernel p | Subsystem| A subsystem, as a logical concept, consists of one or more components. OpenHarmony is designed with a layered architecture, which consists of the kernel layer, system service layer, framework layer, and application layer from the bottom up. System functions are built from components, subsystems, and then to the system. In a multi-device deployment, you can customize subsystems and components as required.| | Component| A component is a reusable, configurable, and tailorable function unit. Each component has an independent directory, and can be built and tested independently and developed concurrently. | | hb | hb is an OpenHarmony command line tool used to execute build commands.| -| HOBT | HOBT is short for HiLink SDK OHOS Basic Test. It is used to test the basic functions of the interfaces on which the HiLink SDK depends.| -| Kit Framework | Kit Framework is the basic framework of Kit. It contains the security components of OpenHarmony and cannot be tailored.| | KV | A key-value pair (KV) is a format of data storage.| diff --git a/zh-cn/device-dev/porting/porting-minichip-overview.md b/zh-cn/device-dev/porting/porting-minichip-overview.md index 381dbac536272720a7c3334336c304db2fd74bb3..8f4d743d9ee5377716db6576fc9ef19bf91063ee 100644 --- a/zh-cn/device-dev/porting/porting-minichip-overview.md +++ b/zh-cn/device-dev/porting/porting-minichip-overview.md @@ -41,6 +41,4 @@ | 子系统 | 是一个逻辑概念,它由一个或多个具体的部件组成。OpenHarmony整体遵从分层设计,从下向上依次为:内核层、系统服务层、框架层和应用层。系统功能按照“系统 > 子系统 > 部件”逐级展开,在多设备部署场景下,支持根据实际需求裁剪某些非必要的子系统或部件。 | | 部件 | 系统最小的可复用、可配置、可裁剪的功能单元。部件具备目录独立可并行开发、可独立编译、可独立测试的特征。 | | hb | OpenHarmony的命令行工具,用来执行编译命令。 | -| HOBT | HiLink SDK OHOS Basic Test缩写,是HiLink SDK 接入 OpenHarmony的基础功能测试,检验HiLink SDK依赖的相关接口功能是否完善。 | -| Kit Framework | Kit Framework是Kit的基础框架,包含了OpenHarmony的安全部件,不可裁剪。 | | kv | 键值对(key-value),描述数据存储的格式。 |