Ability framework. An ability is an abstraction of a functionality that an application can provide and is an essential component to OpenHarmony applications. | Ability是应用所具备能力的抽象,也是应用程序的重要组成部分
Common event and notification management framework | 通知和公共事件管理框架
EventHandler提供了OpenHarmony线程间通信的基本能力,可以通过EventRunner创建新线程,将耗时的操作抛到新线程上执行,从而实现在不阻塞原来的线程的基础上合理地处理耗时任务。
Development framework for extending the JS Native Module | 原生模块扩展开发框架
Inter-process communication (IPC) and Remote Procedure Call (RPC) | 跨进程通信与跨设备的远程过程调用
JS lite framework | 轻量级JS核心开发框架
Internal utility interfaces used in the application framework | 用户程序框架内部使用的工具接口
Development framework of the acts | acts测试套开发框架
Implementation of image processing | 图片编解码功能实现
Framework of the distributed manager service (distributed scheduler) | 分布式任务调度执行框架
Implementation of media library | 媒体库功能实现
Performance profiler that provides an analytics tool for the memory, bytrace plug-in, and IDE, as well as plug-in capabilities | 性能调优模块,提供了实时内存、bytrace插件和ide侧的分析工具,并提供了插件化能力
Input Method Framework|输入法框架,主要是拉通应用和输入法,保证应用可以通过输入法进行文本输入
Pasteboard System Ability | 剪贴板服务
Implementation of camera device management and camera capture functions | 相机设备和相机采集功能实现
公共文件管理提供了公共文件管理接口。公共文件的管理中File Manager Service服务向下对接底层文件管理服务,如媒体库、外卡管理。File Manager Service服务向上对接应用提供公共文件查询、创建的能力。