diff options
author | Joursoir <chat@joursoir.net> | 2021-11-15 19:12:06 +0300 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2021-11-15 19:12:06 +0300 |
commit | edd62f8e7d00b56bd19217b56d0d2cdf3ef6c945 (patch) | |
tree | a8b095f66a70ac64cb44e036798ae955f1eea561 | |
parent | 01c9c0c71bedbf8a82c20f41ab8b1d9f8b156af0 (diff) | |
download | ufm-edd62f8e7d00b56bd19217b56d0d2cdf3ef6c945.tar.gz ufm-edd62f8e7d00b56bd19217b56d0d2cdf3ef6c945.tar.bz2 ufm-edd62f8e7d00b56bd19217b56d0d2cdf3ef6c945.zip |
move all sources to the right place
-rw-r--r-- | Library/UefiShellUfmCommandLib/menu-bar.c (renamed from src/menu-bar.c) | 0 | ||||
-rw-r--r-- | Library/UefiShellUfmCommandLib/menu-bar.h (renamed from src/menu-bar.h) | 0 | ||||
-rw-r--r-- | Library/UefiShellUfmCommandLib/tbi/screen.c (renamed from lib/tbi/screen.c) | 0 | ||||
-rw-r--r-- | Library/UefiShellUfmCommandLib/tbi/screen.h (renamed from lib/tbi/screen.h) | 0 | ||||
-rw-r--r-- | Library/UefiShellUfmCommandLib/tbi/win.c (renamed from lib/tbi/win.c) | 0 | ||||
-rw-r--r-- | Library/UefiShellUfmCommandLib/tbi/win.h (renamed from lib/tbi/win.h) | 0 |
6 files changed, 0 insertions, 0 deletions
diff --git a/src/menu-bar.c b/Library/UefiShellUfmCommandLib/menu-bar.c index db7af38..db7af38 100644 --- a/src/menu-bar.c +++ b/Library/UefiShellUfmCommandLib/menu-bar.c diff --git a/src/menu-bar.h b/Library/UefiShellUfmCommandLib/menu-bar.h index 9012f9f..9012f9f 100644 --- a/src/menu-bar.h +++ b/Library/UefiShellUfmCommandLib/menu-bar.h diff --git a/lib/tbi/screen.c b/Library/UefiShellUfmCommandLib/tbi/screen.c index ae4f2be..ae4f2be 100644 --- a/lib/tbi/screen.c +++ b/Library/UefiShellUfmCommandLib/tbi/screen.c diff --git a/lib/tbi/screen.h b/Library/UefiShellUfmCommandLib/tbi/screen.h index e97bf64..e97bf64 100644 --- a/lib/tbi/screen.h +++ b/Library/UefiShellUfmCommandLib/tbi/screen.h diff --git a/lib/tbi/win.c b/Library/UefiShellUfmCommandLib/tbi/win.c index 3d82e58..3d82e58 100644 --- a/lib/tbi/win.c +++ b/Library/UefiShellUfmCommandLib/tbi/win.c diff --git a/lib/tbi/win.h b/Library/UefiShellUfmCommandLib/tbi/win.h index 76be2d8..76be2d8 100644 --- a/lib/tbi/win.h +++ b/Library/UefiShellUfmCommandLib/tbi/win.h |