Readme-EN.md 4.0 KB
Newer Older
D
duangavin123 已提交
1 2 3 4 5 6 7 8
#  Subsystems

- [Compilation and Building](subsys-build.md)
  - [Building Guidelines for Mini and Small Systems](subsys-build-mini-lite.md)
  - [Building Guidelines for Standard Systems](subsys-build-standard-large.md)
- [Distributed Remote Startup](subsys-remote-start.md)
- [Graphics](subsys-graphics.md)
  - [Graphics](subsys-graphics-overview.md)
D
duangavin123 已提交
9 10 11
  - [Development Guidelines on Container Components](subsys-graphics-container-guide.md)
  - [Development Guidelines on Layout Container Components](subsys-graphics-layout-guide.md)
  - [Development Guidelines on Common Components](subsys-graphics-common-guide.md)
D
duangavin123 已提交
12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
  - [Development Guidelines on Animators](subsys-graphics-animation-guide.md)
- [Multimedia](subsys-multimedia.md)
  - [Camera](subsys-multimedia-camera.md)
    - [Overview](subsys-multimedia-camera-overview.md)
    - [Development Guidelines on Photographing](subsys-multimedia-camera-photo-guide.md)
    - [Development Guidelines on Video Recording](subsys-multimedia-camera-record-guide.md)
    - [Development Guidelines on Previewing](subsys-multimedia-camera-preview-guide.md)
  - [Audio/Video](subsys-multimedia-video.md)
    - [Overview](subsys-multimedia-video-overview.md)
    - [Development Guidelines on Media Playback](subsys-multimedia-video-play-guide.md)
    - [Development Guidelines on Media Recording](subsys-multimedia-video-record-guide.md)
- [Utils](subsys-utils.md)
  - [Utils Overview](oem_subsys_utils_des.md)
  - [Utils Development Guidelines](oem_subsys_utils_guide.md)
  - [Utils FAQ](oem_subsys_utils_faq.md)
- [AI Framework](subsys-aiframework.md)
  - [AI Engine Framework](subsys-aiframework-guide.md)
  - [Development Environment](subsys-aiframework-envbuild.md)
  - [Technical Specifications](subsys-aiframework-tech.md)
    - [Code Management](subsys-aiframework-tech-codemanage.md)
    - [Naming](subsys-aiframework-tech-name.md)
    - [API Development](subsys-aiframework-tech-interface.md)
  - [Development Guidelines](subsys-aiframework-devguide.md)
    - [SDK](subsys-aiframework-devguide-sdk.md)
    - [Plug-in](subsys-aiframework-devguide-plugin.md)
    - [Configuration File](subsys-aiframework-devguide-conf.md)
  - [Development Examples](subsys-aiframework-demo.md)
    - [KWS SDK](subsys-aiframework-demo-sdk.md)
    - [KWS Plug-in](subsys-aiframework-demo-plugin.md)
    - [KWS Configuration File](subsys-aiframework-demo-conf.md)
D
duangavin123 已提交
42 43 44 45
- [Sensors](subsys-densor.md)
  - [Sensors Overview](subsys-densor-overview.md)
  - [Sensors Usage Guidelines](subsys-densor-guide.md)
  - [Sensors Usage Example](subsys-densor-demo.md)
D
duangavin123 已提交
46 47
- [Application Framework](subsys-application-framework.md)
  - [Overview](subsys-application-framework-overview.md)
D
duangavin123 已提交
48
  - [Setting Up a Development Environment](subsys-application-framework-envbuild.md)
D
duangavin123 已提交
49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
  - [Development Guidelines](subsys-application-framework-guide.md)
  - [Development Example](subsys-application-framework-demo.md)
- [OTA Upgrade](subsys-ota-guide.md)
- [Security](subsys-security.md)
  - [Overview](subsys-security-overview.md)
  - [Development Guidelines on Application Signature Verification](subsys-security-sigverify.md)
  - [Development Guidelines on Application Permission Management](subsys-security-rightmanagement.md)
  - [Development Guidelines on IPC Authentication](subsys-security-communicationverify.md)
- [Startup](subsys-boot.md)
  - [Startup](subsys-boot-overview.md)
  - [init Module](subsys-boot-init.md)
  - [appspawn Module](subsys-boot-appspawn.md)
  - [bootstrap Module](subsys-boot-bootstrap.md)
  - [syspara Module](subsys-boot-syspara.md)
  - [FAQs](subsys-boot-faqs.md)
  - [Reference](subsys-boot-ref.md)
- [Testing](subsys-testguide-test.md)
- [DFX](subsys-dfx.md)
  - [DFX](subsys-dfx-overview.md)
  - [Development Guidelines on HiLog ](subsys-dfx-hilog-rich.md)
  - [Development Guidelines on HiLog\_Lite](subsys-dfx-hilog-lite.md)
  - [Development Guidelines on HiSysEvent](subsys-dfx-hisysevent.md)
D
duangavin123 已提交
71
- [R&D Tools](subsys-toolchain.md)
D
duangavin123 已提交
72 73 74
  - [bytrace Usage Guidelines](subsys-toolchain-bytrace-guide.md)
  - [hdc\_std Usage Guidelines](oem_subsys_toolchain_hdc_guide.md)
- [XTS](subsys-xts-guide.md)