Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuDxe/CpuDxe.inf
- Timestamp:
- Oct 28, 2015 8:17:18 PM (9 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware
-
Property svn:mergeinfo
set to (toggle deleted branches)
/vendor/edk2/current 103735-103757
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuDxe/CpuDxe.inf
r48674 r58459 1 1 ## @file 2 # Simple CPU driver installs CPU Architecture Protocol. 2 3 # 3 # Component description file for simple CPU driver 4 # 5 # Copyright (c) 2008 - 2011, Intel Corporation. All rights reserved.<BR> 4 # Copyright (c) 2008 - 2014, Intel Corporation. All rights reserved.<BR> 6 5 # This program and the accompanying materials 7 6 # are licensed and made available under the terms and conditions of the BSD License … … 17 16 INF_VERSION = 0x00010005 18 17 BASE_NAME = CpuDxe 18 MODULE_UNI_FILE = CpuDxe.uni 19 19 FILE_GUID = 1A1E4886-9517-440e-9FDE-3BE44CEE2136 20 20 MODULE_TYPE = DXE_DRIVER … … 38 38 UefiBootServicesTableLib 39 39 UefiDriverEntryPoint 40 LocalApicLib 41 UefiCpuLib 42 UefiLib 43 CpuExceptionHandlerLib 40 44 41 45 [Sources] … … 43 47 CpuDxe.h 44 48 CpuGdt.c 45 46 Ia32/IvtAsm.asm | MSFT47 Ia32/IvtAsm.asm | INTEL48 Ia32/IvtAsm.S | GCC49 49 50 50 [Sources.IA32] … … 59 59 60 60 [Protocols] 61 gEfiCpuArchProtocolGuid 61 gEfiCpuArchProtocolGuid ## PRODUCES 62 62 63 63 [Guids] 64 gIdleLoopEventGuid ## CONSUMES ## GUID 64 gIdleLoopEventGuid ## CONSUMES ## Event 65 gEfiVectorHandoffTableGuid ## SOMETIMES_CONSUMES ## SystemTable 65 66 66 67 [Depex] 67 68 TRUE 68 69 70 [UserExtensions.TianoCore."ExtraFiles"] 71 CpuDxeExtra.uni
Note:
See TracChangeset
for help on using the changeset viewer.