1.4K Star 7.4K Fork 8.2K

OpenHarmony/docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
application-configuration-file-overview-stage.md 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
ester.zhou 提交于 1年前 . Update docs (37288)

Overview of Application Configuration Files in Stage Model

Each application project must have configuration files in its code directory. These configuration files provide basic application information for build tools, operating systems, and application markets.

In the code directory of an application project developed in stage model, there are two types of configuration files: one app.json5 file and one or more module.json5 files.

The app.json5 file contains the following contents:

  • Application-wide configuration, including the bundle name, developer, and version number.

  • Device-specific configuration.

The module.json5 file contains the following contents:

  • Basic module configuration, such as the name, type, description, and supported device types of the module.

  • Information about the application components, including the descriptions of the UIAbility and ExtensionAbility components.

  • Information about the permissions required during application running.

Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
其他
1
https://gitee.com/openharmony/docs.git
git@gitee.com:openharmony/docs.git
openharmony
docs
docs
master

搜索帮助