Redesign a way of storing module information; this allows to store more data in a single section, like license or a list of authors, as well as solves the problem with different module name lengths

This commit is contained in:
2024-02-28 23:28:33 +01:00
父節點 4b34f7db4b
當前提交 17c50ea912
共有 12 個文件被更改,包括 354 次插入55 次删除

查看文件

@@ -10,7 +10,10 @@
/* PE/COFF_O module information */
XTBL_MODINFO = L"EFI FB (FrameBuffer) support";
MODULE_AUTHOR(L"Rafal Kupiec <belliash@codingworkshop.eu.org>");
MODULE_DESCRIPTION(L"EFI FB (FrameBuffer) support");
MODULE_LICENSE(L"GPLv3");
MODULE_VERSION(L"0.1");
/**
* Provides an EFI Frame Buffer protocol driver name used for initialization.