The safwk_lite module provides an empty process for running basic services.
The following table describes the directory structure of the Distributed Scheduler.
Table 1 Directory structure of the major source code
The source code directory structure of the safwk_lite module is as follows:
├── BUILD.gn
├── readme.md
├── LICENSE
├── src
└── main.c
Add a service to the foundation process.
After writing the service based on the service template, add the dependencies to the BUILD.gn file.
deps = [
"${aafwk_lite_path}/services/abilitymgr_lite:abilityms",
"${appexecfwk_lite_path}/services/bundlemgr_lite:bundlems",
"//base/hiviewdfx/hilog_lite/frameworks/featured:hilog_shared",
"//base/security/permission/services/permission_lite/ipc_auth:ipc_auth_target",
"//base/security/permission/services/permission_lite/pms:pms_target",
"//foundation/distributedschedule/dmsfwk_lite:dtbschedmgr",
"//foundation/distributedschedule/samgr_lite/samgr_server:server",
]
Sign in to post a comment
Activity
Community
Health
Trend
Influence
:Code submit frequency
:React/respond to issue & PR etc.
:Well-balanced team members and collaboration
:Recent popularity of project
:Star counts, download counts etc.
Repository Comments ( 0 )