]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/OvmfPkg.ci.yaml
UefiPayloadPkg: Fix build error
[mirror_edk2.git] / OvmfPkg / OvmfPkg.ci.yaml
index ed342d7a3d08fba38b13569839d7834145146fe6..7459b84d8090489d82bb06ce0f247b0a1b45acb6 100644 (file)
@@ -5,6 +5,7 @@
 # used for code analysis.\r
 #\r
 # Copyright (c) Microsoft Corporation\r
+# Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>\r
 # SPDX-License-Identifier: BSD-2-Clause-Patent\r
 ##\r
 {\r
     "LicenseCheck": {\r
         "IgnoreFiles": []\r
     },\r
+    "EccCheck": {\r
+        ## Exception sample looks like below:\r
+        ## "ExceptionList": [\r
+        ##     "<ErrorID>", "<KeyWord>"\r
+        ## ]\r
+        "ExceptionList": [\r
+        ],\r
+        ## Both file path and directory path are accepted.\r
+        "IgnoreFiles": [\r
+        ],\r
+        "skip": True\r
+    },\r
     ## options defined .pytool/Plugin/CompilerPlugin\r
     "CompilerPlugin": {\r
         "DscPath": "" # Don't support this test\r
@@ -30,6 +43,7 @@
     ## options defined .pytool/Plugin/DependencyCheck\r
     "DependencyCheck": {\r
         "AcceptableDependencies": [\r
+            "CryptoPkg/CryptoPkg.dec",\r
             "MdePkg/MdePkg.dec",\r
             "MdeModulePkg/MdeModulePkg.dec",\r
             "OvmfPkg/OvmfPkg.dec",\r
@@ -66,7 +80,7 @@
         "IgnoreGuidName": ["ResetVector", "XenResetVector"], # Expected duplication for gEfiFirmwareVolumeTopFileGuid\r
         "IgnoreGuidValue": [],\r
         "IgnoreFoldersAndFiles": [],\r
-        "IgnoreDuplicates": [],\r
+        "IgnoreDuplicates": ["gGrubFileGuid=Grub"],\r
     },\r
 \r
     ## options defined .pytool/Plugin/LibraryClassCheck\r