VirtualBox

Ignore:
Timestamp:
Sep 8, 2020 11:48:45 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
140278
Message:

testmanager: Added 'blessed' build type. bugref:9677

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/core/coreconsts.py

    r82968 r86063  
    5252## All known build types
    5353# See KBUILD_TYPE in kBuild/header.kmk for reference.
    54 g_kasBuildTypesAll  = [ 'release', 'strict', 'profile', 'debug' ];
     54# @note 'blessed' is a special type used for release builds that has been notarized
     55#        or attestation signed by the OS vendor.
     56g_kasBuildTypesAll  = [ 'release', 'strict', 'profile', 'debug', 'blessed' ];
    5557
    5658## OS and CPU architecture agnostic.
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette