forked from aws/aws-iot-device-sdk-embedded-C
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.yml
76 lines (76 loc) · 2.98 KB
/
manifest.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
name : "AWS_IoT_Device_SDK_for_Embedded_C"
version: "202211.00"
description: |-
"The AWS IoT Device SDK for Embedded C is a collection of C source
files that can be used in embedded applications to securely connect
to AWS IoT Core and interact with other AWS IoT services on AWS Cloud.\n
\n
See dependencies for included libraries."
dependencies:
- name: "coreMQTT"
version: "000a574c0eb7dcaa68caf3e70f06b32d8568c1d1"
repository:
type: "git"
url: "https://github.com/FreeRTOS/coreMQTT"
path: "libraries/standard/coreMQTT"
- name: "coreJSON"
version: "8d216b5876ba6953e8b60a20d32eae62992d09fe"
repository:
type: "git"
url: "https://github.com/FreeRTOS/coreJSON"
path: "libraries/standard/coreJSON"
- name: "Device-Shadow-for-AWS-IoT-embedded-sdk"
version: "0c17830735d83fe1e399af056820de0f4666f43c"
repository:
type: "git"
url: "https://github.com/aws/Device-Shadow-for-AWS-IoT-embedded-sdk"
path: "libraries/aws/device-shadow-for-aws-iot-embedded-sdk"
- name: "coreHTTP"
version: "48ccceb4bc048a36012ff33a0adbb49bc891045f"
repository:
type: "git"
url: "https://github.com/FreeRTOS/coreHTTP"
path: "libraries/standard/coreHTTP"
- name: "Device-Defender-for-AWS-IoT-embedded-sdk"
version: "747ae050e1d22682c8c757fff48dba2760094505"
repository:
type: "git"
url: "https://github.com/aws/Device-Defender-for-AWS-IoT-embedded-sdk"
path: "libraries/aws/device-defender-for-aws-iot-embedded-sdk"
- name: "Jobs-for-AWS-IoT-embedded-sdk"
version: "3e33c6a0eeaebb820a445a3d4b1a02896b3e557d"
repository:
type: "git"
url: "https://github.com/aws/Jobs-for-AWS-IoT-embedded-sdk"
path: "libraries/aws/jobs-for-aws-iot-embedded-sdk"
- name: "OTA-for-AWS-IoT-embedded-sdk"
version: "406415ef38d9f0fbabd69735623008fd090043b3"
repository:
type: "git"
url: "https://github.com/aws/ota-for-aws-iot-embedded-sdk"
path: "libraries/aws/ota-for-aws-iot-embedded-sdk"
- name: "backoffAlgorithm"
version: "f4b3fcfe92002a3a7609e511fd05361b9e812021"
repository:
type: "git"
url: "https://github.com/FreeRTOS/backoffAlgorithm"
path: "libraries/standard/backoffAlgorithm"
- name: "corePKCS11"
version: "db05642c6c1f97055128f17c7962d7daf725d3c5"
repository:
type: "git"
url: "https://github.com/FreeRTOS/corePKCS11"
path: "libraries/standard/corePKCS11"
- name: "Fleet-Provisioning-for-AWS-IoT-embedded-sdk"
version: "8ce2b28325efb917c2e357aed2361e3fa6162ecf"
repository:
type: "git"
url: "https://github.com/aws/Fleet-Provisioning-for-AWS-IoT-embedded-sdk"
path: "libraries/aws/fleet-provisioning-for-aws-iot-embedded-sdk"
- name: "sigv4-for-AWS-IoT-embedded-sdk"
version: "df863270afba4de9d013ae62063b2bfd0aa89039"
repository:
type: "git"
url: "https://github.com/aws/SigV4-for-AWS-IoT-embedded-sdk"
path: "libraries/aws/sigv4-for-aws-iot-embedded-sdk"
license: "MIT"