| 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 | |