blob: 1b4f3367076e2f2720aee1f4a60ed118cfec5d9f [file] [log] [blame]
Dennis Shen8d544f72023-06-29 00:45:42 +00001
2#include "{header}.h"
3#include "{header}_flag_provider.h"
4
5namespace {cpp_namespace} \{
6{{ for item in class_elements}}
7std::string const {item.uppercase_flag_name} = "{item.device_config_flag}";{{ endfor }}
8std::unique_ptr<flag_provider_interface> provider_ =
9 std::make_unique<flag_provider>();
10}