1 Star 0 Fork 5.1K

miaochuang / docs

forked from OpenHarmony / docs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
overview-0.md 3.90 KB
一键复制 编辑 原始数据 按行查看 历史
NEEN 提交于 2021-03-12 17:59 . !197 Docs Update version 1.0.1

Overview

This document describes how to develop OpenHarmony bundles and distributions, and how to create, develop, and build code, as well as burn and debug devices by using a command line tool.

  • A bundle usually maps onto a code repository, which is a code archive with the bundle.json, README, and LICENSE files.
  • A distribution consists of multiple bundles. Each distribution integrates various bundles of a comprehensive system, such as the driver, kernel, framework, and applications. These bundles can be used for device burning.

Table 1 Differences between a bundle and a distribution

Aspect

Bundle

Distribution

Application scenario

Feature-oriented

System-oriented

Content

Codes or a binary library for implementing features

List of dependent bundles as well as their compiling and building scripts

Integrity

A part of the operating system

An entire operating system

Compilation result

Bundles

System image

Figure 1 Composition of bundles and distributions

1
https://gitee.com/super_niubility/docs.git
git@gitee.com:super_niubility/docs.git
super_niubility
docs
docs
master

搜索帮助