forked from openenclave/openenclave
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
30 lines (30 loc) · 1.11 KB
/
.gitmodules
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
[submodule "3rdparty/optee/optee_os"]
path = 3rdparty/optee/optee_os
url = https://github.com/ms-iot/optee_os
branch = ms-iot-openenclave
[submodule "3rdparty/optee/optee_client"]
path = 3rdparty/optee/optee_client
url = https://github.com/ms-iot/optee_client
branch = ms-iot-openenclave
[submodule "3rdparty/snmalloc"]
path = 3rdparty/snmalloc/snmalloc
url = https://github.com/Microsoft/snmalloc.git
[submodule "tools/oeedger8r-cpp"]
path = tools/oeedger8r-cpp
url = https://github.com/openenclave/oeedger8r-cpp
[submodule "3rdparty/libgcov/compiler-rt"]
path = 3rdparty/libgcov/compiler-rt
url = https://github.com/llvm-mirror/compiler-rt
branch = release_70
ignore = all
[submodule "3rdparty/openssl/openssl"]
path = 3rdparty/openssl/openssl
url = https://github.com/openssl/openssl
branch = OpenSSL_1_1_1-stable
[submodule "3rdparty/mbedtls/mbedtls"]
path = 3rdparty/mbedtls/mbedtls
url = https://github.com/openenclave/openenclave-mbedtls.git
branch = openenclave-mbedtls-2.16.8
[submodule "3rdparty/openssl/intel-sgx-ssl"]
path = 3rdparty/openssl/intel-sgx-ssl
url = https://github.com/intel/intel-sgx-ssl