|
| 1 | +## @file |
| 2 | +# CI configuration for OneCryptoPkg |
| 3 | +# |
| 4 | +# Copyright (c) Microsoft Corporation |
| 5 | +# Copyright (c) 2020 - 2022, Intel Corporation. All rights reserved.<BR> |
| 6 | +# SPDX-License-Identifier: BSD-2-Clause-Patent |
| 7 | +{ |
| 8 | + "PrEval": { |
| 9 | + "DscPath": "OneCryptoPkg.dsc", |
| 10 | + }, |
| 11 | + "LicenseCheck": {}, |
| 12 | + "CharEncodingCheck": { |
| 13 | + "IgnoreFiles": [] |
| 14 | + }, |
| 15 | + "DependencyCheck": { |
| 16 | + "AcceptableDependencies": [ |
| 17 | + "CryptoPkg/CryptoPkg.dec", |
| 18 | + "MbedTlsPkg/MbedTlsPkg.dec", |
| 19 | + "MdePkg/MdePkg.dec", |
| 20 | + "MdeModulePkg/MdeModulePkg.dec", |
| 21 | + "OneCryptoPkg/OneCryptoPkg.dec", |
| 22 | + "OpensslPkg/OpensslPkg.dec", |
| 23 | + ], |
| 24 | + "AcceptableDependencies-MM_STANDALONE": [ |
| 25 | + "MmSupervisorPkg/MmSupervisorPkg.dec", |
| 26 | + "StandaloneMmPkg/StandaloneMmPkg.dec", |
| 27 | + ] |
| 28 | + }, |
| 29 | + "DscCompleteCheck": { |
| 30 | + "DscPath": "" # Disable check, as this package DSC is compiled via platform build. |
| 31 | + }, |
| 32 | + "GuidCheck": { |
| 33 | + "IgnoreFoldersAndFiles": [ |
| 34 | + "**/Integration/**", # Contains the binary DSC INFs only used for post-build binary integration |
| 35 | + "**/onecrypto-bin_extdep/**", # The same as above, but being used as the binary integration |
| 36 | + ], |
| 37 | + "IgnoreGuidValue": [ |
| 38 | + "76ABA88D-9D16-49A2-AA3A-DB6112FAC5CC", # This GUID must be common so that loaders can locate the right binary |
| 39 | + ] |
| 40 | + |
| 41 | + }, |
| 42 | + "LibraryClassCheck": { |
| 43 | + "IgnoreHeaderFile": [] |
| 44 | + }, |
| 45 | + "MarkdownLintCheck": { |
| 46 | + |
| 47 | + }, |
| 48 | + "SpellCheck": { |
| 49 | + "ExtendWords": ["mbranch"] |
| 50 | + }, |
| 51 | + "UncrustifyCheck": { |
| 52 | + |
| 53 | + }, |
| 54 | +} |
0 commit comments