You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/List-of-OSS-Components.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,15 @@ These are the Open Source components used by Microsoft 1DS / C++ Client Telemetr
6
6
7
7
ZLIB DATA COMPRESSION LIBRARY.
8
8
9
-
SDK maintains its own snapshot of the mainline ZLib with some Intel architecture performance optimizations [here](../zlib).
9
+
SDK maintains its own snapshot of the mainline ZLib with some Intel architecture performance optimizations [here](../zlib).
10
+
It is the responsibility of product teams to ensure that a snapshot of zlib they use meets their product security and licensing requirements.
10
11
11
12
## [SQLite](https://www.sqlite.org/index.html)
12
13
13
14
SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine.
14
15
15
16
SDK maintains its own snapshot of the mainline SQLite, which is used for Windows builds [here](../sqlite). Other platforms use platform-provided SQLite.
17
+
It is the responsibility of product teams to ensure that a snapshot of zlib they use meets their product security and licensing requirements.
@@ -38,13 +40,15 @@ Google's C++ benchmarking framework. Used only for tests and not included in pro
38
40
39
41
Reachability is a drop-in replacement for Apple's Reachability class. It is ARC-compatible, and it uses the new GCD methods to notify of network interface changes.
40
42
SDK maintains its own snapshot of the mainline `tonymillion/Reachability`[here](../third_party/Reachability). This code is not used nor included in the build of non-Apple OS.
43
+
Please note if customer product is adding dependency to this component, they should ensure it meets their product security and licensing requirements.
41
44
42
45
## SHA-1 by Steve Reid
43
46
44
47
Classic implementation of SHA-1 (Public Domain).
45
48
SDK maintains its own snapshot of it [here](../third_party/sha1/sha1.c).
46
49
Note that this component is not included or compiled into any of the shipable bits of SDK. It is included for internal developer debug builds only.
47
50
For example, SHA-1 may be used to calculate destination ETW Provider GUID based on ETW Provider name on Windows OS in developer trace tooling / instrumentation.
51
+
Please note if customer product is adding dependency to this component, they should ensure it meets their product security and licensing requirements.
0 commit comments