diff --git a/en/readme/customization.md b/en/readme/customization.md index 228b392b02e1137172db699926fcb9af2085cb24..7ccb7eb41f116daf801cf57f52416ef08f60c9a9 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 996956266d8246b7e59f521a0a1f9ab0881f0d1e..6a3869ac6a9e4912bcb42a0472fdb362687f666b 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 # 企业设备管理服务实现