Add readme

This commit is contained in:
Huang Xin 2019-05-21 17:43:03 +08:00
parent 319d9b52a9
commit 898a5f116b
1 changed files with 5 additions and 5 deletions

View File

@ -3,11 +3,11 @@
  安全网关项目产品侧仓库,主要存放应用与安全网关设备上的应用、内核等相关功能的代码。   安全网关项目产品侧仓库,主要存放应用与安全网关设备上的应用、内核等相关功能的代码。
## **目录结构** ## **目录结构**
<pre> <pre>
Product 安全网关产品源代码主目录 Product    安全网关产品源代码主目录
├── build Makefile和编译脚本目录 ├── build   Makefile和编译脚本目录
├── common 公共 代码/头文件/配置文件 目录 ├── common  公共代码/头文件/配置文件 目录
├── modules linux内核态源代码目录 ├── modules  linux内核态源代码目录
│ └── demo 内核态驱动程序 demo 目录 │ └── demo 内核态驱动程序 demo 目录
└── user 用户态源代码目录 └── user 用户态源代码目录
└── demo 用户态应用程序 demo 目录 └── demo 用户态应用程序 demo 目录
</pre> </pre>