# distributedschedule_safwk_lite
**Repository Path**: luckyleejin/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**: 85
- **Created**: 2021-04-14
- **Last Updated**: 2021-04-14
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# safwk\_lite
- [Introduction](#section11660541593)
- [Directory Structure](#section1464106163817)
- [Usage](#section10729231131110)
- [Repositories Involved](#section176111311166)
## Introduction
The **safwk\_lite** module provides an empty process for running basic services.
## 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/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",
]
```
## Repositories Involved
[Distributed Scheduler subsystem](en-us_topic_0000001115719369.md)
**[safwk\_lite](https://gitee.com/openharmony/distributedschedule_services_safwk_lite)**