add generated info header to make licensecheck happy

This commit is contained in:
Michael Zanetti 2014-12-14 01:07:03 +01:00 committed by Michael Zanetti
parent 73231419a9
commit 0c7905721d

View File

@ -74,6 +74,13 @@ def extractEventTypes(deviceClassMap):
# 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("#define PLUGININFO_H")
out("#include \"typeutils.h\"");