Skip to content

export

Required: No
Type: Object
Condition: No

Describes content to be exported from this project. Exported content can be used in a dependent project that imports this project.

Key Required Type Description
library No List of paths List of paths to libraries
include No List of include paths List of include paths using same syntax as include property
1
2
3
4
5
6
7
export:
  library:
    - path: export/libtrustzone.a
  include:
    - path: export/inc
      file_list:
        - path: tz_interface.h
Back to top