Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Getting Started Writing MyHelloWorld.inf

Laurie Jarlstrom edited this pageNov 28, 2016 ·2 revisions

Example of MyHelloWorld.inf

Please check for the latest version of theEDK II Specifications

Note: Copy and paste the GUID from :http://www.guidgen.com/ for theFILE_GUID in the example below

## @file#  Brief Description of UEFI MyHelloWorld#  #  Detailed Description of UEFI MyWizardDriver##  Copyright for UEFI  MyHelloWorld#  #  License for UEFI  MyHelloWorld#  ##[Defines]  INF_VERSION                    = 1.25  BASE_NAME                      = MyHelloWorld  FILE_GUID                      = #Copy and paste the GUID from http://www.guidgen.com/ here  MODULE_TYPE                    = UEFI_APPLICATION  VERSION_STRING                 = 1.0  ENTRY_POINT                    = UefiMain## The following information is for reference only and not required by the build tools.##  VALID_ARCHITECTURES           = IA32 X64 IPF EBC Etc...#[Sources]  MyHelloWorld.c[Packages]  MdePkg/MdePkg.dec  [LibraryClasses]  UefiApplicationEntryPoint  UefiLib  [Guids][Ppis][Protocols][FeaturePcd][Pcd]

Clone this wiki locally


[8]ページ先頭

©2009-2025 Movatter.jp