• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1hal_attribute(lazy_test);
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.
6attribute mlsvendorcompat;
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.
11attribute system_and_vendor_property_type;
12expandattribute system_and_vendor_property_type false;
13
14# HALs
15until_board_api(202504, `
16    hal_attribute(mediaquality);
17')
18
19until_board_api(202504, `
20attribute unconstrained_vsock_violators;
21expandattribute unconstrained_vsock_violators false;
22')
23
24# All SDK sandbox domains
25attribute sdk_sandbox_all;
26# The SDK sandbox domains for the current SDK level.
27attribute sdk_sandbox_current;
28# Common to adbd and adbd_tradeinmode.
29attribute adbd_common;
30
31# Provides access to platform update services.
32# WARNING: USING THE update_provider ATTRIBUTE WILL CAUSE CTS TO FAIL!
33attribute update_provider;
34expandattribute update_provider false;
35
36until_board_api(202504, `
37    attribute tee_service_type;
38')
39
40until_board_api(202504, `
41    hal_attribute(vm_capabilities);
42')
43
44until_board_api(202504, `
45    hal_attribute(hwcrypto);
46')
47