From 67b6269adacf60ba4aea4a74d6e2b86f40306702 Mon Sep 17 00:00:00 2001 From: Ruiyu Ni Date: Fri, 15 May 2015 08:46:06 +0000 Subject: MdeModulePkg: Add UNI files for BootManagerPolicyDxe driver. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni Reviewed-by: Liming Gao git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17452 6f19259b-4bc3-4df7-8a09-765794883524 --- .../BootManagerPolicyDxe/BootManagerPolicyDxe.c | 2 +- .../BootManagerPolicyDxe/BootManagerPolicyDxe.inf | 4 ++++ .../BootManagerPolicyDxe/BootManagerPolicyDxe.uni | Bin 0 -> 1810 bytes .../BootManagerPolicyDxe/BootManagerPolicyDxeExtra.uni | Bin 0 -> 1370 bytes 4 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 MdeModulePkg/Universal/BootManagerPolicyDxe/BootManagerPolicyDxe.uni create mode 100644 MdeModulePkg/Universal/BootManagerPolicyDxe/BootManagerPolicyDxeExtra.uni (limited to 'MdeModulePkg/Universal') 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 +} diff --git a/MdeModulePkg/Universal/BootManagerPolicyDxe/BootManagerPolicyDxe.inf b/MdeModulePkg/Universal/BootManagerPolicyDxe/BootManagerPolicyDxe.inf index 3970dee82f..488f421341 100644 --- a/MdeModulePkg/Universal/BootManagerPolicyDxe/BootManagerPolicyDxe.inf +++ b/MdeModulePkg/Universal/BootManagerPolicyDxe/BootManagerPolicyDxe.inf @@ -15,6 +15,7 @@ [Defines] INF_VERSION = 0x00010005 BASE_NAME = BootManagerPolicyDxe + MODULE_UNI_FILE = BootManagerPolicyDxe.uni FILE_GUID = E622443C-284E-4b47-A984-FD66B482DAC0 MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 @@ -56,3 +57,6 @@ [Depex] TRUE + +[UserExtensions.TianoCore."ExtraFiles"] + BootManagerPolicyDxeExtra.uni diff --git a/MdeModulePkg/Universal/BootManagerPolicyDxe/BootManagerPolicyDxe.uni b/MdeModulePkg/Universal/BootManagerPolicyDxe/BootManagerPolicyDxe.uni new file mode 100644 index 0000000000..008eee0efa Binary files /dev/null and b/MdeModulePkg/Universal/BootManagerPolicyDxe/BootManagerPolicyDxe.uni differ diff --git a/MdeModulePkg/Universal/BootManagerPolicyDxe/BootManagerPolicyDxeExtra.uni b/MdeModulePkg/Universal/BootManagerPolicyDxe/BootManagerPolicyDxeExtra.uni new file mode 100644 index 0000000000..8cdbde0a50 Binary files /dev/null and b/MdeModulePkg/Universal/BootManagerPolicyDxe/BootManagerPolicyDxeExtra.uni differ -- cgit v1.2.3