Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/8254TimerDxe/8254Timer.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/PcAtChipsetPkg/8254TimerDxe/8254Timer.inf
r48674 r58459 1 1 ## @file 2 # 3 # Copyright (c) 2005 - 2010, Intel Corporation. All rights reserved.<BR> 2 # 8254 timer driver that provides Timer Arch protocol. 3 # 4 # Copyright (c) 2005 - 2014, Intel Corporation. All rights reserved.<BR> 4 5 # This program and the accompanying materials 5 6 # are licensed and made available under the terms and conditions of the BSD License … … 15 16 INF_VERSION = 0x00010005 16 17 BASE_NAME = Timer 18 MODULE_UNI_FILE = Timer.uni 17 19 FILE_GUID = f2765dec-6b41-11d5-8e71-00902707b35e 18 20 MODULE_TYPE = DXE_DRIVER … … 37 39 38 40 [Protocols] 39 gEfiCpuArchProtocolGuid 40 gEfiLegacy8259ProtocolGuid 41 gEfiTimerArchProtocolGuid 41 gEfiCpuArchProtocolGuid ## CONSUMES 42 gEfiLegacy8259ProtocolGuid ## CONSUMES 43 gEfiTimerArchProtocolGuid ## PRODUCES 42 44 43 45 [Depex] 44 46 gEfiCpuArchProtocolGuid AND gEfiLegacy8259ProtocolGuid 47 [UserExtensions.TianoCore."ExtraFiles"] 48 TimerExtra.uni
Note:
See TracChangeset
for help on using the changeset viewer.