diff options
author | ydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524> | 2013-04-02 08:34:45 +0000 |
---|---|---|
committer | ydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524> | 2013-04-02 08:34:45 +0000 |
commit | 2426f6669fa93be63e224ecba57433976571a37e (patch) | |
tree | 702e4a100a6a25dc593ea1cf5e939c2b07b1ceec /ShellPkg | |
parent | 993d22eb808332f95832d208faea55de24a1dbf5 (diff) | |
download | edk2-2426f6669fa93be63e224ecba57433976571a37e.zip edk2-2426f6669fa93be63e224ecba57433976571a37e.tar.gz edk2-2426f6669fa93be63e224ecba57433976571a37e.tar.bz2 |
Add the missing file to the inf.
Signed-off-by: Eric Dong
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14240 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellPkg')
-rw-r--r-- | ShellPkg/Library/UefiDpLib/UefiDpLib.inf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ShellPkg/Library/UefiDpLib/UefiDpLib.inf b/ShellPkg/Library/UefiDpLib/UefiDpLib.inf index 931b474..cb53a59 100644 --- a/ShellPkg/Library/UefiDpLib/UefiDpLib.inf +++ b/ShellPkg/Library/UefiDpLib/UefiDpLib.inf @@ -29,6 +29,7 @@ #
[Sources.common]
+ PerformanceTokens.h
UefiDpLib.c
UefiDpLib.h
UefiDpLib.uni
|