SWDEV-236864 : packaging of generated headers

Change-Id: Ifda69eecf3697f6b69c978b3c4c2ffe9835edeb8
Tento commit je obsažen v:
Evgeny
2020-05-18 15:34:40 -05:00
rodič ad1abf7d20
revize 074306d997
16 změnil soubory, kde provedl 51 přidání a 47 odebrání
+3 -3
Zobrazit soubor
@@ -283,8 +283,8 @@ class API_DescrParser:
self.content_h += '#include <dlfcn.h>\n'
self.content_h += '#include <string.h>\n'
self.content_h += '#include \"roctracer_kfd.h\"\n'
self.content_h += '#include \"hsakmt.h\"\n'
self.content_h += '#include <roctracer_kfd.h>\n'
self.content_h += '#include <hsakmt.h>\n'
self.content_h += '#define PUBLIC_API __attribute__((visibility(\"default\")))\n'
@@ -293,7 +293,7 @@ class API_DescrParser:
self.content_h += '\n'
self.content_h += '#if PROF_API_IMPL\n'
self.content_h += '#include \"cb_table.h\"\n'
self.content_h += '#include <roctracer_cb_table.h>\n'
self.content_h += 'namespace roctracer {\n'
self.content_h += 'namespace kfd_support {\n'