wrap ASM_PFX macro to avoid generating symbols preceded by underscore in Linux Gcc...
[edk2.git] / OptionRomPkg / OptionRomPkg.dsc
blob21da1720739ced06740a3c99d6d6e30986d4e6f6
1 #/** @file\r
2 # Option Rom Package build validation file for All Architectures.\r
3 #\r
4 # This package is designed to interoperate with the EDK II open source project\r
5 # at http://www.tianocore.org, and this package is required to build PCI compliant\r
6 # Option ROM image for all CPU architectures, including EBC target.\r
7 # A single driver can support mixes of EFI 1.1, UEFI 2.0 and UEFI 2.1.\r
8 #\r
9 # Copyright (c) 2007 - 2008, Intel Corporation\r
10 #\r
11 # All rights reserved. This program and the accompanying materials\r
12 # are licensed and made available under the terms and conditions of the BSD License\r
13 # which accompanies this distribution. The full text of the license may be found at\r
14 # http://opensource.org/licenses/bsd-license.php\r
15 #\r
16 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
17 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
18 #\r
19 #**/\r
21 ################################################################################\r
22 #\r
23 # Defines Section - statements that will be processed to create a Makefile.\r
24 #\r
25 ################################################################################\r
26 [Defines]\r
27   PLATFORM_NAME                  = OptionRomPkg\r
28   PLATFORM_GUID                  = C7B25F37-B1F4-4c46-99CB-3EA7DCF5FCDC\r
29   PLATFORM_VERSION               = 0.1\r
30   DSC_SPECIFICATION              = 0x00010005\r
31   OUTPUT_DIRECTORY               = Build/OptionRomPkg\r
32   SUPPORTED_ARCHITECTURES        = IA32|IPF|X64|EBC\r
33   BUILD_TARGETS                  = DEBUG|RELEASE\r
34   SKUID_IDENTIFIER               = DEFAULT\r
36 ################################################################################\r
37 #\r
38 # SKU Identification section - list of all SKU IDs supported by this\r
39 #                              Platform.\r
40 #\r
41 ################################################################################\r
42 [SkuIds]\r
43   0|DEFAULT              # The entry: 0|DEFAULT is reserved and always required.\r
45 [LibraryClasses.common]\r
46   DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf\r
47   BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
48   CpuLib|MdePkg/Library/CpuLib/CpuLib.inf\r
49   BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
50   PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
51   PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
52   TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r
53   UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
54   UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
55   UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
56   UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
57   PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
58   MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf\r
59   DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
60   DxeI2cLib|OptionRomPkg/Library/CirrusLogicI2cLib/CirrusLogic5430I2cLib.inf\r
62 ################################################################################\r
63 #\r
64 # Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
65 #\r
66 ################################################################################\r
67 [PcdsFeatureFlag.common]\r
68   gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE\r
69   gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE\r
70   gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE\r
71   gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE\r
72   gOptionRomPkgTokenSpaceGuid.PcdSupportScsiPassThru|TRUE\r
73   gOptionRomPkgTokenSpaceGuid.PcdSupportExtScsiPassThru|TRUE\r
75 [PcdsFixedAtBuild.common]\r
76   gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|0x0\r
77   gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|0x0\r
78   gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|0x0\r
79   gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|0x0\r
80   gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x27\r
81   gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000042\r
82   gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0x0\r
83   gOptionRomPkgTokenSpaceGuid.PcdDriverSupportedEfiVersion|0x0002000a # EFI_2_10_SYSTEM_TABLE_REVISION\r
85 ################################################################################\r
86 #\r
87 # Components Section - list of all EDK II Modules needed by this Platform\r
88 #\r
89 ################################################################################\r
91 [Components.common]\r
92   OptionRomPkg/AtapiPassThruDxe/AtapiPassThruDxe.inf\r
93   OptionRomPkg/CirrusLogic5430Dxe/CirrusLogic5430Dxe.inf\r