Date
1 - 2 of 2
Using NewPackageList vs HiiAddPackages
Justin
DriverSample in MdeModulePkg uses the HiiAddPackages function to add the uni file contents to the driver. The Wizard driver from the HII lab guide uses the NewPackageList function to do the same.
What are the differences (apart from function parameters) between them and what are the advantages of using one above the other? |
|
Liming Gao
HiiAddPackages() is HiiLib API. NewPackageList() is HiiDataBase protocol service.
toggle quoted message
Show quoted text
HiiAddPackages() wraps NewPackageList() service and simplify its usage. Thanks Liming -----Original Message----- |
|