microsoft/mu_feature_ffa

Public

mirrored fromhttps://github.com/microsoft/mu_feature_ffaAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v0.1.7

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

FfaFeaturePkg/SecurePartitions/MsSecurePartitionRust/Cargo.toml

29lines · modecode

1[package]
2name = "msft-sp"
3version = "0.0.1"
4edition = "2024"
5license = "MIT OR Apache-2.0"
6description = "Microsoft QEMU based Secure Partition Service"
7authors = ["Kun Qin <kuqin@microsoft.com>"]
8repository = "https://github.com/"
9keywords = ["arm", "aarch64", "cortex-a"]
10categories = ["no-std"]
11
12[features]
13default = []
14tpm = []
15
16[target.'cfg(target_os = "none")'.dependencies]
17aarch64-rt.workspace = true
18aarch64-cpu.workspace = true
19ec-service-lib.workspace = true
20test-service-lib.workspace = true
21aarch64-haf.workspace = true
22hafnium.workspace = true
23
24[dependencies]
25odp-ffa.workspace = true
26log.workspace = true
27
28[build-dependencies]
29chrono = "0.4"
30