X-Git-Url: https://code.delx.au/refind/blobdiff_plain/83d9696df1452690a2a7cb2c17208feaee3e411f..c63e9bd427f945b881d337b9fd5d3ff8612f103f:/refind.inf diff --git a/refind.inf b/refind.inf index 8619ec4..efb22b5 100644 --- a/refind.inf +++ b/refind.inf @@ -1,11 +1,11 @@ ## @file # -# refind.inf file to build rEFInd using the EDK2/UDK2010 development +# refind.inf file to build rEFInd using the EDK2/UDK2010/UDK2014 development # kit. # -# Copyright (c) 2012 by Roderick W. Smith -# Released under the terms of the GPLv3, a copy of which should come -# with this file. +# Copyright (c) 2012-2015 by Roderick W. Smith +# Released under the terms of the GPLv3 (or, at your discretion, any later +# version), a copy of which should come with this file. # ## @@ -32,22 +32,29 @@ EfiLib/BdsConnect.c #included into GenericBdsLib EfiLib/BdsHelper.c EfiLib/BdsTianoCore.c - EfiLib/Console.c + EfiLib/legacy.c mok/mok.c mok/guid.c mok/security_policy.c mok/simple_file.c + refind/apple.c refind/main.c refind/config.c refind/icns.c + refind/legacy.c refind/lib.c + refind/line_edit.c refind/menu.c + refind/mystrings.c refind/screen.c refind/driver_support.c + refind/gpt.c + refind/crc32.c libeg/image.c libeg/load_bmp.c libeg/load_icns.c libeg/lodepng.c + libeg/lodepng_xtra.c libeg/screen.c libeg/text.c