]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg: Add UNI files for BootManagerPolicyDxe driver.
authorRuiyu Ni <ruiyu.ni@intel.com>
Fri, 15 May 2015 08:46:06 +0000 (08:46 +0000)
committerniruiyu <niruiyu@Edk2>
Fri, 15 May 2015 08:46:06 +0000 (08:46 +0000)
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

MdeModulePkg/Universal/BootManagerPolicyDxe/BootManagerPolicyDxe.c
MdeModulePkg/Universal/BootManagerPolicyDxe/BootManagerPolicyDxe.inf
MdeModulePkg/Universal/BootManagerPolicyDxe/BootManagerPolicyDxe.uni [new file with mode: 0644]
MdeModulePkg/Universal/BootManagerPolicyDxe/BootManagerPolicyDxeExtra.uni [new file with mode: 0644]

index a39daa4c32c55fe529db7b26dc2a62f421e309d0..412ecbda55b97d5668fc4bcdef863934268e4d32 100644 (file)
@@ -284,4 +284,4 @@ BootManagerPolicyInitialize (
                 &gEfiBootManagerPolicyProtocolGuid, &mBootManagerPolicy,\r
                 NULL\r
                 );\r
-}
\ No newline at end of file
+}\r
index 3970dee82fd858f85ea15b53ca5d46aa03b9ea89..488f421341e1084ec680f4bcbf4dd60efd816763 100644 (file)
@@ -15,6 +15,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = BootManagerPolicyDxe\r
+  MODULE_UNI_FILE                = BootManagerPolicyDxe.uni\r
   FILE_GUID                      = E622443C-284E-4b47-A984-FD66B482DAC0\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0 \r
@@ -56,3 +57,6 @@
 \r
 [Depex]\r
   TRUE\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  BootManagerPolicyDxeExtra.uni\r
diff --git a/MdeModulePkg/Universal/BootManagerPolicyDxe/BootManagerPolicyDxe.uni b/MdeModulePkg/Universal/BootManagerPolicyDxe/BootManagerPolicyDxe.uni
new file mode 100644 (file)
index 0000000..008eee0
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 (file)
index 0000000..8cdbde0
Binary files /dev/null and b/MdeModulePkg/Universal/BootManagerPolicyDxe/BootManagerPolicyDxeExtra.uni differ