diff options
author | darylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-06-28 02:38:33 +0000 |
---|---|---|
committer | darylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-06-28 02:38:33 +0000 |
commit | 65126b4ebeafd738921c4c0da7f31ea1ed127d4e (patch) | |
tree | 38cce8326093c03dcd8b1b43ca2faed8178f03ed /AppPkg/Applications | |
parent | 53e1e5c647b73e45569ed6e8b8a0a5b276aa685e (diff) | |
download | edk2-platforms-65126b4ebeafd738921c4c0da7f31ea1ed127d4e.tar.xz |
Changes required to build using the new device abstraction capability of StdLib.
Applications which require file-system functionality must have DevShell listed in the [LibraryClasses] section of the application's INF file.
Entries for the device abstraction Library Classes must be added to the application's package's DSC file.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11909 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'AppPkg/Applications')
-rw-r--r-- | AppPkg/Applications/Main/Main.inf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/AppPkg/Applications/Main/Main.inf b/AppPkg/Applications/Main/Main.inf index 750cf55d55..434c14593b 100644 --- a/AppPkg/Applications/Main/Main.inf +++ b/AppPkg/Applications/Main/Main.inf @@ -35,8 +35,8 @@ [LibraryClasses]
LibC
LibStdio
-# UefiLib
-# ShellCEntryLib
+ DevShell
+
[BuildOptions]
MSFT:*_*_IA32_CC_FLAGS = /Oi-
|