Skip to content

Commit

Permalink
Update Headers
Browse files Browse the repository at this point in the history
  • Loading branch information
gus33000 committed Dec 18, 2024
1 parent 0559136 commit ae15537
Show file tree
Hide file tree
Showing 49 changed files with 343 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/** @file
Copyright (c) 2022-2024 DuoWoA authors
SPDX-License-Identifier: MIT
**/
#ifndef _BOOT_DEVICES_H_
#define _BOOT_DEVICES_H_

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/** @file
Copyright (c) 2022-2024 DuoWoA authors
SPDX-License-Identifier: MIT
**/
#ifndef _ACPI_PLATFORM_UPDATE_LIB_H_
#define _ACPI_PLATFORM_UPDATE_LIB_H_

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/** @file
Copyright (c) 2022-2024 DuoWoA authors
SPDX-License-Identifier: MIT
**/
#ifndef _FRAMEBUFFER_SERIALPORT_LIB_H_
#define _FRAMEBUFFER_SERIALPORT_LIB_H_

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/** @file
Copyright (c) 2022-2024 DuoWoA authors
SPDX-License-Identifier: MIT
**/
#ifndef __BGRA_RGBA_CONVERT_H__
#define __BGRA_RGBA_CONVERT_H__

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/** @file
Copyright (c) 2022-2024 DuoWoA authors
SPDX-License-Identifier: MIT
**/
#ifndef _CONFIGURATION_MAP_HELPER_LIB_H_
#define _CONFIGURATION_MAP_HELPER_LIB_H_

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/** @file
Copyright (c) 2022-2024 DuoWoA authors
SPDX-License-Identifier: MIT
**/
#ifndef _FRAMEBUFFER_SERIALPORT_LIB_H_
#define _FRAMEBUFFER_SERIALPORT_LIB_H_

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/** @file
Copyright (c) 2022-2024 DuoWoA authors
SPDX-License-Identifier: MIT
**/
#ifndef _MEMORY_MAP_HELPER_LIB_H_
#define _MEMORY_MAP_HELPER_LIB_H_

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/** @file
Copyright (c) 2022-2024 DuoWoA authors
SPDX-License-Identifier: MIT
**/
#ifndef _PLATFORM_CONFIGURATION_MAP_LIB_H_
#define _PLATFORM_CONFIGURATION_MAP_LIB_H_

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/** @file
Copyright (c) 2022-2024 DuoWoA authors
SPDX-License-Identifier: MIT
**/
#ifndef _PLATFORM_MEMORY_MAP_LIB_H_
#define _PLATFORM_MEMORY_MAP_LIB_H_

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/** @file
Copyright (c) 2022-2024 DuoWoA authors
SPDX-License-Identifier: MIT
**/
#ifndef _PLATFORM_PREPI_LIB_H_
#define _PLATFORM_PREPI_LIB_H_

Expand Down
7 changes: 7 additions & 0 deletions Platforms/SurfaceDuoFamilyPkg/Include/Library/ShLib.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/** @file
Copyright (c) 2022-2024 DuoWoA authors
SPDX-License-Identifier: MIT
**/
#ifndef _SH_LIB_H_
#define _SH_LIB_H_

Expand Down
7 changes: 7 additions & 0 deletions Platforms/SurfaceDuoFamilyPkg/Include/Library/UefiCfgLib.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/** @file
Copyright (c) 2022-2024 DuoWoA authors
SPDX-License-Identifier: MIT
**/
#ifndef _UEFI_CFG_LIB_H_
#define _UEFI_CFG_LIB_H_

Expand Down
7 changes: 7 additions & 0 deletions Platforms/SurfaceDuoFamilyPkg/Include/Protocol/EFIClock.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/** @file
Copyright (c) 2022-2024 DuoWoA authors
SPDX-License-Identifier: MIT
**/
#ifndef __EFICLOCK_H__
#define __EFICLOCK_H__

Expand Down
7 changes: 7 additions & 0 deletions Platforms/SurfaceDuoFamilyPkg/Include/Protocol/EFISmem.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/** @file
Copyright (c) 2022-2024 DuoWoA authors
SPDX-License-Identifier: MIT
**/
#ifndef __EFISMEM_H__
#define __EFISMEM_H__

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/** @file
Copyright (c) 2022-2024 DuoWoA authors
SPDX-License-Identifier: MIT
**/
#ifndef __SFPD_PROTOCOL_H__
#define __SFPD_PROTOCOL_H__

