Changeset 58466 in vbox for trunk/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/DebugAgentDxe
- Timestamp:
- Oct 29, 2015 4:30:44 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 103777
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware
- Property svn:mergeinfo changed
/vendor/edk2/current merged: 103769-103776
- Property svn:mergeinfo changed
-
trunk/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/DebugAgentDxe/DebugAgentDxe.c
r58464 r58466 3 3 4 4 Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR> 5 This program and the accompanying materials 6 are licensed and made available under the terms and conditions of the BSD License 7 which accompanies this distribution. The full text of the license may be found at 8 http://opensource.org/licenses/bsd-license.php 9 10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 5 This program and the accompanying materials 6 are licensed and made available under the terms and conditions of the BSD License 7 which accompanies this distribution. The full text of the license may be found at 8 http://opensource.org/licenses/bsd-license.php 9 10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 12 12 13 13 **/ … … 18 18 #include <Library/DebugAgentLib.h> 19 19 20 EFI_EVENT mExitBootServiceEvent; 20 EFI_EVENT mExitBootServiceEvent; 21 21 22 22 /** -
trunk/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/DebugAgentDxe/DebugAgentDxe.inf
r58464 r58466 21 21 FILE_GUID = 9727502C-034E-472b-8E1B-67BB28C6CFDB 22 22 MODULE_TYPE = DXE_DRIVER 23 VERSION_STRING = 1.0 23 VERSION_STRING = 1.0 24 24 ENTRY_POINT = DebugAgentDxeInitialize 25 25 UNLOAD_IMAGE = DebugAgentDxeUnload … … 33 33 [Sources] 34 34 DebugAgentDxe.c 35 35 36 36 [Packages] 37 37 MdePkg/MdePkg.dec … … 41 41 UefiDriverEntryPoint 42 42 UefiBootServicesTableLib 43 DebugAgentLib 43 DebugAgentLib 44 44 45 45 [Guids]
Note:
See TracChangeset
for help on using the changeset viewer.