Changeset 86063 in vbox for trunk/src/VBox/ValidationKit/testmanager
- Timestamp:
- Sep 8, 2020 11:48:45 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 140278
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/core/coreconsts.py
r82968 r86063 52 52 ## All known build types 53 53 # 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. 56 g_kasBuildTypesAll = [ 'release', 'strict', 'profile', 'debug', 'blessed' ]; 55 57 56 58 ## OS and CPU architecture agnostic.
Note:
See TracChangeset
for help on using the changeset viewer.