blob: 2c93372006dc15d3f9d8f01fdc9d2dc3bbed6d4c [file] [log] [blame]
Alexander Hansen4a053c82024-11-26 17:02:39 +01001
Patrick Williamsec807fc2025-02-03 14:13:00 -05002libpldmcreatepkg = static_library(
3 'pldmcreatepkg',
4 'create_pldm_fw_package.cpp',
5 'firmware_device_id_area.cpp',
6 'component_image_info_area.cpp',
7 include_directories: ['.'],
8 dependencies: [phosphor_logging_dep, libpldm_dep],
9 install: false,
Alexander Hansen4a053c82024-11-26 17:02:39 +010010)