Readme-EN.md 5.2 KB
Newer Older
D
duangavin123 已提交
1 2 3 4 5
#  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)
W
wusongqing 已提交
6
  - [Build System Coding Specifications and Best Practices](subsys-build-gn-coding-style-and-best-practice.md)
D
duangavin123 已提交
7 8 9
- [Distributed Remote Startup](subsys-remote-start.md)
- [Graphics](subsys-graphics.md)
  - [Graphics](subsys-graphics-overview.md)
D
duangavin123 已提交
10 11 12
  - [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 已提交
13 14 15 16 17 18 19 20 21 22 23 24
  - [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)
W
wusongqing 已提交
25 26 27
  - [Utils Overview](subsys_utils_overview.md)
  - [Utils Development Guidelines](subsys_utils_guide.md)
  - [Utils FAQ](subsys_utils_faqs.md)
D
duangavin123 已提交
28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
- [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)
W
wusongqing 已提交
43 44 45 46 47 48 49
- [Data Management](subsys-data.md)
  - [RDB](subsys-data-relational-database.md)
    - [RDB Overview](subsys-data-relational-database-overview.md)
    - [RDB Development](subsys-data-relational-database-guide.md)
  - [Lightweight Data Store](subsys-data-storage.md)
    - [Lightweight Data Store Overview](subsys-data-storage-overview.md)
    - [Lightweight Data Store Development](subsys-data-storage-guide.md)
50 51 52 53
- [Sensors](subsys-sensor.md)
  - [Sensors Overview](subsys-sensor-overview.md)
  - [Sensors Usage Guidelines](subsys-sensor-guide.md)
  - [Sensors Usage Example](subsys-sensor-demo.md)
E
ester.zhou 已提交
54 55 56 57
- [USB](subsys-usbservice.md)
  - [[USB Overview](subsys-usbservice-overview.md)
  - [USB Usage Guidelines](subsys-usbservice-guide.md)
  - [USB Usage Example](subsys-usbservice-demo.md)
D
duangavin123 已提交
58 59
- [Application Framework](subsys-application-framework.md)
  - [Overview](subsys-application-framework-overview.md)
D
duangavin123 已提交
60
  - [Setting Up a Development Environment](subsys-application-framework-envbuild.md)
D
duangavin123 已提交
61 62 63
  - [Development Guidelines](subsys-application-framework-guide.md)
  - [Development Example](subsys-application-framework-demo.md)
- [OTA Upgrade](subsys-ota-guide.md)
D
duangavin123 已提交
64 65 66
- [Telephony Service ](subsys-tel.md)
  - [Telephony Service](telephony-service.md)
  - [Development Guidelines](development-guidelines.md)
D
duangavin123 已提交
67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
- [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)
W
wusongqing 已提交
85 86
  - [HiTrace Development](subsys-dfx-hitrace.md)
  - [HiCollie Development](subsys-dfx-hicollie.md)
D
duangavin123 已提交
87
  - [Development Guidelines on HiSysEvent](subsys-dfx-hisysevent.md)
W
wusongqing 已提交
88 89 90
  - [HiSysEvent Development](subsys-dfx-hisysevent.md)
    - [HiSysEvent Logging](subsys-dfx-hisysevent-logging.md)
    - [HiSysEvent Listening](subsys-dfx-hisysevent-listening.md)
W
wusongqing 已提交
91
    - [HiSysEvent Query](subsys-dfx-hisysevent-query.md)
W
wusongqing 已提交
92
    - [HiSysEvent Tool Usage](subsys-dfx-hisysevent-tool.md)
D
duangavin123 已提交
93
- [R&D Tools](subsys-toolchain.md)
D
duangavin123 已提交
94
  - [bytrace Usage Guidelines](subsys-toolchain-bytrace-guide.md)
W
wusongqing 已提交
95
  - [hdc\_std Usage Guidelines](subsys-toolchain-hdc-guide.md)
W
wusongqing 已提交
96
- [XTS](subsys-xts-guide.md)