Re: [edk2-devel] [PATCH v2 1/1] INF Spec: Add file dependency to [Sources] syntax

2020-03-30 Thread PierreGondois
The Bugzilla ticket number was erroneous in the v1. The v1 is available at: https://edk2.groups.io/g/devel/message/56658 Regards, Pierre -Original Message- From: PierreGondois Sent: 30 March 2020 17:17 To: devel@edk2.groups.io Cc: Pierre Gondois ; liming@intel.com; Sami Mujawar ;

[edk2-devel] [PATCH v2 1/1] INF Spec: Add file dependency to [Sources] syntax

2020-03-30 Thread PierreGondois
From: Pierre Gondois BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2646 When building an edk2 module, a C file was including a .hex file generated by the compilation of an ASL file. To describe this dependency between an ASL file and a C file, the edk2 patch, - named "BaseTools: Build ASL