1 ## @file 2 # Microcode text file to binary 3 # 4 # Convert text format microcode to binary format. 5 # 6 # Copyright (c) 2016, Intel Corporation. All rights reserved.<BR> 7 # This program and the accompanying materials 8 # are licensed and made available under the terms and conditions of the BSD License 9 # which accompanies this distribution. The full text of the license may be found at 10 # http://opensource.org/licenses/bsd-license.php 11 # 12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 14 # 15 ## 16 17 [Defines] 18 BASE_NAME = Microcode 19 FILE_GUID = ABC36AAC-2031-4422-896E-0A3B899AD0B4 20 COMPONENT_TYPE = Microcode 21 FFS_EXT = .ffs 22 23 [Sources] 24 # 25 # Uncomment the following line and update with name of Microcode TXT file 26 # 27 #Microcode.txt 28