VirtualBox

Changeset 21742 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Jul 21, 2009 12:26:05 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
50319
Message:

Runtime: added SHA1 and manifest file support

Location:
trunk/include/iprt
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/err.h

    r21593 r21742  
    10701070/** @} */
    10711071
     1072/** @name RTManifest status codes
     1073 * @{ */
     1074/** A digest type used in the manifest file isn't supported */
     1075#define VERR_MANIFEST_UNSUPPORTED_DIGEST_TYPE   (-900)
     1076/** An entry in the manifest file couldn't be interpreted correctly */
     1077#define VERR_MANIFEST_WRONG_FILE_FORMAT         (-901)
     1078/** A digest doesn't match the corresponding file */
     1079#define VERR_MANIFEST_DIGEST_MISMATCH           (-902)
     1080/** The file list doesn't match to the content of the manifest file */
     1081#define VERR_MANIFEST_FILE_MISMATCH             (-903)
     1082/** @} */
     1083
    10721084/* SED-END */
    10731085
Note: See TracChangeset for help on using the changeset viewer.

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