forked from Open-CMSIS-Pack/AWS_MQTT_MutualAuth_SW_Framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Demo.cproject.yml
149 lines (137 loc) · 5.86 KB
/
Demo.cproject.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/1.4.0/tools/projmgr/schemas/cproject.schema.json
project:
# packs:
# - pack: ARM::CMSIS
# - pack: ARM::[email protected]
# - pack: ARM::[email protected]
# - pack: AWS::[email protected]
# - pack: AWS::[email protected]
# - pack: AWS::[email protected]
# - pack: AWS::[email protected]
# - pack: Arm-Packs::PKCS11
#interfaces:
# provides:
# - FreeRTOS:
# - RTOS2:
# consumes:
# - IoT_Socket:
# - C_VIO:
# - STDOUT:
# - STDIN:
# - STDERR:
# - Heap : 65536
add-path:
- ./config_files
- ./amazon-freertos/demos/include
- ./amazon-freertos/demos/network_manager
- ./amazon-freertos/demos/common/pkcs11_helpers
- ./amazon-freertos/libraries/3rdparty/mbedtls_config
- ./amazon-freertos/libraries/logging/include
- ./amazon-freertos/libraries/abstractions/platform/include
- ./amazon-freertos/libraries/abstractions/platform/freertos/include
- ./amazon-freertos/libraries/abstractions/secure_sockets/include
- ./amazon-freertos/libraries/abstractions/transport/secure_sockets
- ./amazon-freertos/libraries/c_sdk/standard/common/include
- ./amazon-freertos/libraries/c_sdk/standard/common/include/private
- ./amazon-freertos/libraries/freertos_plus/standard/crypto/include
- ./amazon-freertos/libraries/freertos_plus/standard/tls/include
components:
- component: ARM::CMSIS:RTOS2:FreeRTOS&Cortex-M
- component: ARM::RTOS&FreeRTOS:Config&CMSIS RTOS2
- component: ARM::RTOS&FreeRTOS:Core&Cortex-M
- component: ARM::RTOS&FreeRTOS:Event Groups
- component: ARM::RTOS&FreeRTOS:Heap&Heap_5
- component: ARM::RTOS&FreeRTOS:Stream Buffer
- component: ARM::RTOS&FreeRTOS:Timers
- component: ARM::Security:mbed TLS
define:
- MBEDTLS_CONFIG_FILE="aws_mbedtls_config.h"
- component: AWS::FreeRTOS:backoffAlgorithm
- component: AWS::FreeRTOS:coreMQTT
- component: AWS::FreeRTOS:coreMQTT Agent
- component: AWS::FreeRTOS:corePKCS11:Core Library
- component: AWS::FreeRTOS:corePKCS11:Portable Abstraction Layer&Custom
- component: AWS::FreeRTOS:corePKCS11:Utilities
- component: AWS::Security:PKCS11:corePKCS11
define:
- MBEDTLS_CONFIG_FILE="aws_mbedtls_config.h"
groups:
- group: Documentation
files:
- file: ./README.md
- group: main
files:
- file: ./app_main.c
- group: config_files
files:
- file: ./config_files/aws_demo_config.h
- file: ./config_files/aws_iot_network_Config.h
- file: ./config_files/aws_mbedtls_config.h
- file: ./config_files/core_mqtt_config.h
- file: ./config_files/core_pkcs11_config.h
- file: ./config_files/iot_config.h
- file: ./config_files/iot_secure_sockets_config.h
- file: ./config_files/mqtt_demo_mutual_auth_config.h
- group: demos_include
files:
- file: ./amazon-freertos/demos/include/aws_clientcredential.h
- file: ./amazon-freertos/demos/include/aws_clientcredential_keys.h
- file: ./amazon-freertos/demos/include/aws_demo.h
- file: ./amazon-freertos/demos/include/aws_iot_metrics.h
- file: ./amazon-freertos/demos/include/iot_config_common.h
- file: ./amazon-freertos/demos/include/iot_demo_logging.h
- file: ./amazon-freertos/demos/include/iot_demo_runner.h
- group: demos
files:
- file: ./amazon-freertos/demos/demo_runner/aws_demo.c
- file: ./amazon-freertos/demos/demo_runner/iot_demo_runner.c
- file: ./amazon-freertos/demos/demo_runner/iot_demo_freertos.c
- file: ./amazon-freertos/demos/coreMQTT/mqtt_demo_mutual_auth.c
- file: ./amazon-freertos/demos/network_manager/aws_iot_network_manager.c
- file: ./amazon-freertos/demos/common/pkcs11_helpers/pkcs11_helpers.c
- group: libraries
define:
- MBEDTLS_CONFIG_FILE="aws_mbedtls_config.h"
files:
- file: ./amazon-freertos/libraries/c_sdk/standard/common/iot_device_metrics.c
- file: ./amazon-freertos/libraries/c_sdk/standard/common/iot_init.c
- file: ./amazon-freertos/libraries/c_sdk/standard/common/iot_static_memory_common.c
- file: ./amazon-freertos/libraries/c_sdk/standard/common/taskpool/iot_taskpool.c
- file: ./amazon-freertos/libraries/c_sdk/standard/common/taskpool/iot_taskpool_static_memory.c
- file: ./amazon-freertos/libraries/abstractions/platform/freertos/iot_threads_freertos.c
- file: ./amazon-freertos/libraries/abstractions/platform/freertos/iot_clock_freertos.c
- file: ./amazon-freertos/libraries/abstractions/secure_sockets/iot_socket/iot_secure_sockets.c
- file: ./amazon-freertos/libraries/abstractions/transport/secure_sockets/transport_secure_sockets.c
- file: ./amazon-freertos/libraries/freertos_plus/standard/crypto/src/iot_crypto.c
- file: ./amazon-freertos/libraries/freertos_plus/standard/tls/src/iot_tls.c
- file: ./amazon-freertos/libraries/logging/iot_logging.c
- file: ./amazon-freertos/libraries/logging/iot_logging_task_dynamic_buffers.c
- group: ports
files:
- file: ./amazon-freertos/ports/pkcs11/core_pkcs11_pal.c
# requires-layers:
# - Socket
# - Security
# - Board
layers:
# Socket
- layer: ./Socket/FreeRTOS+TCP/Socket.clayer.yml
for-type:
- +IP-Stack
- layer: ./Socket/WiFi/Socket.clayer.yml
for-type:
- +WiFi
- layer: ./Socket/VSocket/Socket.clayer.yml
for-type:
- +AVH
# Board
- layer: ./Board/IMXRT1050-EVKB/Board.clayer.yml
for-type:
- +IP-Stack
# - +WiFi
- layer: ./Board/B-U585I-IOT02A/Board.clayer.yml
for-type:
- +WiFi
- layer: ./Board/AVH_MPS3_Corstone-300/Board.clayer.yml
for-type:
- +AVH