add generated info header to make licensecheck happy
This commit is contained in:
parent
73231419a9
commit
0c7905721d
@ -74,6 +74,13 @@ def extractEventTypes(deviceClassMap):
|
|||||||
|
|
||||||
|
|
||||||
# write header
|
# write header
|
||||||
|
out("/* This file is generated by the guh build system. Any changes to this fille")
|
||||||
|
out(" * be lost.")
|
||||||
|
out("")
|
||||||
|
out(" * If you want to change this file, edit the plugin's json file and add")
|
||||||
|
out(" * idName tags where appropriate.")
|
||||||
|
out(" */")
|
||||||
|
|
||||||
out("#ifndef PLUGININFO_H")
|
out("#ifndef PLUGININFO_H")
|
||||||
out("#define PLUGININFO_H")
|
out("#define PLUGININFO_H")
|
||||||
out("#include \"typeutils.h\"");
|
out("#include \"typeutils.h\"");
|
||||||
|
|||||||
Reference in New Issue
Block a user