From a0c56a8219ec268d8ac4e051035f1636545cc478 Mon Sep 17 00:00:00 2001 From: lgao4 Date: Sun, 18 Sep 2011 12:25:27 +0000 Subject: Clean up the private GUID definition in module Level. 0. Remove the unused private GUID from module source files. 1. Use gEfiCallerIdGuid replace of the private module GUID. 2. Add the public header files to define HII FormSet and PackageList GUID used in every HII driver. Signed-off-by: lgao4 Reviewed-by: ydong10 gdong1 tye jfan12 wli12 rsun3 jyao1 ftian git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12375 6f19259b-4bc3-4df7-8a09-765794883524 --- .../UserIdentifyManagerDxe/UserIdentifyManagerDxe.inf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'SecurityPkg/UserIdentification/UserIdentifyManagerDxe/UserIdentifyManagerDxe.inf') diff --git a/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/UserIdentifyManagerDxe.inf b/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/UserIdentifyManagerDxe.inf index d5fccea342..a8d7818597 100644 --- a/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/UserIdentifyManagerDxe.inf +++ b/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/UserIdentifyManagerDxe.inf @@ -30,6 +30,7 @@ [Packages] MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec + SecurityPkg/SecurityPkg.dec [LibraryClasses] UefiRuntimeServicesTableLib @@ -44,6 +45,7 @@ [Guids] gEfiIfrTianoGuid ## CONSUMES ## Guid gEfiEventUserProfileChangedGuid ## CONSUMES ## Guid + gUserIdentifyManagerGuid ## PRODUCES ## Guid [Protocols] gEfiFormBrowser2ProtocolGuid ## CONSUMES -- cgit v1.2.3