Steven Moreland | e4f0ccf | 2020-03-24 15:35:17 -0700 | [diff] [blame] | 1 | hal_attribute(lazy_test); |
Alan Stokes | 8bf8a26 | 2020-11-16 18:10:33 +0000 | [diff] [blame] | 2 | |
| 3 | # This is applied to apps on vendor images with SDK <=30 only, |
| 4 | # to exempt them from recent mls changes. It must not be applied |
| 5 | # to any domain on newer system or vendor image. |
| 6 | attribute mlsvendorcompat; |
Inseob Kim | 4c110ff | 2020-11-26 21:50:23 +0900 | [diff] [blame] | 7 | |
| 8 | # Attributes for property types having both system_property_type |
| 9 | # and vendor_property_type. Such types are ill-formed because |
| 10 | # property owner attributes must be exclusive. |
| 11 | attribute system_and_vendor_property_type; |
Inseob Kim | e136eed | 2020-12-01 19:58:02 +0900 | [diff] [blame] | 12 | expandattribute system_and_vendor_property_type false; |
Mugdha Lakhani | 2ae45c5 | 2023-04-28 09:22:15 +0000 | [diff] [blame] | 13 | |
Haofan Wang | f5ff3eb | 2024-10-23 05:30:53 +0000 | [diff] [blame] | 14 | # HALs |
| 15 | until_board_api(202504, ` |
| 16 | hal_attribute(mediaquality); |
| 17 | ') |
| 18 | |
Steven Moreland | f5da7b9 | 2025-01-14 00:17:33 +0000 | [diff] [blame] | 19 | until_board_api(202504, ` |
| 20 | attribute unconstrained_vsock_violators; |
| 21 | expandattribute unconstrained_vsock_violators false; |
| 22 | ') |
| 23 | |
Mugdha Lakhani | 2ae45c5 | 2023-04-28 09:22:15 +0000 | [diff] [blame] | 24 | # All SDK sandbox domains |
| 25 | attribute sdk_sandbox_all; |
Sandro Montanari | 4db0e27 | 2023-10-19 15:00:55 +0000 | [diff] [blame] | 26 | # The SDK sandbox domains for the current SDK level. |
| 27 | attribute sdk_sandbox_current; |
David Anderson | 3fce5ad | 2024-10-11 08:58:23 -0700 | [diff] [blame] | 28 | # Common to adbd and adbd_tradeinmode. |
| 29 | attribute adbd_common; |
Brian Daniels | 6b6aae4 | 2024-10-28 12:33:04 -0400 | [diff] [blame] | 30 | |
| 31 | # Provides access to platform update services. |
| 32 | # WARNING: USING THE update_provider ATTRIBUTE WILL CAUSE CTS TO FAIL! |
| 33 | attribute update_provider; |
| 34 | expandattribute update_provider false; |
Nikita Ioffe | 48966b6 | 2024-10-22 14:01:17 +0000 | [diff] [blame] | 35 | |
| 36 | until_board_api(202504, ` |
| 37 | attribute tee_service_type; |
| 38 | ') |
Nikita Ioffe | 439563f | 2024-12-10 18:33:22 +0000 | [diff] [blame] | 39 | |
| 40 | until_board_api(202504, ` |
| 41 | hal_attribute(vm_capabilities); |
| 42 | ') |
Inseob Kim | da5810e | 2025-02-20 09:27:54 +0900 | [diff] [blame^] | 43 | |
| 44 | until_board_api(202504, ` |
| 45 | hal_attribute(hwcrypto); |
| 46 | ') |