xref: /docs/en/device-dev/subsystems/subsys-build-subsystem.md (revision e41f4b71)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /docs/en/device-dev/subsystems/
1e41f4b71Sopenharmony_ci# Subsystem
2e41f4b71Sopenharmony_ci### Configuration Rules
3e41f4b71Sopenharmony_ci
4e41f4b71Sopenharmony_ciYou can learn the configuration rules of all subsystems in the **subsystem_config.json** file in the **build** repository.
5e41f4b71Sopenharmony_ci
6e41f4b71Sopenharmony_ci```json
7e41f4b71Sopenharmony_ci{
8e41f4b71Sopenharmony_ci  "arkui": {
9e41f4b71Sopenharmony_ci    "path": "foundation/arkui",      # Path
10e41f4b71Sopenharmony_ci    "name": "arkui"                  # Subsystem name
11e41f4b71Sopenharmony_ci  },
12e41f4b71Sopenharmony_ci  "ai": {
13e41f4b71Sopenharmony_ci    "path": "foundation/ai",
14e41f4b71Sopenharmony_ci    "name": "ai"
15e41f4b71Sopenharmony_ci  },
16e41f4b71Sopenharmony_ci  "account": {
17e41f4b71Sopenharmony_ci    "path": "base/account",
18e41f4b71Sopenharmony_ci    "name": "account"
19e41f4b71Sopenharmony_ci  },
20e41f4b71Sopenharmony_ci  "distributeddatamgr": {
21e41f4b71Sopenharmony_ci    "path": "foundation/distributeddatamgr",
22e41f4b71Sopenharmony_ci    "name": "distributeddatamgr"
23e41f4b71Sopenharmony_ci  },
24e41f4b71Sopenharmony_ci  "security": {
25e41f4b71Sopenharmony_ci    "path": "base/security",
26e41f4b71Sopenharmony_ci    "name": "security"
27e41f4b71Sopenharmony_ci  },
28e41f4b71Sopenharmony_ci  ...
29e41f4b71Sopenharmony_ci}
30e41f4b71Sopenharmony_ci```
31e41f4b71Sopenharmony_ci
32e41f4b71Sopenharmony_ciCorrectly configure the subsystem path and name in **build/subsystem_config.json**.
33

Indexes created Thu Nov 07 10:32:03 CST 2024