未验证 提交 881abe7a 编写于 作者: O openharmony_ci 提交者: Gitee

!2443 更新website

Merge pull request !2443 from Austin/master
- - # Device - [Device Development Guide](device-dev-guide.md)
- Quick Start
- [Device Development Guide](device-dev-guide.md)
- Quick Start
- Mini and Small Systems - Mini and Small Systems
- [Overview](quick-start/quickstart-lite-overview.md) - [Overview](quick-start/quickstart-lite-overview.md)
- Introduction - Introduction
...@@ -36,10 +34,10 @@ ...@@ -36,10 +34,10 @@
- [Burning Images](quick-start/quickstart-standard-burn.md) - [Burning Images](quick-start/quickstart-standard-burn.md)
- [Running an Image](quick-start/quickstart-standard-running.md) - [Running an Image](quick-start/quickstart-standard-running.md)
- [FAQs](quick-start/quickstart-standard-faqs.md) - [FAQs](quick-start/quickstart-standard-faqs.md)
- Compatibility and Security - Compatibility and Security
- [Privacy Protection](security/security-privacy-protection.md) - [Privacy Protection](security/security-privacy-protection.md)
- [Security Guidelines](security/security-guidelines-overall.md) - [Security Guidelines](security/security-guidelines-overall.md)
- Porting - Porting
- Mini System SoC Porting Guide - Mini System SoC Porting Guide
- Porting Preparations - Porting Preparations
- [Before You Start](porting/oem_transplant_chip_prepare_knows.md) - [Before You Start](porting/oem_transplant_chip_prepare_knows.md)
...@@ -75,7 +73,7 @@ ...@@ -75,7 +73,7 @@
- [Overview](porting/porting-thirdparty-overview.md) - [Overview](porting/porting-thirdparty-overview.md)
- [Porting a Library Built Using CMake](porting/porting-thirdparty-cmake.md) - [Porting a Library Built Using CMake](porting/porting-thirdparty-cmake.md)
- [Porting a Library Built Using Makefile](porting/porting-thirdparty-makefile.md) - [Porting a Library Built Using Makefile](porting/porting-thirdparty-makefile.md)
- Subsystem Development - Subsystem Development
- Kernel - Kernel
- Kernel for Mini Systems - Kernel for Mini Systems
- [Kernel Overview](kernel/kernel-mini-overview.md) - [Kernel Overview](kernel/kernel-mini-overview.md)
...@@ -293,21 +291,98 @@ ...@@ -293,21 +291,98 @@
- [Audio](driver/driver-peripherals-audio-des.md) - [Audio](driver/driver-peripherals-audio-des.md)
- [USB](driver/driver-peripherals-usb-des.md) - [USB](driver/driver-peripherals-usb-des.md)
- [Camera](driver/driver-peripherals-camera-des.md) - [Camera](driver/driver-peripherals-camera-des.md)
- [Compilation and Building](subsystems/subsys-build.md) - Compilation and Building
- [Building Guidelines for Mini and Small Systems](subsystems/subsys-build-mini-lite.md)
- [Building Guidelines for Standard Systems](subsystems/subsys-build-standard-large.md)
- [Build System Coding Specifications and Best Practices](subsystems/subsys-build-gn-coding-style-and-best-practice.md)
- [Building the Kconfig Visual Configuration](subsystems/subsys-build-gn-kconfig-visual-config-guid.md)
- [Distributed Remote Startup](subsystems/subsys-remote-start.md) - [Distributed Remote Startup](subsystems/subsys-remote-start.md)
- [Graphics](subsystems/subsys-graphics.md) [Multimedia](subsystems/subsys-multimedia.md) - Graphics
- [Utils](subsystems/subsys-utils.md) - [Graphics](subsystems/subsys-graphics-overview.md)
- [AI Framework](subsystems/subsys-aiframework.md) - [Development Guidelines on Container Components](subsystems/subsys-graphics-container-guide.md)
- [Data Management](subsystems/subsys-data.md) - [Development Guidelines on Layout Container Components](subsystems/subsys-graphics-layout-guide.md)
- [Sensor](subsystems/subsys-sensor.md) - [Development Guidelines on Common Components](subsystems/subsys-graphics-common-guide.md)
- [USB](subsystems/subsys-usbservice.md) - [Development Guidelines on Animators](subsystems/subsys-graphics-animation-guide.md)
- [Application Framework](subsystems/subsys-application-framework.md) - Multimedia
- Camera
- [Overview](subsystems/subsys-multimedia-camera-overview.md)
- [Development Guidelines on Photographing](subsystems/subsys-multimedia-camera-photo-guide.md)
- [Development Guidelines on Video Recording](subsystems/subsys-multimedia-camera-record-guide.md)
- [Development Guidelines on Previewing](subsystems/subsys-multimedia-camera-preview-guide.md)
- Audio/Video
- [Overview](subsystems/subsys-multimedia-video-overview.md)
- [Development Guidelines on Media Playback](subsystems/subsys-multimedia-video-play-guide.md)
- [Development Guidelines on Media Recording](subsystems/subsys-multimedia-video-record-guide.md)
- Utils
- [Utils Overview](subsystems/subsys-utils-overview.md)
- [Utils Development Guidelines](subsystems/subsys-utils-guide.md)
- [Utils FAQ](subsystems/subsys-utils-faqs.md)
- AI Framework
- [AI Engine Framework](subsystems/subsys-aiframework-guide.md)
- [Development Environment](subsystems/subsys-aiframework-envbuild.md)
- Technical Specifications
- [Code Management](subsystems/subsys-aiframework-tech-codemanage.md)
- [Naming](subsystems/subsys-aiframework-tech-name.md)
- [API Development](subsystems/subsys-aiframework-tech-interface.md)
- Development Guidelines
- [SDK](subsystems/subsys-aiframework-devguide-sdk.md)
- [Plug-in](subsystems/subsys-aiframework-devguide-plugin.md)
- [Configuration File](subsystems/subsys-aiframework-devguide-conf.md)
- Development Examples
- [KWS SDK](subsystems/subsys-aiframework-demo-sdk.md)
- [KWS Plug-in](subsystems/subsys-aiframework-demo-plugin.md)
- [KWS Configuration File](subsystems/subsys-aiframework-demo-conf.md)
- Data Management
- RDB
- [RDB Overview](subsystems/subsys-data-relational-database-overview.md)
- [RDB Development](subsystems/subsys-data-relational-database-guide.md)
- Lightweight Data Store
- [Lightweight Data Store Overview](subsystems/subsys-data-storage-overview.md)
- [Lightweight Data Store Development](subsystems/subsys-data-storage-guide.md)
- Sensor
- [Sensor Overview](subsystems/subsys-sensor-overview.md)
- [Sensor Usage Guidelines](subsystems/subsys-sensor-guide.md)
- [Sensor Usage Example](subsystems/subsys-sensor-demo.md)
- USB
- [[USB Overview](subsystems/subsys-usbservice-overview.md)
- [USB Usage Guidelines](subsystems/subsys-usbservice-guide.md)
- [USB Usage Example](subsystems/subsys-usbservice-demo.md)
- Application Framework
- [Overview](subsystems/subsys-application-framework-overview.md)
- [Setting Up a Development Environment](subsystems/subsys-application-framework-envbuild.md)
- [Development Guidelines](subsystems/subsys-application-framework-guide.md)
- [Development Example](subsystems/subsys-application-framework-demo.md)
- [OTA Upgrade](subsystems/subsys-ota-guide.md) - [OTA Upgrade](subsystems/subsys-ota-guide.md)
- [Telephony Service](subsystems/subsys-tel.md) - Telephony Service
- [Security](subsystems/subsys-security.md) - [Telephony Service](subsystems/telephony-service.md)
- [Startup](subsystems/subsys-boot.md) - [Development Guidelines](subsystems/development-guidelines.md)
- [DFX](subsystems/subsys-dfx.md) - Security
- Featured Topics - [Overview](subsystems/subsys-security-overview.md)
- [Development Guidelines on Application Signature Verification](subsystems/subsys-security-sigverify.md)
- [Development Guidelines on Application Permission Management](subsystems/subsys-security-rightmanagement.md)
- [Development Guidelines on IPC Authentication](subsystems/subsys-security-communicationverify.md)
- Startup
- [Startup](subsystems/subsys-boot-overview.md)
- [init Module](subsystems/subsys-boot-init.md)
- [appspawn Module](subsystems/subsys-boot-appspawn.md)
- [bootstrap Module](subsystems/subsys-boot-bootstrap.md)
- [syspara Module](subsystems/subsys-boot-syspara.md)
- [FAQs](subsystems/subsys-boot-faqs.md)
- [Reference](subsystems/subsys-boot-ref.md)
- [Testing](subsystems/subsys-testguide-test.md)
- DFX
- [DFX](subsystems/subsys-dfx-overview.md)
- [HiLog Development](subsystems/subsys-dfx-hilog-rich.md)
- [HiLog_Lite Development](subsystems/subsys-dfx-hilog-lite.md)
- [HiTrace Development](subsystems/subsys-dfx-hitrace.md)
- [HiCollie Development](subsystems/subsys-dfx-hicollie.md)
- HiSysEvent Development
- [HiSysEvent Logging Configuration](subsystems/subsys-dfx-hisysevent-logging-config.md)
- [HiSysEvent Logging](subsystems/subsys-dfx-hisysevent-logging.md)
- [HiSysEvent Listening](subsystems/subsys-dfx-hisysevent-listening.md)
- [HiSysEvent Query](subsystems/subsys-dfx-hisysevent-query.md)
- [HiSysEvent Tool Usage](subsystems/subsys-dfx-hisysevent-tool.md)
- Featured Topics
- HPM Bundle - HPM Bundle
- [Development Specifications](bundles/bundles-standard-rules.md) - [Development Specifications](bundles/bundles-standard-rules.md)
- Development Guidelines - Development Guidelines
...@@ -318,21 +393,53 @@ ...@@ -318,21 +393,53 @@
- [Introduction](bundles/bundles-demo-hpmdescription.md) - [Introduction](bundles/bundles-demo-hpmdescription.md)
- [Preparations](bundles/bundles-demo-environment.md) - [Preparations](bundles/bundles-demo-environment.md)
- [Development Example](bundles/bundles-demo-devsample.md) - [Development Example](bundles/bundles-demo-devsample.md)
- Device Development Examples - Device Development Examples
- [Mini- and Small-System Devices](guide/device-lite.md) - [Mini- and Small-System Devices](guide/device-lite.md)
- [WLAN-connected Products](guide/device-wlan.md)
- [LED Peripheral Control](guide/device-wlan-led-control.md)
- [Third-Party SDK Integration](guide/device-wlan-sdk.md)
- [Cameras Without a Screen](guide/device-iotcamera.md)
- [Camera Control](guide/device-iotcamera-control.md)
- [Overview](guide/device-iotcamera-control-overview.md)
- [Development Guidelines](guide/device-iotcamera-control-demo.md)
- [Photographing](guide/device-iotcamera-control-demo-photodevguide.md)
- [Video Recording](guide/device-iotcamera-control-demo-videodevguide.md)
- [Use Case](guide/device-iotcamera-control-example.md)
- [Cameras with a Screen](guide/device-camera.md)
- [Screen and Camera Control](guide/device-camera-control.md)
- [Overview](guide/device-camera-control-overview.md)
- [Development Guidelines](guide/device-camera-control-demo.md)
- [Photographing](guide/device-camera-control-demo-photoguide.md)
- [Video Recording](guide/device-camera-control-demo-videoguide.md)
- [Previewing](guide/device-camera-control-demo-previewguide.md)
- [Use Case](guide/device-camera-control-example.md)
- [Visual Application Development](guide/device-camera-visual.md)
- [Overview](guide/device-camera-visual-overview.md)
- [Preparations](guide/device-camera-visual-prepare.md)
- [Adding Pages](guide/device-camera-visual-addpage.md)
- [Building the Home Page](guide/device-camera-visual-firstpage.md)
- [Building the Details Page](guide/device-camera-visual-details.md)
- [Debugging and Packaging](guide/device-camera-visual-debug.md)
- [Running on the Device](guide/device-camera-visual-run.md)
- [FAQs](guide/device-camera-visual-faqs.md)
- [Standard-System Devices](guide/device-standard.md) - [Standard-System Devices](guide/device-standard.md)
- Debugging - [Development Guidelines on Clock Apps](guide/device-clock-guide.md)
- [Development Example for Platform Drivers](guide/device-driver-demo.md)
- [Development Example for Peripheral Drivers](guide/device-outerdriver-demo.md)
- Debugging
- [Test Subsystem](subsystems/subsys-testguide-test.md) - [Test Subsystem](subsystems/subsys-testguide-test.md)
- [R&D Tools](subsystems/subsys-toolchain.md) - [R&D Tools](subsystems/subsys-toolchain.md)
- XTS Certification - [bytrace Usage Guidelines](subsystems/subsys-toolchain-bytrace-guide.md)
- [hdc_std Usage Guidelines](subsystems/subsys-toolchain-hdc-guide.md)
- XTS Certification
- [XTS](subsystems/subsys-xts-guide.md) - [XTS](subsystems/subsys-xts-guide.md)
- Tools - Tools
- [Docker Environment](get-code/gettools-acquire.md) - [Docker Environment](get-code/gettools-acquire.md)
- [IDE](get-code/gettools-ide.md) - [IDE](get-code/gettools-ide.md)
- Hands-On Tutorials - Hands-On Tutorials
- [Samples](https://gitee.com/openharmony/app_samples/blob/master/README.md) - [Samples](https://gitee.com/openharmony/app_samples/blob/master/README.md)
- [Codelabs](https://gitee.com/openharmony/codelabs/blob/master/README.md) - [Codelabs](https://gitee.com/openharmony/codelabs/blob/master/README.md)
- References - References
- FAQs - FAQs
- [Overview of FAQs](faqs/faqs-overview.md) - [Overview of FAQs](faqs/faqs-overview.md)
- [Environment Setup](faqs/faqs-environment-setup.md) - [Environment Setup](faqs/faqs-environment-setup.md)
......
- [设备开发导读](device-dev-guide.md) - [设备开发导读](device-dev-guide.md)
- 快速开始 - 快速开始
- 轻量和小型系统入门 - 轻量和小型系统入门
...@@ -345,21 +344,99 @@ ...@@ -345,21 +344,99 @@
- [AUDIO](driver/driver-peripherals-audio-des.md) - [AUDIO](driver/driver-peripherals-audio-des.md)
- [USB](driver/driver-peripherals-usb-des.md) - [USB](driver/driver-peripherals-usb-des.md)
- [CAMERA](driver/driver-peripherals-camera-des.md) - [CAMERA](driver/driver-peripherals-camera-des.md)
- [编译构建](subsystems/subsys-build.md) - 编译构建
- [轻量和小型系统编译构建指导](subsystems/subsys-build-mini-lite.md)
- [标准系统编译构建指导](subsystems/subsys-build-standard-large.md)
- [构建系统编码规范和最佳实践指导](subsystems/subsys-build-gn-coding-style-and-best-practice.md)
- [编译构建Kconfig可视化配置指导](subsystems/subsys-build-gn-kconfig-visual-config-guid.md)
- [分布式远程启动](subsystems/subsys-remote-start.md) - [分布式远程启动](subsystems/subsys-remote-start.md)
- [图形图像](subsystems/subsys-graphics.md) - 图形图像
- [媒体](subsystems/subsys-multimedia.md) - [图形图像概述](subsystems/subsys-graphics-overview.md)
- [公共基础](subsystems/subsys-utils.md) - [容器类组件开发指导](subsystems/subsys-graphics-container-guide.md)
- [AI框架](subsystems/subsys-aiframework.md) - [布局容器类组件开发指导](subsystems/subsys-graphics-layout-guide.md)
- [数据管理](subsystems/subsys-data.md) - [普通组件开发指导](subsystems/subsys-graphics-common-guide.md)
- [Sensor服务](subsystems/subsys-sensor.md) - [动画开发指导](subsystems/subsys-graphics-animation-guide.md)
- [USB服务](subsystems/subsys-usbservice.md) - 媒体
- [用户程序框架](subsystems/subsys-application-framework.md) - [相机](subsystems/subsys-multimedia-camera.md)
- [相机开发概述](subsystems/subsys-multimedia-camera-overview.md)
- [拍照开发指导](subsystems/subsys-multimedia-camera-photo-guide.md)
- [录像开发指导](subsystems/subsys-multimedia-camera-record-guide.md)
- [预览开发指导](subsystems/subsys-multimedia-camera-preview-guide.md)
- [音视频](subsystems/subsys-multimedia-video.md)
- [音视频开发概述](subsystems/subsys-multimedia-video-overview.md)
- [音视频播放开发指导](subsystems/subsys-multimedia-video-play-guide.md)
- [音视频录制开发指导](subsystems/subsys-multimedia-video-record-guide.md)
- 公共基础
- [公共基础库概述](subsystems/subsys-utils-overview.md)
- [公共基础库开发指导](subsystems/subsys-utils-guide.md)
- [公共基础库常见问题](subsystems/subsys-utils-faqs.md)
- AI框架
- [AI引擎框架开发指南](subsystems/subsys-aiframework-guide.md)
- [搭建环境](subsystems/subsys-aiframework-envbuild.md)
- [技术规范](subsystems/subsys-aiframework-tech.md)
- [代码管理规范](subsystems/subsys-aiframework-tech-codemanage.md)
- [命名规范](subsystems/subsys-aiframework-tech-name.md)
- [接口开发规范](subsystems/subsys-aiframework-tech-interface.md)
- [开发指导](subsystems/subsys-aiframework-devguide.md)
- [SDK开发过程](subsystems/subsys-aiframework-devguide-sdk.md)
- [插件的开发过程](subsystems/subsys-aiframework-devguide-plugin.md)
- [配置文件的开发过程](subsystems/subsys-aiframework-devguide-conf.md)
- [开发示例](subsystems/subsys-aiframework-demo.md)
- [唤醒词识别SDK的开发示例](subsystems/subsys-aiframework-demo-sdk.md)
- [唤醒词识别插件的开发示例](subsystems/subsys-aiframework-demo-plugin.md)
- [唤醒词识别配置文件的开发示例](subsystems/subsys-aiframework-demo-conf.md)
- 数据管理
- [关系型数据库](subsystems/subsys-data-relational-database.md)
- [关系型数据库概述](subsystems/subsys-data-relational-database-overview.md)
- [关系型数据库开发指导](subsystems/subsys-data-relational-database-guide.md)
- [轻量级数据存储](subsystems/subsys-data-storage.md)
- [轻量级数据存储概述](subsystems/subsys-data-storage-overview.md)
- [轻量级数据存储开发指导](subsystems/subsys-data-storage-guide.md)
- Sensor服务
- [Sensor服务子系概述](subsystems/subsys-sensor-overview.md)
- [Sensor服务子系使用指导](subsystems/subsys-sensor-guide.md)
- [Sensor服务子系使用实例](subsystems/subsys-sensor-demo.md)
- USB服务子系统
- [USB服务子系统概述](subsystems/subsys-usbservice-overview.md)
- [USB服务子系统使用指导](subsystems/subsys-usbservice-guide.md)
- [USB服务子系统使用实例](subsystems/subsys-usbservice-demo.md)
- 用户程序框架
- [概述](subsystems/subsys-application-framework-overview.md)
- [搭建环境](subsystems/subsys-application-framework-envbuild.md)
- [开发指导](subsystems/subsys-application-framework-guide.md)
- [开发实例](subsystems/subsys-application-framework-demo.md)
- [OTA升级](subsystems/subsys-ota-guide.md) - [OTA升级](subsystems/subsys-ota-guide.md)
- [电话服务](subsystems/subsys-tel.md) - 电话服务
- [安全](subsystems/subsys-security.md) - [电话服务概述](subsystems/subsys-tel-overview.md)
- [启动恢复](subsystems/subsys-boot.md) - [电话服务开发指导](subsystems/subsys-tel-guide.md)
- [DFX](subsystems/subsys-dfx.md) - 安全
- [概述](subsystems/subsys-security-overview.md)
- [应用验签开发指导](subsystems/subsys-security-sigverify.md)
- [应用权限管理开发指导](subsystems/subsys-security-rightmanagement.md)
- [IPC通信鉴权开发指导](subsystems/subsys-security-communicationverify.md)
- [设备安全等级管理开发指导](subsystems/subsys-security-devicesecuritylevel.md)
- [密钥管理开发指导](subsystems/subsys-security-huks.md)
- 启动恢复
- [启动恢复子系统概述](subsystems/subsys-boot-overview.md)
- [init启动引导组件](subsystems/subsys-boot-init.md)
- [appspawn应用孵化组件](subsystems/subsys-boot-appspawn.md)
- [appspawn标准系统应用孵化组件](subsystems/subsys-boot-appspawn-standard.md)
- [bootstrap服务启动组件](subsystems/subsys-boot-bootstrap.md)
- [syspara系统属性组件](subsystems/subsys-boot-syspara.md)
- [常见问题](subsystems/subsys-boot-faqs.md)
- [参考](subsystems/subsys-boot-ref.md)
- DFX
- [DFX概述](subsystems/subsys-dfx-overview.md)
- [HiLog开发指导](subsystems/subsys-dfx-hilog-rich.md)
- [HiLog\_Lite开发指导](subsystems/subsys-dfx-hilog-lite.md)
- [HiTrace开发指导](subsystems/subsys-dfx-hitrace.md)
- [HiCollie开发指导](subsystems/subsys-dfx-hicollie.md)
- [HiSysEvent开发指导](subsystems/subsys-dfx-hisysevent.md)
- [HiSysEvent打点配置指导](subsystems/subsys-dfx-hisysevent-logging-config.md)
- [HiSysEvent打点指导](subsystems/subsys-dfx-hisysevent-logging.md)
- [HiSysEvent订阅指导](subsystems/subsys-dfx-hisysevent-listening.md)
- [HiSysEvent查询指导](subsystems/subsys-dfx-hisysevent-query.md)
- [HiSysEvent工具使用指导](subsystems/subsys-dfx-hisysevent-tool.md)
- 专题 - 专题
- HPM Part - HPM Part
...@@ -369,13 +446,47 @@ ...@@ -369,13 +446,47 @@
- 设备开发示例 - 设备开发示例
- [轻量和小型系统设备开发示例](guide/device-lite.md) - 轻量和小型系统设备
- [标准系统设备开发示例](guide/device-lite.md) - WLAN连接类产品
- [LED外设控制](guide/device-wlan-led-control.md)
- [集成三方SDK](guide/device-wlan-sdk.md)
- 无屏摄像头类产品
- 摄像头控制
- [概述](guide/device-iotcamera-control-overview.md)
- 示例开发
- [拍照开发指导](guide/device-iotcamera-control-demo-photodevguide.md)
- [录像开发指导](guide/device-iotcamera-control-demo-videodevguide.md)
- [应用实例](guide/device-iotcamera-control-example.md)
- 带屏摄像头类产品
- 屏幕和摄像头控制
- [概述](guide/device-camera-control-overview.md)
- 示例开发
- [拍照开发指导](guide/device-camera-control-demo-photoguide.md)
- [录像开发指导](guide/device-camera-control-demo-videoguide.md)
- [预览开发指导](guide/device-camera-control-demo-previewguide.md)
- [应用实例](guide/device-camera-control-example.md)
- 视觉应用开发
- [概述](guide/device-camera-visual-overview.md)
- [开发准备](guide/device-camera-visual-prepare.md)
- [添加页面](guide/device-camera-visual-addpage.md)
- [开发首页](guide/device-camera-visual-firstpage.md)
- [开发详情页](guide/device-camera-visual-details.md)
- [调试打包](guide/device-camera-visual-debug.md)
- [真机运行](guide/device-camera-visual-run.md)
- [常见问题](guide/device-camera-visual-faqs.md)
- 标准系统设备
- [时钟应用开发指导](guide/device-clock-guide.md)
- [平台驱动开发示例](guide/device-driver-demo.md)
- [外设驱动开发示例](guide/device-outerdriver-demo.md)
- 调测 - 调测
- [测试用例开发](subsystems/subsys-testguide-test.md) - [测试用例开发](subsystems/subsys-testguide-test.md)
- [调测工具](subsystems/subsys-toolchain.md) - 调测工具
- 研发工具链
- [bytrace使用指导](subsystems/subsys-toolchain-bytrace-guide.md)
- [hdc\_std 使用指导](subsystems/subsys-toolchain-hdc-guide.md)
- [hiperf 使用指南](subsystems/subsys-toolchain-hiperf.md)
- XTS认证 - XTS认证
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册