Expand Down
7 changes: 7 additions & 0 deletions Platforms/SurfaceDuoFamilyPkg/Include/Resources/FbColor.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/** @file
Copyright (c) 2022-2024 DuoWoA authors
SPDX-License-Identifier: MIT
**/
#ifndef _FB_COLOR_H_
#define _FB_COLOR_H_

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/** @file
Copyright (c) 2022-2024 DuoWoA authors
SPDX-License-Identifier: MIT
**/
#include <Library/BaseLib.h>
#include <Library/DebugLib.h>
#include <Library/IoLib.h>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/** @file
Copyright (c) 2022-2024 DuoWoA authors
SPDX-License-Identifier: MIT
**/
#ifndef _INITIALIZATION_UTILS_H_
#define _INITIALIZATION_UTILS_H_

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/** @file
Copyright (c) 2022-2024 DuoWoA authors
SPDX-License-Identifier: MIT
**/
#include <PiPei.h>
#include <Library/ArmLib.h>
#include <Library/BaseLib.h>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/** @file
Copyright (c) 2022-2024 DuoWoA authors
SPDX-License-Identifier: MIT
**/
#include <Library/BaseLib.h>
#include <Library/ConfigurationMapHelperLib.h>
#include <Library/PlatformConfigurationMapLib.h>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/** @file
Copyright (c) 2022-2024 DuoWoA authors
SPDX-License-Identifier: MIT
**/
#include <PiDxe.h>

#include <Library/ArmLib.h>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/** @file
Copyright (c) 2022-2024 DuoWoA authors
SPDX-License-Identifier: MIT
**/
#include <PiDxe.h>

#include <Library/ArmLib.h>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/** @file
Copyright (c) 2022-2024 DuoWoA authors
SPDX-License-Identifier: MIT
**/
#include <PiPei.h>
#include <Library/ArmLib.h>
#include <Library/BaseLib.h>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/** @file
Copyright (c) 2022-2024 DuoWoA authors
SPDX-License-Identifier: MIT
**/
#include <Library/BaseLib.h>
#include <Library/MemoryMapHelperLib.h>
#include <Library/PlatformMemoryMapLib.h>
Expand Down
7 changes: 7 additions & 0 deletions Platforms/SurfaceDuoFamilyPkg/Library/ShLib/ShLib.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/** @file
Copyright (c) 2022-2024 DuoWoA authors
SPDX-License-Identifier: MIT
**/
#include <PiPei.h>
#include <Library/ArmLib.h>
#include <Library/BaseLib.h>
Expand Down
7 changes: 7 additions & 0 deletions Platforms/SurfaceDuoFamilyPkg/Library/UefiCfgLib/UefiCfgLib.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/** @file
Copyright (c) 2022-2024 DuoWoA authors
SPDX-License-Identifier: MIT
**/
#include <PiPei.h>
#include <Library/ArmLib.h>
#include <Library/BaseLib.h>
Expand Down
7 changes: 7 additions & 0 deletions Silicon/QC/Sm8150/QcomPkg/Include/Configuration/XblHlosHob.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/** @file
Copyright (c) 2022-2024 DuoWoA authors
SPDX-License-Identifier: MIT
**/
#ifndef _XBL_HLOS_HOB_H_
#define _XBL_HLOS_HOB_H_

Expand Down
7 changes: 7 additions & 0 deletions Silicon/QC/Sm8150/QcomPkg/Include/Library/PlatformHobLib.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/** @file
Copyright (c) 2022-2024 DuoWoA authors
SPDX-License-Identifier: MIT
**/
#ifndef _PLATFORM_HOB_LIB_H_
#define _PLATFORM_HOB_LIB_H_

Expand Down
7 changes: 7 additions & 0 deletions Silicon/QC/Sm8150/QcomPkg/Include/Library/PlatformHobs.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/** @file
Copyright (c) 2022-2024 DuoWoA authors
SPDX-License-Identifier: MIT
**/
#ifndef _PLATFORM_HOBS_H_
#define _PLATFORM_HOBS_H_

Expand Down
7 changes: 7 additions & 0 deletions Silicon/QC/Sm8150/QcomPkg/Include/Library/RFSProtectionLib.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/** @file
Copyright (c) 2022-2024 DuoWoA authors
SPDX-License-Identifier: MIT
**/
#ifndef __RFS_PROTECTION_H
#define __RFS_PROTECTION_H

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/** @file
Copyright (c) 2022-2024 DuoWoA authors
SPDX-License-Identifier: MIT
**/
#include <Uefi.h>

#include <Library/AcpiPlatformUpdateLib.h>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/** @file
Copyright (c) 2022-2024 DuoWoA authors
SPDX-License-Identifier: MIT
**/
#include <Library/BaseLib.h>
#include <Library/PlatformConfigurationMapLib.h>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/** @file
Copyright (c) 2022-2024 DuoWoA authors
SPDX-License-Identifier: MIT
**/
#include <Library/BaseLib.h>
#include <Library/PlatformHobLib.h>
#include <Configuration/XblHlosHob.h>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/** @file
Copyright (c) 2022-2024 DuoWoA authors
SPDX-License-Identifier: MIT
**/
#include <Library/BaseLib.h>
#include <Library/PlatformMemoryMapLib.h>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/** @file
Copyright (c) 2022-2024 DuoWoA authors
SPDX-License-Identifier: MIT
**/
#include <PiPei.h>
#include <Library/IoLib.h>
#include <Library/PlatformPrePiLib.h>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/** @file
Copyright (c) 2022-2024 DuoWoA authors
SPDX-License-Identifier: MIT
**/
#ifndef _PLATFORM_UTILS_H_
#define _PLATFORM_UTILS_H_

Expand Down
Loading

0 comments on commit ae15537

Please sign in to comment.