## @file
|
# RISC-V RV64 CPU library
|
#
|
# Copyright (c) 2016 - 2019, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>
|
#
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
#
|
##
|
|
[Defines]
|
INF_VERSION = 0x0001001b
|
BASE_NAME = RiscVCpuLib
|
FILE_GUID = 8C6CFB0D-A0EE-40D5-90DA-2E51EAE0583F
|
MODULE_TYPE = BASE
|
VERSION_STRING = 1.0
|
LIBRARY_CLASS = RiscVCpuLib
|
|
#
|
# The following information is for reference only and not required by the build tools.
|
#
|
# VALID_ARCHITECTURES = RISCV64
|
#
|
|
[Sources]
|
|
[Sources.RISCV64]
|
Cpu.S
|
|
[Packages]
|
MdeModulePkg/MdeModulePkg.dec
|
MdePkg/MdePkg.dec
|
Silicon/RISC-V/ProcessorPkg/RiscVProcessorPkg.dec
|
|
|