]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CryptoPkg/CryptoPkg.ci.yaml
RedfishPkg: Use DSC include file
[mirror_edk2.git] / CryptoPkg / CryptoPkg.ci.yaml
index e73b79e01fef630098d43cf2c1d4605a33dacd20..5d7c340ae504ba8c9b5f4687d4faf7a6ded424fb 100644 (file)
@@ -2,15 +2,38 @@
 # CI configuration for CryptoPkg\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
+            "Library/OpensslLib/openssl",\r
+            # The unit testing folder is not to be checked\r
+            "Test/UnitTest",\r
+            # This has OpenSSL interfaces that aren't UEFI spec compliant\r
+            "Library/BaseCryptLib/SysCall/UnitTestHostCrtWrapper.c",\r
+            # this has OpenSSL interfaces that aren't UEFI spec compliant\r
+            "Library/OpensslLib/rand_pool.c"\r
+        ]\r
+    },\r
     "CompilerPlugin": {\r
         "DscPath": "CryptoPkg.dsc"\r
     },\r
+    ## options defined .pytool/Plugin/HostUnitTestCompilerPlugin\r
+    "HostUnitTestCompilerPlugin": {\r
+        "DscPath": "Test/CryptoPkgHostUnitTest.dsc"\r
+    },\r
     "CharEncodingCheck": {\r
         "IgnoreFiles": []\r
     },\r