-
Notifications
You must be signed in to change notification settings - Fork 27
/
npk.yml
50 lines (46 loc) · 1.1 KB
/
npk.yml
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
## Package Base Information
name: app-e203_hbirdv2_common_demo_nice
owner: nuclei
version: 1.0.0
description: Nuclei e203_hbirdv2 common demo_nice lab
type: app
keywords:
- nuclei board labs
category: Board Labs
license: Apache-2.0
homepage: https://github.com/Nuclei-Software/nuclei-board-labs/tree/master/e203_hbirdv2/common/demo_nice
## Package Dependency
dependencies:
- name: ssp-hsdk_hbirdv2
owner: nuclei
version:
## Package Configurations
configuration:
app_commonflags:
value: -O0
type: text
description: Application Compile Flags
## Source Code Management
codemanage:
copyfiles:
- path: ["*.c", "*.h", "*.S", "*.s", "*.C"]
incdirs:
- path: ["./"]
libdirs:
ldlibs:
- libs: ["m"]
## Build Configuration
buildconfig:
- type: gcc
common_flags: # flags need to be combined together across all packages
- flags: ${app_commonflags}
ldflags:
cflags:
asmflags:
cxxflags:
prebuild_steps: # could be override by app/bsp type
command:
description:
postbuild_steps: # could be override by app/bsp type
command:
description: