OpenHarmony 2.0 Canary(2021-06-01)
OpenHarmony 2.0 Canary(2021-06-01)
版本概述
当前版本在OpenHarmony 1.1.0的基础上,增加标准系统版本,具备的主要功能如下:
- 新增22个子系统,支持全面的OS能力,支持内存大于128M的带屏设备开发等。
- 提供系统三大应用:桌面、设置和SystemUI。
- 提供全新的OpenHarmony应用框架能力、Ability Cross-platform Engine能力。
- 提供JS应用开发能力。
- 提供媒体框架,支持音视频功能开发。
- 提供图形框架能力,支持窗口管理和合成,支持GPU能力。
配套关系
表 1 版本软件和工具配套关系
源码获取
通过repo下载
方式一(推荐)
通过repo + ssh 下载(需注册公钥,请参考码云帮助中心)。
repo init -u git@gitee.com:openharmony/manifest.git -b refs/tags/OpenHarmony-2.0-Canary --no-repo-verify
repo sync -c
repo forall -c 'git lfs pull'
1
2
3
2
3
方式二
通过repo + https 下载。
repo init -u https://gitee.com/openharmony/manifest.git -b refs/tags/OpenHarmony-2.0-Canary --no-repo-verify
repo sync -c
repo forall -c 'git lfs pull'
1
2
3
2
3
通过镜像站点获取
表2 源码获取路径
版本源码 | 版本信息 | 下载站点 | SHA256校验码 |
---|---|---|---|
全量代码 | 2.0 | 站点 | SHA256校验码 |
Release Notes | 2.0 | 站点 | - |
更新说明
本版本完全继承了OpenHarmony 1.1.0的所有特性,并在OpenHarmony 1.1.0版本的基础上,新增标准系统版本形态,详情请参考下表 。
表 3 版本新增特性表