ForceRecovery.inf 867 B

12345678910111213141516171819202122232425262728293031323334
  1. ## @file
  2. # Application that sets a sticky bit to force recovery on next reset.
  3. #
  4. # Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
  5. #
  6. # SPDX-License-Identifier: BSD-2-Clause-Patent
  7. #
  8. ##
  9. [Defines]
  10. INF_VERSION = 0x00010005
  11. BASE_NAME = ForceRecovery
  12. FILE_GUID = 3A61FD45-69A0-42AD-B261-24DA451BF442
  13. MODULE_TYPE = UEFI_APPLICATION
  14. VERSION_STRING = 1.0
  15. ENTRY_POINT = UefiMain
  16. #
  17. # The following information is for reference only and not required by the build tools.
  18. #
  19. # VALID_ARCHITECTURES = IA32
  20. #
  21. [Sources]
  22. ForceRecovery.c
  23. [Packages]
  24. MdePkg/MdePkg.dec
  25. QuarkSocPkg/QuarkSocPkg.dec
  26. [LibraryClasses]
  27. UefiApplicationEntryPoint
  28. UefiRuntimeServicesTableLib
  29. QNCAccessLib