1#/*++ 2# 3# Copyright (c) 2004, Intel Corporation 4# All rights reserved. This program and the accompanying materials 5# are licensed and made available under the terms and conditions of the BSD License 6# which accompanies this distribution. The full text of the license may be found at 7# http://opensource.org/licenses/bsd-license.php 8# 9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 11# 12# Module Name: 13# 14# 15#Mem.c 16# 17# Abstract: 18# 19# Component description file for set cmd reg module. 20# 21#--*/ 22 23[Defines] 24 INF_VERSION = 0x00010005 25 BASE_NAME = ramdisk 26 FILE_GUID = A8D2D6E6-D256-4c7a-B835-D6D1422212DB 27 MODULE_TYPE = UEFI_DRIVER 28 VERSION_STRING = 1.0 29 ENTRY_POINT = InitializeRamDiskDriver 30 31[Sources] 32 ramdisk.c 33 ramdisk.h 34 35[Packages] 36 MdePkg/MdePkg.dec 37 MdeModulePkg/MdeModulePkg.dec 38 OpenPlatformPkg/OpenPlatformPkg.dec 39 40[LibraryClasses] 41 MemoryAllocationLib 42 BaseLib 43 UefiLib 44 UefiDriverEntryPoint 45 BaseMemoryLib 46 DebugLib 47 PcdLib 48 UefiBootServicesTableLib 49 50[Protocols] 51 gEfiBlockIoProtocolGuid 52 gEfiLoadedImageProtocolGuid 53[PCD] 54 gOpenPlatformTokenSpaceGuid.PcdRamDiskMaxSize 55