]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/StdLib.inc
StdLib: Improve robustness of stat() and make basename() a public function.
[mirror_edk2.git] / StdLib / StdLib.inc
index 5446ecd35f45d67583c73c50655308d9c8e5a08b..c2cf12856b752513defe051dc2bf092f36f0247e 100644 (file)
@@ -4,6 +4,15 @@
 #\r
 # The including DSC file must DEFINE the EMULATE macro if\r
 # the application is to be run in an emulation environment.\r
+#\r
+#  Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
+#  This program and the accompanying materials\r
+#  are licensed and made available under the terms and conditions of the BSD License\r
+#  which accompanies this distribution. The full text of the license may be found at\r
+#  http://opensource.org/licenses/bsd-license.\r
+#\r
+#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 ################################################################\r
 \r
 ##########\r
 !ifndef $(EMULATE)\r
   # Not running in an Emulation Environment\r
 [LibraryClasses.IA32.UEFI_APPLICATION]\r
-  TimerLib|PerformancePkg/Library/DxeTscTimerLib/DxeTscTimerLib.inf\r
+  TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r
+#  TimerLib|PerformancePkg/Library/DxeTscTimerLib/DxeTscTimerLib.inf\r
 \r
 [LibraryClasses.X64.UEFI_APPLICATION]\r
-  TimerLib|PerformancePkg/Library/DxeTscTimerLib/DxeTscTimerLib.inf\r
+  TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r
+#  TimerLib|PerformancePkg/Library/DxeTscTimerLib/DxeTscTimerLib.inf\r
 \r
 [LibraryClasses.IPF.UEFI_APPLICATION]\r
   PalLib|MdePkg/Library/UefiPalLib/UefiPalLib.inf\r
 !ifndef $(EMULATE)\r
   # These Build Options are used when building the Standard Libraries to be run\r
   # on real hardware.\r
-   INTEL:*_*_*_CC_FLAGS      = /Qfreestanding\r
-    MSFT:*_*_*_CC_FLAGS      = /X /Zc:wchar_t\r
-     GCC:*_*_*_CC_FLAGS      = -nostdinc -nostdlib\r
+  INTEL:*_*_*_CC_FLAGS      = /Qfreestanding\r
+   MSFT:*_*_*_CC_FLAGS      = /X /Zc:wchar_t /D NT32dvm\r
+    GCC:*_*_*_CC_FLAGS      = -nostdinc -nostdlib\r
     RVCT:*_*_*_CC_FLAGS      = --library_interface=none -J$(WORKSPACE)/StdLib/Include -J$(WORKSPACE)/StdLib/Include/Arm -DNT32dvm\r
   ARMGCC:*_*_*_CC_FLAGS      = -nostdinc -nostdlib -Wno-unknown-pragmas -Wno-unused -Wno-format-zero-length -DNT32dvm\r
 \r
    MSFT:*_*_IA32_CC_FLAGS     = /Od /D NT32dvm\r
     GCC:*_*_IA32_CC_FLAGS     = -O0 -DNT32dvm\r
 !endif\r
-\r
-\r