audk/IntelFrameworkModulePkg/Universal/VariablePei
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 Add VariablePei into IntelFrameworkModulePkg 2007-08-13 08:37:06 +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 Move common definitions (GET_PAD_SIZE and HEADER_ALIGN macro) into MdeModulePackage Include VariableFormat.h 2009-01-09 06:27:53 +00:00
VariablePei.inf define the variable related to PCD for supporting big variable (>32K) easily. 2007-11-05 16:11:50 +00:00
VariableWorker.c Modify all file header to follow doxygen format 2008-03-19 03:28:13 +00:00