-
Notifications
You must be signed in to change notification settings - Fork 197
Expand file tree
/
Copy path.gitmodules
More file actions
23 lines (23 loc) · 904 Bytes
/
.gitmodules
File metadata and controls
23 lines (23 loc) · 904 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[submodule "QuoteVerification/QVL"]
path = QuoteVerification/QVL
url = ../confidential-computing.tee.dcap.qvl.git
branch = .
[submodule "external/wasm-micro-runtime"]
path = external/wasm-micro-runtime
url = https://github.com/bytecodealliance/wasm-micro-runtime.git
branch = main
[submodule "external/jwt-cpp"]
path = external/jwt-cpp
url = https://github.com/Thalhammer/jwt-cpp.git
# Build applies 0001-Add-a-macro-to-disable-time-support-in-jwt-for-SGX.patch
# in-place (ae/qae/Makefile, ae/QvE/Makefile), modifying jwt.h and defaults.h.
# ignore = dirty prevents these expected modifications from showing in git status.
ignore = dirty
[submodule "external/gtest/src"]
path = external/gtest/src
url = https://github.com/google/googletest.git
branch = v1.16.x
[submodule "QuoteGeneration/pccs"]
path = QuoteGeneration/pccs
url = ../confidential-computing.tee.dcap.pccs.git
branch = .