Skip to content

Commit

Permalink
Move the spdm_device_validator_sample to SPDM-Responder-Validator
Browse files Browse the repository at this point in the history
Fix the issue: DMTF#148

Make the SPDM-Responder-Validator independent.
The SPDM-Responder-Validator will not be submodule after this PR.

Signed-off-by: Wenxing Hou <[email protected]>
  • Loading branch information
Wenxing-hou committed Sep 27, 2022
1 parent 1bb6798 commit 856b63b
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 623 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "libspdm"]
path = libspdm
url = https://github.com/DMTF/libspdm
[submodule "SPDM-Responder-Validator"]
path = SPDM-Responder-Validator
url = https://github.com/DMTF/SPDM-Responder-Validator
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,5 @@ endif()

ADD_SUBDIRECTORY(${COMMON_TEST_FRAMEWORK_DIR}/library/common_test_utility_lib out/common_test_utility_lib.out)
ADD_SUBDIRECTORY(${SPDM_RESPONDER_VALIDATOR_DIR}/library/spdm_responder_conformance_test_lib out/spdm_responder_conformance_test_lib.out)
ADD_SUBDIRECTORY(spdm_emu/spdm_device_validator_sample)

ADD_SUBDIRECTORY(spdm_emu/spdm_device_attester_sample)
1 change: 0 additions & 1 deletion SPDM-Responder-Validator
Submodule SPDM-Responder-Validator deleted from 61debb
72 changes: 0 additions & 72 deletions spdm_emu/spdm_device_validator_sample/CMakeLists.txt

This file was deleted.

155 changes: 0 additions & 155 deletions spdm_emu/spdm_device_validator_sample/spdm_device_validator_config.c

This file was deleted.

This file was deleted.

Loading

0 comments on commit 856b63b

Please sign in to comment.