Changes between Version 15 and Version 16 of Obsolete/MovedToTree/PackageManagement/FileFormat


Ignore:
Timestamp:
May 23, 2013, 8:01:38 PM (12 years ago)
Author:
bonefish
Comment:

Add missing section for B_HPKG_ATTRIBUTE_ID_PACKAGE_RESOLVABLE_OPERATOR

Legend:

Unmodified
Added
Removed
Modified
  • Obsolete/MovedToTree/PackageManagement/FileFormat

    v15 v16  
    580580   - B_HPKG_ATTRIBUTE_ID_PACKAGE_VERSION_MAJOR: The major part of the resolvable version.
    581581
     582==== B_HPKG_ATTRIBUTE_ID_PACKAGE_RESOLVABLE_OPERATOR ("package:resolvable.operator") ====
     583 - '''Type:''' uint
     584 - '''Value:''' Comparison operator for versions.
     585 - '''Allowed Values:'''
     586
     587   ||0||B_PACKAGE_RESOLVABLE_OP_LESS||less than the specified version||
     588   ||1||B_PACKAGE_RESOLVABLE_OP_LESS_EQUAL||less than or equal to the specified version||
     589   ||2||B_PACKAGE_RESOLVABLE_OP_EQUAL||equal to the specified version||
     590   ||3||B_PACKAGE_RESOLVABLE_OP_NOT_EQUAL||not equal to the specified version||
     591   ||4||B_PACKAGE_RESOLVABLE_OP_GREATER_EQUAL||greater than the specified version||
     592   ||5||B_PACKAGE_RESOLVABLE_OP_GREATER||greater than or equal to the specified version||
     593 - '''Child Attributes:''' none
     594
    582595==== B_HPKG_ATTRIBUTE_ID_PACKAGE_SUPPLEMENTS ("package:supplements") ====
    583596 - '''Type:''' string