提交 14a6b0c8 编写于 作者: C caiminggang

chenge innerkits to inner api

Signed-off-by: Ncaiminggang <caiminggang1@huawei.com>
上级 c942c647
...@@ -42,14 +42,14 @@ The source code of the Customization subsystem is stored in **/base/customizatio ...@@ -42,14 +42,14 @@ The source code of the Customization subsystem is stored in **/base/customizatio
│ │ ├── config_policy # Module of the Config Policy Kit │ │ ├── config_policy # Module of the Config Policy Kit
│ │ │ └── src # Implementation code │ │ │ └── src # Implementation code
│ ├── interfaces # Interfaces of the Config Policy Kit │ ├── 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 │ │ └── kits # JavaScript interfaces of the Config Policy Kit
│ └── test # Test code │ └── test # Test code
├── enterprise_device_management # Code repository of the EnterpriseDeviceManagement Kit ├── enterprise_device_management # Code repository of the EnterpriseDeviceManagement Kit
│ ├── common # Common code │ ├── common # Common code
│ ├── etc # Configuration files of the processes contained in the EnterpriseDeviceManagement Kit │ ├── etc # Configuration files of the processes contained in the EnterpriseDeviceManagement Kit
│ ├── interfaces # EdmKits code │ ├── interfaces # EdmKits code
│ │ └── innerkits # Subsystem interfaces │ │ └── inner_api # Subsystem interfaces
│ │ └── kits # Developer interfaces │ │ └── kits # Developer interfaces
│ ├── profile # Configuration files of the system services contained in the EnterpriseDeviceManagement Kit │ ├── profile # Configuration files of the system services contained in the EnterpriseDeviceManagement Kit
│ └── services # Implement code of the EnterpriseDeviceManagement Kit │ └── services # Implement code of the EnterpriseDeviceManagement Kit
......
...@@ -47,14 +47,14 @@ ...@@ -47,14 +47,14 @@
│ │ ├── config_policy # 配置策略模块 │ │ ├── config_policy # 配置策略模块
│ │ │ └── src # 实现代码 │ │ │ └── src # 实现代码
│ ├── interfaces # 配置策略接口 │ ├── interfaces # 配置策略接口
│ │ ├── innerkits # 配置策略子系统间接口 │ │ ├── inner_api # 配置策略子系统间接口
│ │ └── kits # 配置策略JavaScript接口 │ │ └── kits # 配置策略JavaScript接口
│ └── test # 测试代码 │ └── test # 测试代码
├── enterprise_device_management # 企业设备管理代码仓 ├── enterprise_device_management # 企业设备管理代码仓
│ ├── common # 公共代码 │ ├── common # 公共代码
│ ├── etc # 组件包含的进程的配置文件 │ ├── etc # 组件包含的进程的配置文件
│ ├── interfaces # EdmKits代码 │ ├── interfaces # EdmKits代码
│ │ └── innerkits # 子系统接口 │ │ └── inner_api # 子系统接口
│ │ └── kits # 开发者接口 │ │ └── kits # 开发者接口
│ ├── profile # 组件包含的系统服务的配置文件 │ ├── profile # 组件包含的系统服务的配置文件
│ └── services # 企业设备管理服务实现 │ └── services # 企业设备管理服务实现
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册