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