Move some define code to the uni file. Also fixed some memory leak.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11015 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
ydong10
2010-11-09 03:22:42 +00:00
parent 224beee0fa
commit 8835954602
8 changed files with 197 additions and 91 deletions

View File

@@ -14,6 +14,8 @@
#ifndef _EFI_APP_DP_H_
#define _EFI_APP_DP_H_
#include <Library/ShellLib.h>
#define DP_MAJOR_VERSION 2
#define DP_MINOR_VERSION 3
@@ -91,4 +93,8 @@ typedef struct {
UINT32 Count; ///< Number of measurements accumulated.
} PROFILE_RECORD;
typedef struct {
UINT16 Token;
SHELL_PARAM_TYPE Type;
} PARAM_ITEM_LIST;
#endif // _EFI_APP_DP_H_