]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/AppPkg.dsc
MdeModulePkg DxeCore: Don't cache memory mapped IO FV.
[mirror_edk2.git] / AppPkg / AppPkg.dsc
index d0aac2c5092aee578f23ccad275a72dad0243b01..50bc68f8c8c06bca0d7213886bbb836aada4d114 100644 (file)
@@ -23,7 +23,7 @@
   PLATFORM_VERSION               = 0.01\r
   DSC_SPECIFICATION              = 0x00010006\r
   OUTPUT_DIRECTORY               = Build/AppPkg\r
-  SUPPORTED_ARCHITECTURES        = IA32|IPF|X64\r
+  SUPPORTED_ARCHITECTURES        = IA32|IPF|X64|ARM|AARCH64\r
   BUILD_TARGETS                  = DEBUG|RELEASE\r
   SKUID_IDENTIFIER               = DEFAULT\r
 \r
   AppPkg/Applications/Main/Main.inf          # Simple invocation. No other LibC functions.\r
   AppPkg/Applications/Enquire/Enquire.inf    #\r
 \r
+#### A simple fuzzer for OrderedCollectionLib, in particular for\r
+#### BaseOrderedCollectionRedBlackTreeLib.\r
+  AppPkg/Applications/OrderedCollectionTest/OrderedCollectionTest.inf {\r
+    <LibraryClasses>\r
+      OrderedCollectionLib|MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.inf\r
+      DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf\r
+      DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
+    <PcdsFeatureFlag>\r
+      gEfiMdePkgTokenSpaceGuid.PcdValidateOrderedCollection|TRUE\r
+    <PcdsFixedAtBuild>\r
+      gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F\r
+      gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80400040\r
+  }\r
+\r
 #### After extracting the Python distribution, un-comment the following line to build Python.\r
 #  AppPkg/Applications/Python/PythonCore.inf\r
 \r