Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / third_party / pigweed / repo / PW_PLUGINS
1 # The PW_PLUGINS file lists commands that should be included with the pw command
2 # when it is invoked in this directory or its subdirectories. Commands in this
3 # file override those registered in parent directories.
4 #
5 # Entries in this file have three columns:
6 #
7 #   <name> <Python module> <function>
8 #
9 # The Python package containing that module must be installed in the Pigweed
10 # virtual environment. The function must have no required arguments and should
11 # return an int to use as the exit code.
12
13 # Pigweed's presubmit check script
14 heap-viewer pw_allocator.heap_viewer main
15 package pw_package.pigweed_packages main
16 presubmit pw_presubmit.pigweed_presubmit main
17 requires pw_cli.requires main
18 rpc pw_hdlc.rpc_console main