TianoCore EDK2 master
|
#include <Library/AndroidBootImgLib.h>
#include <Library/BaseMemoryLib.h>
#include <Library/DebugLib.h>
#include <Library/DevicePathLib.h>
#include <Library/MemoryAllocationLib.h>
#include <Library/UefiBootServicesTableLib.h>
#include <Protocol/BlockIo.h>
#include <Protocol/DevicePathFromText.h>
Go to the source code of this file.
Functions | |
EFI_STATUS | ValidateAndroidMediaDevicePath (IN EFI_DEVICE_PATH *DevicePath) |
EFI_STATUS EFIAPI | AndroidBootAppEntryPoint (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) |
Copyright (c) 2013-2014, ARM Ltd. All rights reserved.
Copyright (c) 2017, Linaro. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file AndroidBootApp.c.
EFI_STATUS EFIAPI AndroidBootAppEntryPoint | ( | IN EFI_HANDLE | ImageHandle, |
IN EFI_SYSTEM_TABLE * | SystemTable | ||
) |
Definition at line 45 of file AndroidBootApp.c.
EFI_STATUS ValidateAndroidMediaDevicePath | ( | IN EFI_DEVICE_PATH * | DevicePath | ) |
Definition at line 22 of file AndroidBootApp.c.