From 14a6b0c84f2228b7b07314ecdaea0a3ea6cc4e0d Mon Sep 17 00:00:00 2001 From: caiminggang Date: Sat, 16 Apr 2022 10:32:45 +0800 Subject: [PATCH] chenge innerkits to inner api Signed-off-by: caiminggang --- en/readme/customization.md | 4 ++-- ...56\232\345\210\266\345\255\220\347\263\273\347\273\237.md" | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/en/readme/customization.md b/en/readme/customization.md index 228b392b02..7ccb7eb41f 100644 --- a/en/readme/customization.md +++ b/en/readme/customization.md @@ -42,14 +42,14 @@ The source code of the Customization subsystem is stored in **/base/customizatio │ │ ├── config_policy # Module of the Config Policy Kit │ │ │ └── src # Implementation code │ ├── interfaces # Interfaces of the Config Policy Kit -│ │ ├── innerkits # Interfaces between Config Policy Kit subsystems +│ │ ├── inner_api # Interfaces between Config Policy Kit subsystems │ │ └── kits # JavaScript interfaces of the Config Policy Kit │ └── test # Test code ├── enterprise_device_management # Code repository of the EnterpriseDeviceManagement Kit │ ├── common # Common code │ ├── etc # Configuration files of the processes contained in the EnterpriseDeviceManagement Kit │ ├── interfaces # EdmKits code -│ │ └── innerkits # Subsystem interfaces +│ │ └── inner_api # Subsystem interfaces │ │ └── kits # Developer interfaces │ ├── profile # Configuration files of the system services contained in the EnterpriseDeviceManagement Kit │ └── services # Implement code of the EnterpriseDeviceManagement Kit diff --git "a/zh-cn/readme/\345\256\232\345\210\266\345\255\220\347\263\273\347\273\237.md" "b/zh-cn/readme/\345\256\232\345\210\266\345\255\220\347\263\273\347\273\237.md" index 996956266d..6a3869ac6a 100644 --- "a/zh-cn/readme/\345\256\232\345\210\266\345\255\220\347\263\273\347\273\237.md" +++ "b/zh-cn/readme/\345\256\232\345\210\266\345\255\220\347\263\273\347\273\237.md" @@ -47,14 +47,14 @@ │ │ ├── config_policy # 配置策略模块 │ │ │ └── src # 实现代码 │ ├── interfaces # 配置策略接口 -│ │ ├── innerkits # 配置策略子系统间接口 +│ │ ├── inner_api # 配置策略子系统间接口 │ │ └── kits # 配置策略JavaScript接口 │ └── test # 测试代码 ├── enterprise_device_management # 企业设备管理代码仓 │ ├── common # 公共代码 │ ├── etc # 组件包含的进程的配置文件 │ ├── interfaces # EdmKits代码 -│ │ └── innerkits # 子系统接口 +│ │ └── inner_api # 子系统接口 │ │ └── kits # 开发者接口 │ ├── profile # 组件包含的系统服务的配置文件 │ └── services # 企业设备管理服务实现 -- GitLab