alder_lake_bios/Oem/L05/FeatureCommon/InsydeL05ModulePkg/Include/Library/OemSvcSwitchLib.h

46 lines
2.1 KiB
C

/** @file
;******************************************************************************
;* Copyright (c) 2020, Insyde Software Corporation. All Rights Reserved.
;*
;* You may not reproduce, distribute, publish, display, perform, modify, adapt,
;* transmit, broadcast, present, recite, release, license or otherwise exploit
;* any part of this publication in any form, by any means, without the prior
;* written permission of Insyde Software Corporation.
;*
;******************************************************************************
*/
#ifndef _OEM_SVC_SWITCH_LIB_H_
#define _OEM_SVC_SWITCH_LIB_H_
#include <Library/FeatureLib/OemSvcSwitchWirelessLan.h>
#include <Library/FeatureLib/OemSvcSwitchHotKeyMode.h>
#include <Library/FeatureLib/OemSvcSwitchFoolProofFnCtrl.h>
#include <Library/FeatureLib/OemSvcSwitchAlwaysOnUsb.h>
#include <Library/FeatureLib/OemSvcSwitchChargeInBatteryMode.h>
#include <Library/FeatureLib/OemSvcSwitchSystemPerformanceMode.h>
#include <Library/FeatureLib/OemSvcSwitchThermalMode.h>
#include <Library/FeatureLib/OemSvcSwitchFlipToBoot.h>
//[-start-210702-Dongxu0008-add]//
#ifdef LCFC_SUPPORT
#include <Library/FeatureLib/OemSvcSwitchOneKeyBattery.h>
#endif
//[-end-210702-Dongxu0008-add]//
#include <Library/FeatureLib/OemSvcSwitchRestoreDefaultOverclocking.h>
#include <Library/FeatureLib/OemSvcSwitchWakeOnVoice.h>
#include <Library/FeatureLib/OemSvcSwitchUltraQuietMode.h>
#include <Library/FeatureLib/OemSvcSwitchInstantBoot.h>
#include <Library/FeatureLib/OemSvcSwitchEthernetLan.h>
#include <Library/FeatureLib/OemSvcSwitchWirelessWan.h>
#include <Library/FeatureLib/OemSvcSwitchBluetooth.h>
#include <Library/FeatureLib/OemSvcSwitchUsbPort.h>
#include <Library/FeatureLib/OemSvcSwitchMemoryCardSlot.h>
#include <Library/FeatureLib/OemSvcSwitchSmartCardSlot.h>
#include <Library/FeatureLib/OemSvcSwitchIntegratedCamera.h>
#include <Library/FeatureLib/OemSvcSwitchMicrophone.h>
#include <Library/FeatureLib/OemSvcSwitchFingerprintReader.h>
#include <Library/FeatureLib/OemSvcSwitchThunderbolt.h>
#include <Library/FeatureLib/OemSvcSwitchNfcDevice.h>
#endif