Dear edk2 tools experts,

We are trying to invoke Signtool to sign applications (module type 
UEFI_APPLICATION) in the edk2 build with a development key.   After reviewing 
the FDF and build specifications I've been unable to find a way to invoke this 
correctly.

We were trying to create a build rule using this sort of syntax and it failed 
miserably:

[Efi-Image.UEFI_APPLICATION]
    <InputFile>
        ?.efi, ?.EFI, ?.Efi

    <OutputFile>
        $(BIN_DIR)(+)$(MODULE_NAME).efi

    <Command>
         "$(SIGNTOOL)"  $(SIGNTOOL_FLAGS) $(SIGNTOOL_CERT) ${src}


Looking at the build specification it's hard for me to tell how these rules 
really work.

I'd appreciate some recommendations on how to go about doing this.  I'd prefer 
a solution that is in the platform FDF file so we can customize this for each 
build.

Your help is greatly appreciated.

Thanks,

Eugene

------------------------------------------------------------------------------
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to