Skip to content

Commit

Permalink
Add fan service config validation in config generation
Browse files Browse the repository at this point in the history
Summary:
Follow up longer term fix from D62767884.
Add config validation to fan service config generation so we can catch any validation bugs or config bugs during compilation

TODO: Have dedicate ConfigValidation class like PM && Beef up the validation logics.

Reviewed By: alandau

Differential Revision: D62769673

fbshipit-source-id: 8ae72103717e7c8ea3f32145dc2a4971490adb3a
  • Loading branch information
Justin Kim authored and facebook-github-bot committed Sep 16, 2024
1 parent 54611ed commit c88dbc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fboss/platform/config_lib/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ cpp_binary(
],
deps = [
"//fboss/platform/data_corral_service/if:led_manager-cpp2-types",
"//fboss/platform/fan_service:utils",
"//fboss/platform/fan_service/if:fan_service-cpp2-types",
"//fboss/platform/fbdevd/if:fbdevd-cpp2-types",
"//fboss/platform/fw_util/if:fw_util_config-cpp2-types",
Expand Down

0 comments on commit c88dbc8

Please sign in to comment.