blob: 9e8814fbe52fdfd5dd32de375153177206c0bb10 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# DML2_0 (Display Mode Library 2.0) repository
## Category to Directory Mapping
```yaml
directory_categories:
app_tools:
- dml21/build/
- dml21/src/dml2_unit_test/
- utils/
driver_hw_dependent:
- dml21/inc/bounding_boxes/
- dml21/src/dml2_cga/
- dml21/src/dml2_core/
- dml21/src/dml2_dpmm/
- dml21/src/dml2_mcg/
- dml21/src/dml2_pmo/
- dml21/src/dml2_standalone_libraries/
- dml21/src/dml2_utm_soc_bb/
driver_hw_independent:
- ./
- dml21/
- dml21/inc/
- dml21/src/dml2_top/
- dml21/src/inc/
undefined:
- .github/
```
|