| 78 | } |
| 79 | |
| 80 | VOID |
| 81 | Usage ( |
| 82 | VOID |
| 83 | ) |
| 84 | { |
| 85 | printf ("Usage: EfiLdrImage -o OutImage LoaderImage PeImage1 PeImage2 ... PeImageN\n"); |
| 86 | printf ("%s Version %d.%d Build %s\n", UTILITY_NAME, UTILITY_MAJOR_VERSION, UTILITY_MINOR_VERSION, __BUILD_VERSION); |
| 87 | printf ("Copyright (c) 1999-2017 Intel Corporation. All rights reserved.\n"); |
| 88 | printf ("\n The EfiLdrImage tool is used to combine PE files into EFILDR image with Efi loader header.\n"); |
| 89 | } |
| 90 | |
| 91 | EFI_STATUS |
| 92 | CountVerboseLevel ( |
no test coverage detected