⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pcirw.inf

📁 PCI总线读写源码
💻 INF
字号:
//;******************************************************************************
//;* Copyright (c) 1983-2008, Insyde Software Corporation. All Rights Reserved.
//;*
//;* You may not reproduce, distribute, publish, display, perform, modify, adapt,
//;* transmit, broadcast, present, recite, release, license or otherwise exploit
//;* any part of this publication in any form, by any means, without the prior
//;* written permission of Insyde Software Corporation.
//;*
//;******************************************************************************
//; Revision History:
//;
//; $Log: /Application/Shell/PciRW/PciRW.c $
//; 
//; 1     2008/03/28 17:44 Bini.Yi
//;  Issue#: N/A for study EFI Application
//;  Category: Application, Shell
//;  Symptom: Update new Shell source code and binary file.
//;  RootCause:
//;  RelatedFiles:
//;    1. Application\*.* r1
//;    2. Platform\Common.dsc r3
//;    3. Edk\Other\Maintained\Application\Shell\bin\ia32\Shell.bin r2
//;    4. Edk\Other\Maintained\Application\Shell\bin\ia32\Apps\StartupDelay
//; .efi r1
//;
//;------------------------------------------------------------------------------
#/*++
#

#  Module Name:
#
#    PciRW.inf
#
#  Abstract:
#
#    Component description file for PciRW module
#
#--*/

[defines]
BASE_NAME            = PciRW
FILE_GUID            = 1EDD13C1-62EF-4262-A1AA-B93D70DE9806
COMPONENT_TYPE       = APPLICATION
#COMPONENT_TYPE       = BS_DRIVER

[sources.common]
  PciRW.c

[includes.common]
  $(EDK_SOURCE)\Foundation
  $(EDK_SOURCE)\Foundation\Framework
  $(EDK_SOURCE)\Foundation\Efi
  .
  $(EDK_SOURCE)\Foundation\Include
  $(EDK_SOURCE)\Foundation\Efi\Include
  $(EDK_SOURCE)\Foundation\Framework\Include
  $(EDK_SOURCE)\Foundation\Include\IndustryStandard
  $(EDK_SOURCE)\Foundation\Library\Dxe\Include
  $(EDK_SOURCE)\Foundation\Library\Dxe\Graphics\Unicode
  $(EFI_SOURCE)
  $(EDK_SOURCE)\Foundation\Core\Dxe
  $(EDK_SOURCE)\Other\Maintained\Application\Shell\Inc
  $(EDK_SOURCE)\Other\Maintained\Application\Shell\Library

[libraries.common]
  EdkProtocolLib
#  EfiUtilityLib
##  EfiDriverLib
  EfiIfrSupportLib
  Graphics
##  PrintLibLite
  EfiShellLib

[nmake.common]
  C_STD_INCLUDE=
  IMAGE_ENTRY_POINT=PciRW

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -