Github user phrocker commented on the issue:
https://github.com/apache/nifi-minifi-cpp/pull/295
@minifirocks that script is used with cmake to provide that information in
a codified, statically defined way, to the code base. It's built at compile
time and provides the agent with the information. Instead of using pragma
definitions to pass the information it is statically defined. Additionally, the
information this ticket is supposed to provide is flow information not agent
information, correct?
---