]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmEbPkg/Bds/Bds.inf
A better template, with some build scripts, for ArmEbPkg. New libraries are just...
[mirror_edk2.git] / ArmEbPkg / Bds / Bds.inf
diff --git a/ArmEbPkg/Bds/Bds.inf b/ArmEbPkg/Bds/Bds.inf
new file mode 100755 (executable)
index 0000000..b9c152c
--- /dev/null
@@ -0,0 +1,71 @@
+\r
+#/** @file\r
+#  \r
+#    Component discription file for Bds module\r
+#  \r
+#  Copyright (c) 2009, Apple Inc. All rights reserved.<BR>\r
+#\r
+#  This program and the accompanying materials\r
+#  are licensed and made available under the terms and conditions of the BSD License\r
+#  which accompanies this distribution.  The full text of the license may be found at\r
+#  http://opensource.org/licenses/bsd-license.php\r
+#  \r
+#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#  \r
+#**/\r
+\r
+[Defines]\r
+  INF_VERSION                    = 0x00010005\r
+  BASE_NAME                      = ArmEbBds\r
+  FILE_GUID                      = B404835D-EB9F-41c6-BE0C-C815B4FE3437\r
+  MODULE_TYPE                    = DXE_DRIVER\r
+  VERSION_STRING                 = 1.0\r
+\r
+  ENTRY_POINT                    = BdsInitialize\r
+\r
+[Sources.common]\r
+  BdsEntry.c\r
+  FirmwareVolume.c\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+  EmbeddedPkg/EmbeddedPkg.dec\r
+\r
+[LibraryClasses]\r
+  DevicePathLib\r
+  BaseLib\r
+  HobLib\r
+  UefiRuntimeServicesTableLib\r
+  ReportStatusCodeLib\r
+  PerformanceLib\r
+  DxeServicesTableLib\r
+  MemoryAllocationLib\r
+  UefiLib\r
+  UefiBootServicesTableLib\r
+  BaseMemoryLib\r
+  DebugLib\r
+  PrintLib\r
+  UefiDriverEntryPoint\r
+\r
+[Guids]\r
+  \r
+\r
+[Protocols]\r
+  gEfiBdsArchProtocolGuid                       \r
+  gEfiSimpleTextInProtocolGuid             \r
+  gEfiSimpleTextOutProtocolGuid             \r
+  gEfiSerialIoProtocolGuid                      \r
+  gEfiDevicePathProtocolGuid\r
+  gEfiSimpleFileSystemProtocolGuid\r
+  gEfiUsbIoProtocolGuid\r
+  gEfiFirmwareVolume2ProtocolGuid\r
+\r
+\r
+[FeaturePcd]  \r
+\r
+[FixedPcd]\r
+  gEmbeddedTokenSpaceGuid.PcdPrePiStackSize\r
+\r
+[Depex]\r
+  TRUE\r