Readme-EN.md 5.7 KB
Newer Older
D
duangavin123 已提交
1 2 3 4
#  Subsystems

- [Compilation and Building](subsys-build.md)
  - [Building Guidelines for Mini and Small Systems](subsys-build-mini-lite.md)
E
ester.zhou 已提交
5
  - [Building Guidelines for the Standard System](subsys-build-standard-large.md)
W
wusongqing 已提交
6
  - [Build System Coding Specifications and Best Practices](subsys-build-gn-coding-style-and-best-practice.md)
W
wusongqing 已提交
7
  - [Building the Kconfig Visual Configuration](subsys-build-gn-kconfig-visual-config-guid.md)
D
duangavin123 已提交
8 9 10
- [Distributed Remote Startup](subsys-remote-start.md)
- [Graphics](subsys-graphics.md)
  - [Graphics](subsys-graphics-overview.md)
D
duangavin123 已提交
11 12 13
  - [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 已提交
14 15 16 17 18 19 20 21 22 23 24 25
  - [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)
26
  - [Utils Overview](subsys-utils-overview.md)
27 28
  - [Utils Development Guidelines](subsys-utils-guide.md)
  - [Utils FAQ](subsys-utils-faqs.md)
D
duangavin123 已提交
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
- [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 已提交
44 45 46 47 48 49 50
- [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)
W
wusongqing 已提交
51 52 53 54
- [Sensor](subsys-sensor.md)
  - [Sensor Overview](subsys-sensor-overview.md)
  - [Sensor Usage Guidelines](subsys-sensor-guide.md)
  - [Sensor Usage Example](subsys-sensor-demo.md)
E
ester.zhou 已提交
55
- [USB](subsys-usbservice.md)
W
wusongqing 已提交
56
  - [USB Overview](subsys-usbservice-overview.md)
E
ester.zhou 已提交
57 58
  - [USB Usage Guidelines](subsys-usbservice-guide.md)
  - [USB Usage Example](subsys-usbservice-demo.md)
D
duangavin123 已提交
59 60
- [Application Framework](subsys-application-framework.md)
  - [Overview](subsys-application-framework-overview.md)
D
duangavin123 已提交
61
  - [Setting Up a Development Environment](subsys-application-framework-envbuild.md)
D
duangavin123 已提交
62 63 64
  - [Development Guidelines](subsys-application-framework-guide.md)
  - [Development Example](subsys-application-framework-demo.md)
- [OTA Upgrade](subsys-ota-guide.md)
W
wusongqing 已提交
65 66 67
- [Telephony ](subsys-tel.md)
  - [Telephony Overview](subsys-tel-overview.md)
  - [Telephony Development](subsys-tel-guide.md)
D
duangavin123 已提交
68 69
- [Security](subsys-security.md)
  - [Overview](subsys-security-overview.md)
A
annie_wangli 已提交
70 71 72 73
  - [Development on Application Signature Verification](subsys-security-sigverify.md)
  - [Development on Application Permission Management](subsys-security-rightmanagement.md)
  - [Development on IPC Authentication](subsys-security-communicationverify.md)
  - [Development on Device Security Level Management](subsys-security-devicesecuritylevel.md)
D
duangavin123 已提交
74 75 76 77
- [Startup](subsys-boot.md)
  - [Startup](subsys-boot-overview.md)
  - [init Module](subsys-boot-init.md)
  - [appspawn Module](subsys-boot-appspawn.md)
S
shawn_he 已提交
78
  - [appspawn Module for the Standard System](subsys-boot-appspawn-standard.md)
D
duangavin123 已提交
79 80 81 82 83 84 85
  - [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)
S
shawn_he 已提交
86
  - [HiLog Development](subsys-dfx-hilog-rich.md)
W
wusongqing 已提交
87 88 89
  - [HiLog\_Lite Development](subsys-dfx-hilog-lite.md)
  - [HiTrace Development](subsys-dfx-hitrace.md)
  - [HiCollie Development](subsys-dfx-hicollie.md)
W
wusongqing 已提交
90
  - [HiSysEvent Development](subsys-dfx-hisysevent.md)
S
shawn_he 已提交
91
    - [HiSysEvent Logging Configuration](subsys-dfx-hisysevent-logging-config.md)
W
wusongqing 已提交
92 93
    - [HiSysEvent Logging](subsys-dfx-hisysevent-logging.md)
    - [HiSysEvent Listening](subsys-dfx-hisysevent-listening.md)
W
wusongqing 已提交
94
    - [HiSysEvent Query](subsys-dfx-hisysevent-query.md)
W
wusongqing 已提交
95
    - [HiSysEvent Tool Usage](subsys-dfx-hisysevent-tool.md)
S
shawn_he 已提交
96 97 98
  - [HiDumper Development]](subsys-dfx-hidumper.md)
  - [HiChecker Development]](subsys-dfx-hichecker.md)
  - [Faultlogger Development]](subsys-dfx-faultlogger.md)
D
duangavin123 已提交
99
- [R&D Tools](subsys-toolchain.md)
D
duangavin123 已提交
100
  - [bytrace Usage Guidelines](subsys-toolchain-bytrace-guide.md)
W
wusongqing 已提交
101
  - [hdc\_std Usage Guidelines](subsys-toolchain-hdc-guide.md)
D
duangavin123 已提交
102
  - [hiperf Usage Guidelines](subsys-toolchain-hiperf.md)
W
wusongqing 已提交
103
- [XTS](subsys-xts-guide.md)