Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
Remove duplicate PciDoeMessageHeader code.
Browse files Browse the repository at this point in the history
Signed-off-by: xiaoyuxlu <xiaoyu1.lu@intel.com>
  • Loading branch information
xiaoyuxlu committed Aug 15, 2023
1 parent bbb781c commit 728a314
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 185 deletions.
1 change: 1 addition & 0 deletions test/spdmlib-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ async-trait = "0.1.71"
async-recursion = "1.0.4"
spin = { version = "0.9.8" }
executor = { path = "../../executor" }
pcidoe_transport = { path = "../../pcidoe_transport" }

[dev-dependencies]
env_logger = "*"
Expand Down
3 changes: 2 additions & 1 deletion test/spdmlib-test/src/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ pub const USE_ECDSA: bool = true;
pub mod util;

pub mod device_io;
pub mod transport;

pub use pcidoe_transport as transport;

pub mod crypto_callback;
pub mod secret_callback;
184 changes: 0 additions & 184 deletions test/spdmlib-test/src/common/transport.rs

This file was deleted.

0 comments on commit 728a314

Please sign in to comment.