| Jie Yang | fbe1b68 | 2021-02-19 04:54:55 -0800 | [diff] [blame] | 1 | #include "handler.hpp" |
| 2 | |||||
| 3 | #include <blobs-ipmid/blobs.hpp> | ||||
| 4 | |||||
| 5 | #include <memory> | ||||
| 6 | |||||
| 7 | extern "C" std::unique_ptr<blobs::GenericBlobInterface> createHandler() | ||||
| 8 | { | ||||
| 9 | return std::make_unique<blobs::SmbiosBlobHandler>(); | ||||
| 10 | } | ||||