audk/MdeModulePkg/Universal/Variable/Pei
eric_tian 6041576eb2 The caller of FindVariable() function ensure VariableName != NULL && VendorGuid != NULL. In the internal of this function, we only need to ensure that (VariableName[0] != 0 && VenderGuid != NULL) is true.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7389 6f19259b-4bc3-4df7-8a09-765794883524
2009-02-02 03:13:35 +00:00
..
Ipf Code Scrub: 2008-11-12 10:30:50 +00:00
Variable.c The caller of FindVariable() function ensure VariableName != NULL && VendorGuid != NULL. In the internal of this function, we only need to ensure that (VariableName[0] != 0 && VenderGuid != NULL) is true. 2009-02-02 03:13:35 +00:00
Variable.h Add INF extension Information 2009-01-09 06:26:42 +00:00
VariablePei.inf INF extension reviewed 2009-01-09 02:37:08 +00:00
VariableWorker.c Code Scrub: 2008-11-12 10:30:50 +00:00