diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-16 03:28:26 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-16 03:28:26 +0000 |
commit | ececc2eb4b589cc55eabcabbafbd067ff3432df0 (patch) | |
tree | b0180c23dfe016c8fc61ccff49046f9323754e32 /IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf | |
parent | 7658d609a376be0fba1c2ba3496e016e55f7aa3a (diff) | |
download | edk2-platforms-ececc2eb4b589cc55eabcabbafbd067ff3432df0.tar.xz |
Modules clean up.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3242 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf')
-rw-r--r-- | IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf b/IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf index 7ada24d727..f504e586fa 100644 --- a/IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf +++ b/IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf @@ -30,7 +30,7 @@ EDK_RELEASE_VERSION = 0x00020000
EFI_SPECIFICATION_VERSION = 0x00020000
- ENTRY_POINT = InitializeDxeStatusCode
+ ENTRY_POINT = DxeStatusCodeDriverEntry
#
# The following information is for reference only and not required by the build tools.
@@ -52,7 +52,6 @@ DataHubStatusCodeWorker.c
DxeStatusCode.c
DxeStatusCode.h
- EntryPoint.c
[Sources.Ia32]
DxeStatusCodeCommon.c
|