]> git.proxmox.com Git - mirror_edk2.git/blobdiff - FmpDevicePkg/Library/CapsuleUpdatePolicyLibNull/CapsuleUpdatePolicyLibNull.c
ArmPkg: only attempt buildin MmCommunicationDxe for AArch64
[mirror_edk2.git] / FmpDevicePkg / Library / CapsuleUpdatePolicyLibNull / CapsuleUpdatePolicyLibNull.c
index d86d6ba61234e7bbc4a5956aa639d17fcace8232..0cb1d775c3df43474ab48896768a292250b6dad1 100644 (file)
@@ -1,27 +1,10 @@
-/**  @file\r
+/** @file\r
   Provides platform policy services used during a capsule update.\r
 \r
   Copyright (c) 2016, Microsoft Corporation. All rights reserved.<BR>\r
   Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>\r
 \r
-  Redistribution and use in source and binary forms, with or without\r
-  modification, are permitted provided that the following conditions are met:\r
-  1. Redistributions of source code must retain the above copyright notice,\r
-  this list of conditions and the following disclaimer.\r
-  2. Redistributions in binary form must reproduce the above copyright notice,\r
-  this list of conditions and the following disclaimer in the documentation\r
-  and/or other materials provided with the distribution.\r
-\r
-  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND\r
-  ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\r
-  WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.\r
-  IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,\r
-  INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,\r
-  BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\r
-  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\r
-  LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\r
-  OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF\r
-  ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -67,7 +50,7 @@ CheckSystemPower (
 EFI_STATUS\r
 EFIAPI\r
 CheckSystemThermal (\r
-  IN OUT BOOLEAN  *Good\r
+  OUT BOOLEAN   *Good\r
   )\r
 {\r
   *Good = TRUE;\r
@@ -90,7 +73,7 @@ CheckSystemThermal (
 EFI_STATUS\r
 EFIAPI\r
 CheckSystemEnvironment (\r
-  IN OUT BOOLEAN  *Good\r
+  OUT BOOLEAN   *Good\r
   )\r
 {\r
   *Good = TRUE;\r