diff options
author | Ruiyu Ni <ruiyu.ni@intel.com> | 2015-05-15 08:46:06 +0000 |
---|---|---|
committer | niruiyu <niruiyu@Edk2> | 2015-05-15 08:46:06 +0000 |
commit | 67b6269adacf60ba4aea4a74d6e2b86f40306702 (patch) | |
tree | bf11a7c6d34c49a70ca4b242fd6b6e48ce2a12fc /MdeModulePkg/Universal/BootManagerPolicyDxe/BootManagerPolicyDxe.c | |
parent | 99294cbbdb3e53435ad938e681348ab09f6a725a (diff) | |
download | edk2-platforms-67b6269adacf60ba4aea4a74d6e2b86f40306702.tar.xz |
MdeModulePkg: Add UNI files for BootManagerPolicyDxe driver.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17452 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/BootManagerPolicyDxe/BootManagerPolicyDxe.c')
-rw-r--r-- | MdeModulePkg/Universal/BootManagerPolicyDxe/BootManagerPolicyDxe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Universal/BootManagerPolicyDxe/BootManagerPolicyDxe.c b/MdeModulePkg/Universal/BootManagerPolicyDxe/BootManagerPolicyDxe.c index a39daa4c32..412ecbda55 100644 --- a/MdeModulePkg/Universal/BootManagerPolicyDxe/BootManagerPolicyDxe.c +++ b/MdeModulePkg/Universal/BootManagerPolicyDxe/BootManagerPolicyDxe.c @@ -284,4 +284,4 @@ BootManagerPolicyInitialize ( &gEfiBootManagerPolicyProtocolGuid, &mBootManagerPolicy,
NULL
);
-}
\ No newline at end of file +}
|