From af87d03b24c21301639c23606993cfebcfbe3088 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 14 Jan 2025 11:27:00 +0100 Subject: Add GroupID support for PKLs (DoM #2943). --- src/dcp.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/dcp.h') diff --git a/src/dcp.h b/src/dcp.h index 9f4c93de..5802ca2e 100644 --- a/src/dcp.h +++ b/src/dcp.h @@ -157,7 +157,8 @@ public: void write_xml( std::shared_ptr signer = std::shared_ptr(), bool include_mca_subdescriptors = true, - NameFormat name_format = NameFormat("%t") + NameFormat name_format = NameFormat("%t"), + boost::optional group_id = boost::none ); void resolve_refs (std::vector> assets); -- cgit v1.2.3