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

Commit2729e97

Browse files
committed
Merged PR 576: Rename NullLibs to LibNulls
Rename NullLibs to LibNulls
1 parent2d79229 commit2729e97

File tree

21 files changed

+28
-28
lines changed

21 files changed

+28
-28
lines changed

‎MsGraphicsPkg/Library/MsEarlyGraphicsNullLib/Dxe/MsEarlyGraphicsNullLib.inf‎renamed to ‎MsGraphicsPkg/Library/MsEarlyGraphicsLibNull/Dxe/MsEarlyGraphicsLibNull.inf‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
[Defines]
2828
INF_VERSION = 0x00010005
29-
BASE_NAME =MsPlatformEarlyGraphicsNullLib
29+
BASE_NAME =MsPlatformEarlyGraphicsLibNull
3030
FILE_GUID = C24D06EC-4F1F-4A1C-BB0B-FE75828A3556
3131
MODULE_TYPE = DXE_DRIVER
3232
VERSION_STRING = 1.0
@@ -39,7 +39,7 @@
3939
#
4040

4141
[Sources]
42-
MsEarlyGraphicsNullLib.c
42+
MsEarlyGraphicsLibNull.c
4343

4444
[Packages]
4545
MdePkg/MdePkg.dec

‎MsGraphicsPkg/Library/MsEarlyGraphicsNullLib/Pei/MsEarlyGraphicsNullLib.inf‎renamed to ‎MsGraphicsPkg/Library/MsEarlyGraphicsLibNull/Pei/MsEarlyGraphicsLibNull.inf‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
[Defines]
2828
INF_VERSION = 0x00010005
29-
BASE_NAME =MsPlatformEarlyGraphicsNullLib
29+
BASE_NAME =MsPlatformEarlyGraphicsLibNull
3030
FILE_GUID = FB246AFC-92DE-4800-8D15-35D1BDD0CF0C
3131
MODULE_TYPE = PEIM
3232
VERSION_STRING = 1.0
@@ -39,7 +39,7 @@
3939
#
4040

4141
[Sources]
42-
MsEarlyGraphicsNullLib.c
42+
MsEarlyGraphicsLibNull.c
4343

4444
[Packages]
4545
MdePkg/MdePkg.dec

‎MsGraphicsPkg/MsGraphicsPkg.dsc‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
UiProgressCircleLib|MsGraphicsPkg/Library/BaseUiProgressCircleLib/UiProgressCircleLib.inf
7878
UiRectangleLib|MsGraphicsPkg/Library/BaseUiRectangleLib/BaseUiRectangleLib.inf
7979
MsUiThemeLib|MsGraphicsPkg/Library/MsUiThemeLib/Dxe/MsUiThemeLib.inf
80-
MsPlatformEarlyGraphicsLib|MsGraphicsPkg/Library/MsEarlyGraphicsNullLib/Dxe/MsEarlyGraphicsNullLib.inf
80+
MsPlatformEarlyGraphicsLib|MsGraphicsPkg/Library/MsEarlyGraphicsLibNull/Dxe/MsEarlyGraphicsLibNull.inf
8181
DisplayDeviceStateLib|MsGraphicsPkg/Library/DisplayDeviceStateLibNull/DisplayDeviceStateLibNull.inf
8282
MsColorTableLib|MsGraphicsPkg/Library/MsColorTableLib/MsColorTableLib.inf
8383
SwmDialogsLib|MsGraphicsPkg/Library/SwmDialogsLib/SwmDialogs.inf
@@ -96,7 +96,7 @@
9696
MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
9797

9898
MsUiThemeLib|MsGraphicsPkg/Library/MsUiThemeLib/Pei/MsUiThemeLib.inf
99-
MsPlatformEarlyGraphicsLib|MsGraphicsPkg/Library/MsEarlyGraphicsNullLib/Pei/MsEarlyGraphicsNullLib.inf
99+
MsPlatformEarlyGraphicsLib|MsGraphicsPkg/Library/MsEarlyGraphicsLibNull/Pei/MsEarlyGraphicsLibNull.inf
100100

101101
[LibraryClasses.IA32]
102102

@@ -141,10 +141,10 @@
141141
# Early Graphics driver.
142142
MsGraphicsPkg/MsEarlyGraphics/Pei/MsEarlyGraphics.inf
143143
MsGraphicsPkg/MsUiTheme/Pei/MsUiThemePpi.inf
144-
MsGraphicsPkg/Library/MsEarlyGraphicsNullLib/Pei/MsEarlyGraphicsNullLib.inf
144+
MsGraphicsPkg/Library/MsEarlyGraphicsLibNull/Pei/MsEarlyGraphicsLibNull.inf
145145

146146
[Components.X64, Components.AARCH64]
147-
MsGraphicsPkg/Library/MsEarlyGraphicsNullLib/Dxe/MsEarlyGraphicsNullLib.inf
147+
MsGraphicsPkg/Library/MsEarlyGraphicsLibNull/Dxe/MsEarlyGraphicsLibNull.inf
148148
MsGraphicsPkg/Library/SimpleUIToolKit/SimpleUIToolKit.inf
149149

150150
# Graphics (GOP) Override driver.

‎PcBdsPkg/Library/ConsoleMsgNullLib/ConsoleMsgNullLib.inf‎renamed to ‎PcBdsPkg/Library/ConsoleMsgLibNull/ConsoleMsgLibNull.inf‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
#
4141

4242
[Sources]
43-
ConsoleMsgNullLib.c
43+
ConsoleMsgLibNull.c
4444

4545
[Packages]
4646
MdePkg/MdePkg.dec

‎PcBdsPkg/Library/GraphicsConsoleHelperNullLib/GraphicsConsoleHelperNullLib.inf‎renamed to ‎PcBdsPkg/Library/GraphicsConsoleHelperLibNull/GraphicsConsoleHelperLibNull.inf‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## @file
2-
#GraphicsConsoleHelperNullLib - Null instance for compiling
2+
#GraphicsConsoleHelperLibNull - Null instance for compiling
33
#
44
# Copyright (c) 2018, Microsoft Corporation
55
#
@@ -42,7 +42,7 @@
4242
#
4343

4444
[Sources]
45-
GraphicsConsoleHelperNull.c
45+
GraphicsConsoleHelperLibNull.c
4646

4747
[Packages]
4848
MdePkg/MdePkg.dec

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp