/*++ Copyright 2014, Lenovo Corporation All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. ++*/ #ifndef _LENOVO_CHARGING_LOGO_H #define _LENOVO_CHARGING_LOGO_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include /****************************/ #include #include #include #include #include /****************************/ #include "debug/debug.h" #define PRODUCT_YOGA 0 #define DISPLAY_TIME_SECONDS 3 EFI_STATUS InitializeGUI( ); EFI_STATUS DrawBatteryInfo(UINTN Percent,UINT8 ACStatus,UINT8 BattStatus); EFI_STATUS DrawBattery(UINTN Percent); EFI_STATUS GetBatteryPercentage ( IN OUT UINT8 *BatteryPercentage ); EFI_STATUS GetACStatus ( UINT8 * ACStatus ); EFI_STATUS GetBattStatus ( UINT8 * BattStatus ); #endif