]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/AppPkg.dsc
Give Python/PythonCore.inf its own GUID.
[mirror_edk2.git] / AppPkg / AppPkg.dsc
index ffa4b0f69c133a367054c0a3408dc4d460f99c33..7bc8f85d92268b88e54f2b70506e4924062a210f 100644 (file)
   LibSignal|StdLib/LibC/Signal/Signal.inf\r
   LibNetUtil|StdLib/LibC/NetUtil/NetUtil.inf\r
 \r
+  # Libraries for device abstractions within the Standard C Library\r
+  # Applications should not directly access any functions defined in these libraries.\r
+  DevUtility|StdLib/LibC/Uefi/Devices/daUtility.inf\r
+  DevConsole|StdLib/LibC/Uefi/Devices/daConsole.inf\r
+  DevShell|StdLib/LibC/Uefi/Devices/daShell.inf\r
+\r
 [LibraryClasses.IA32]\r
   TimerLib|PerformancePkg/Library/DxeTscTimerLib/DxeTscTimerLib.inf\r
-  ## Comment out the above line and un-comment the line below for running under Nt32 emulation.\r
+  # To run in an emulation environment, such as Nt32Pkg, comment out the TimerLib\r
+  # description above and un-comment the line below.\r
 #  TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r
 \r
 [LibraryClasses.X64]\r
   AppPkg/Applications/Main/Main.inf          # Simple invocation. No other LibC functions.\r
   AppPkg/Applications/Enquire/Enquire.inf\r
 \r
+# After extracting the Python distribution, un-comment the following line to build Python.\r
+#  AppPkg/Applications/Python/PythonCore.inf\r
+\r
 ################################################################\r
 #\r
 # See the additional comments below if you plan to run applications under the\r
     GCC:*_*_*_CC_FLAGS      = -ffreestanding -nostdinc -nostdlib\r
 \r
 # The Build Options, below, are only used when building the C library\r
-# to be run under the NT32 emulation.  They disable the clock() system call\r
-# which is currently incompatible with the NT32 environment.\r
+# to be run under an emulation environment, such as Nt32Pkg.  The clock()\r
+# system call is modified to return -1 indicating that it is unsupported.\r
 # Just uncomment the lines below and select the correct TimerLib instance, above.\r
 \r
   # INTEL:*_*_IA32_CC_FLAGS     = /D NT32dvm\r