microsoft/mu_feature_ffa

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
update

Branches

Tags

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

Clone

HTTPS

Download ZIP

FfaFeaturePkg/SecurePartitions/MsSecurePartitionRust/Cargo.toml

31lines · modepreview

[package]
name = "msft-sp"
version = "0.0.1"
edition = "2024"
license = "MIT OR Apache-2.0"
description = "Microsoft QEMU based Secure Partition Service"
authors = ["Kun Qin <kuqin@microsoft.com>"]
repository = "https://github.com/"
keywords = ["arm", "aarch64", "cortex-a"]
categories = ["no-std"]

[features]
default = []

[target.'cfg(target_os = "none")'.dependencies]
aarch64-rt.workspace = true
aarch64-cpu.workspace = true
ec-service-lib.workspace = true
test-service-lib.workspace = true
embassy-aarch64-haf.workspace = true
hafnium.workspace = true

[dependencies]
embassy-aarch64-haf = { workspace = true, optional = true }
hafnium = { workspace = true, optional = true }
log.workspace = true
embassy-executor.workspace = true


[build-dependencies]
chrono = "0.4"