Description: adjust readme

IssueNo: I501R5
Feature or Bugfix: Feature
Binary Source:No

Signed-off-by: jiadexiang <jiadexiang@huawei.com>
This commit is contained in:
jiadexiang
2022-07-05 14:40:21 +08:00
parent aa8d2a1c99
commit f1d23b6d64
2 changed files with 26 additions and 20 deletions
+13 -10
View File
@@ -19,16 +19,19 @@ The Utils module defines the common data structure in the graphics subsystem and
```
/foundation/graphic/utils
├── frameworks # Framework code
├── hals # Hardware adaptation layer
├── linux # Linux platform adaptation layer
├── liteos # LiteOS platform adaptation layer
└── windows # Windows platform adaptation layer
├── interfaces # APIs
├── innerkits # APIs between modules
│ │ └── hals # APIs of the hardware adaptation layer
└── kits # External APIs
└── test # Unit testing
├── frameworks # Framework code
   ├── diagram # 2d graphic engine implementation
   │   ├── depiction # Smooth curve point generation algorithm
   │   ├── rasterizer # rasterizer handling
   │   ├── vertexgenerate # vertex generation
│   │   └── vertexprimitive # vertex primitive generation
   └── hals # Hardware adaptation layer
├── interfaces # APIs
   ├── innerkits # APIs between modules
│   │   └── hals # APIs of the hardware adaptation layer
│   └── kits # External APIs
│   └── gfx_utils
└── test # Unit testing
```
## Compilation and Building<a name="section137768191623"></a>
+13 -10
View File
@@ -19,16 +19,19 @@ HALS组件中实现了对驱动子系统和平台相关功能的适配封装,
```
/foundation/graphic/utils
├── frameworks # 框架代码
├── hals # 硬件适配层
├── linux # linux平台适配层
├── liteos # liteos平台适配层
└── windows # windows平台适配层
├── interfaces # 接口
├── innerkits # 模块间接口
└── hals # 硬件适配层接口
└── kits # 对外接口
└── test # 单元测试
├── frameworks # 框架代码
   ├── diagram # 2d图形引擎
   │   ├── depiction # 光滑曲线点生成算法
   │   ├── rasterizer # 光栅化处理
   │   ├── vertexgenerate # 顶点生成器
│   │   └── vertexprimitive # 顶点几何图元
   └── hals # 硬件适配层
├── interfaces # 接口
   ├── innerkits # 模块间接口
│   │   └── hals # 硬件适配层接口
│   └── kits # 对外接口
│   └── gfx_utils
└── test # 单元测试
```
## 编译构建<a name="section137768191623"></a>