openharmony_ci 3b546aa4b5 !3 [翻译完成】#I6KXTN
Merge pull request !3 from Annie_wang/master
2023-03-09 07:20:24 +00:00
2021-04-07 14:40:12 +08:00
2022-09-28 12:37:01 +08:00
2021-04-23 15:11:42 +08:00
2022-07-21 19:57:18 +08:00
2020-09-08 10:21:39 +08:00
2022-09-28 12:37:01 +08:00
2022-12-19 20:44:54 +08:00

NOTICE

The distributedschedule_safwk_lite repository is renamed systemabilitymgr_safwk_lite since August 2022. The distributedschedule_safwk_lite repository is archived and no longer maintained.

To obtain the latest code, go to systemabilitymgr_safwk_lite.

safwk_lite

Introduction

The safwk_lite module provides an empty process for running basic services.

Architecture

Figure 1 Service-oriented architecture

Directory Structure

The following table describes the directory structure of the Distributed Scheduler.

Table 1 Directory structure of the major source code

Directory

Description

safwk_lite

Implementation of the foundation process

The source code directory structure of the safwk_lite module is as follows:

├── BUILD.gn
├── readme.md
├── LICENSE
├── src
    └── main.c

Usage

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_lite/services/ipc_auth:ipc_auth_target",
  "//base/security/permission_lite/services/pms:pms_target",
  "//foundation/ability/dmsfwk_lite:dtbschedmgr",
  "//foundation/distributedschedule/samgr_lite/samgr_server:server",
]

Repositories Involved

safwk

distributedschedule_safwk

distributedschedule_samgr

distributedschedule_safwk_lite

distributedschedule_samgr_lite

S
Description
foundation process | foundation系统进程
Readme 643 KiB
Languages
C 100%