X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FPCD%2FDxe%2FService.h;h=3d6e3ed0349c3ffe5020bf1e4ee2167011a0c420;hp=da38053e13b6679614a04ec954eb5ff99fbb57fa;hb=c52fa98ca98ceaab75e8ddf9ebcfbcbd323bab13;hpb=80408db0ca4e3d40b37c0f3a710ad4828e26f5f4 diff --git a/MdeModulePkg/Universal/PCD/Dxe/Service.h b/MdeModulePkg/Universal/PCD/Dxe/Service.h index da38053e13..3d6e3ed034 100644 --- a/MdeModulePkg/Universal/PCD/Dxe/Service.h +++ b/MdeModulePkg/Universal/PCD/Dxe/Service.h @@ -1,14 +1,14 @@ /** @file Private functions used by PCD DXE driver. -Copyright (c) 2006 - 2007, Intel 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. +Copyright (c) 2006 - 2007, Intel 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. Module Name: Service.h @@ -18,10 +18,18 @@ Module Name: Service.h #ifndef _SERVICE_H #define _SERVICE_H -// -// Include common header file for this module. -// -#include "CommonHeader.h" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include // // Please make sure the PCD Serivce PEIM Version is consistent with @@ -33,9 +41,9 @@ Module Name: Service.h // PCD_DXE_DATABASE_GENTOOL_VERSION is defined in Autogen.h // and generated by PCD Database generation tool. // -#if (PCD_SERVICE_DXE_DRIVER_VERSION != PCD_DXE_SERVICE_DRIVER_AUTOGEN_VERSION) - #error "Please make sure the version of PCD Service DXE Driver and PCD DXE Database Generation Tool matches" -#endif +//#if (PCD_SERVICE_DXE_DRIVER_VERSION != PCD_DXE_SERVICE_DRIVER_AUTOGEN_VERSION) +// #error "Please make sure the version of PCD Service DXE Driver and PCD DXE Database Generation Tool matches" +//#endif // // Protocol Interface function declaration. @@ -387,7 +395,7 @@ ExGetWorker ( IN CONST EFI_GUID *Guid, IN UINTN ExTokenNumber, IN UINTN GetSize - ) + ) ; UINT32 @@ -395,7 +403,7 @@ GetSkuEnabledTokenNumber ( UINT32 LocalTokenNumber, UINTN Size, BOOLEAN IsPeiDb - ) + ) ; EFI_STATUS @@ -437,7 +445,7 @@ BuildPcdDxeDataBase ( ); -UINTN +UINTN GetExPcdTokenNumber ( IN CONST EFI_GUID *Guid, IN UINT32 ExTokenNumber @@ -446,7 +454,7 @@ GetExPcdTokenNumber ( -EFI_STATUS +EFI_STATUS ExGetNextTokeNumber ( IN CONST EFI_GUID *Guid, IN OUT UINTN *TokenNumber,