Lines Matching +full:post +full:- +full:install
2 'post-code-manager',
5 license: 'Apache-2.0',
11 add_project_arguments('-DJSON_USE_IMPLICIT_CONVERSIONS=0', language: 'cpp')
21 get_option('postcode-display-path'),
23 conf_data.set('MAX_BOOT_CYCLE_COUNT', get_option('max-boot-cycle-count'))
26 get_option('max-post-code-size-per-cycle'),
29 if get_option('bios-post-code-log').allowed()
30 add_project_arguments('-DENABLE_BIOS_POST_CODE_LOG', language: 'cpp')
36 phosphor_logging = dependency('phosphor-logging')
37 phosphor_dbus_interfaces = dependency('phosphor-dbus-interfaces')
75 'phosphor-post-code-manager',
78 install_data(sources: 'post-code-handlers.json', install_dir: packagedir)
81 'post-code-manager',
84 install: true,