aboutsummaryrefslogtreecommitdiffstats
path: root/Drivers/Block/ramdisk/ramdisk.inf
diff options
context:
space:
mode:
Diffstat (limited to 'Drivers/Block/ramdisk/ramdisk.inf')
-rw-r--r--Drivers/Block/ramdisk/ramdisk.inf54
1 files changed, 54 insertions, 0 deletions
diff --git a/Drivers/Block/ramdisk/ramdisk.inf b/Drivers/Block/ramdisk/ramdisk.inf
new file mode 100644
index 0000000..de80e32
--- /dev/null
+++ b/Drivers/Block/ramdisk/ramdisk.inf
@@ -0,0 +1,54 @@
+#/*++
+#
+# Copyright (c) 2004, Intel Corporation
+# All rights reserved. This program and the accompanying materials
+# are licensed and made available under the terms and conditions of the BSD License
+# which accompanies this distribution. The full text of the license may be found at
+# http://opensource.org/licenses/bsd-license.php
+#
+# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+#
+# Module Name:
+#
+#
+#Mem.c
+#
+# Abstract:
+#
+# Component description file for set cmd reg module.
+#
+#--*/
+
+[Defines]
+ INF_VERSION = 0x00010005
+ BASE_NAME = ramdisk
+ FILE_GUID = A8D2D6E6-D256-4c7a-B835-D6D1422212DB
+ MODULE_TYPE = UEFI_DRIVER
+ VERSION_STRING = 1.0
+ ENTRY_POINT = InitializeRamDiskDriver
+
+[Sources]
+ ramdisk.c
+ ramdisk.h
+
+[Packages]
+ MdePkg/MdePkg.dec
+ MdeModulePkg/MdeModulePkg.dec
+ OpenPlatformPkg/OpenPlatformPkg.dec
+
+[LibraryClasses]
+ MemoryAllocationLib
+ BaseLib
+ UefiLib
+ UefiDriverEntryPoint
+ BaseMemoryLib
+ DebugLib
+ PcdLib
+ UefiBootServicesTableLib
+
+[Protocols]
+ gEfiBlockIoProtocolGuid
+ gEfiLoadedImageProtocolGuid
+[PCD]
+ gOpenPlatformTokenSpaceGuid.PcdRamDiskMaxSize