1#/** @file 2# Build description file to generate ACPICA applications. 3# 4# Copyright (c) 2009 Intel Corporation. All rights reserved 5# This software and associated documentation (if any) is furnished 6# under a license and may only be used or copied in accordance 7# with the terms of the license. Except as permitted by such 8# license, no part of this software or documentation may be 9# reproduced, stored in a retrieval system, or transmitted in any 10# form or by any means without the express written consent of 11# Intel Corporation. 12# 13# **/ 14 15[Defines] 16 PLATFORM_NAME = Acpi 17 PLATFORM_GUID = b03fdec4-2942-11e6-a416-0024e8c6d30e 18 PLATFORM_VERSION = 1.0 19 DSC_SPECIFICATION = 0x00010005 20 OUTPUT_DIRECTORY = Build/Acpi 21 SUPPORTED_ARCHITECTURES = IA32|X64 22 BUILD_TARGETS = DEBUG|RELEASE 23 SKUID_IDENTIFIER = DEFAULT 24 25[LibraryClasses] 26 # 27 # Entry Point Libraries 28 # 29 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf 30 # 31 # Common Libraries 32 # 33 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf 34 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf 35 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf 36 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf 37 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf 38 !if $(DEBUG_ENABLE_OUTPUT) 39 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf 40 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf 41 !else ## DEBUG_ENABLE_OUTPUT 42 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf 43 !endif ## DEBUG_ENABLE_OUTPUT 44 45[Components.common] 46 AcpiPkg/source/acpidump.inf 47