# distributedschedule_safwk_lite **Repository Path**: openharmony/distributedschedule_safwk_lite ## Basic Information - **Project Name**: distributedschedule_safwk_lite - **Description**: foundation process | foundation系统进程 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2022-08-11 - **Last Updated**: 2024-11-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 公告: 因OpenHarmony部件设计规范化需求,2022.08月起distributedschedule_safwk_lite仓库更名为systemabilitymgr_safwk_lite,本仓库归档不在维护。 请前往[**systemabilitymgr\_safwk_lite**](https://gitee.com/openharmony/systemabilitymgr_safwk_lite)仓库,了解最新代码信息 # 轻量级系统服务框架部件 - [简介](#section11660541593) - [目录](#section1464106163817) - [使用](#section10729231131110) - [相关仓](#section176111311166) ## 简介 safwklite模块负责提供基础服务运行的空进程。 ## 系统架构 **图 1** 面向服务的架构 ![](figures/zh-cn_image_0000001128146921.png) ## 目录 分布式任务调度源代码目录结构如下表所示: **表1 **主要源代码目录结构

名称

描述

safwk_lite

foundation进程实现

其中分布式任务调度safwk\_lite组件的源代码目录结构如下: ``` ├── BUILD.gn ├── readme.md ├── LICENSE ├── src └── main.c ``` ## 使用 在foundation进程中添加服务 按照服务的模板写完服务后在BUILD.gn中添加依赖即可: ``` 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", ] ``` ## 相关仓 系统服务管理子系统 [distributedschedule\_safwk](https://gitee.com/openharmony/distributedschedule_safwk) [distributedschedule\_samgr](https://gitee.com/openharmony/distributedschedule_samgr) [**distributedschedule\_safwk\_lite**](https://gitee.com/openharmony/distributedschedule_safwk_lite) [distributedschedule\_samgr\_lite](https://gitee.com/openharmony/distributedschedule_samgr_lite)