Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ionescu007/SimpleVisor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Ionescu <aionescu@gmail.com>2017-03-14 23:42:02 +0300
committerAlex Ionescu <aionescu@gmail.com>2017-03-14 23:42:07 +0300
commit42dc94556b1e396251508989ed7168a7f219ade5 (patch)
treea4a97f111bacec68e533b7beb79f0e261bcfc21c
parent6a777f8fdff63c99a4cab6b1b28c2cb28714a1f5 (diff)
EDK-II Build File
Thanks to d_olex / Dmytro Oleksiuk
-rw-r--r--uefi/simplevisor.inf38
1 files changed, 38 insertions, 0 deletions
diff --git a/uefi/simplevisor.inf b/uefi/simplevisor.inf
new file mode 100644
index 0000000..a0577d0
--- /dev/null
+++ b/uefi/simplevisor.inf
@@ -0,0 +1,38 @@
+[defines]
+  INF_VERSION = 0x00010005
+  BASE_NAME = SimpleVisor
+  FILE_GUID = 22D5AE41-147E-4C44-AE72-ECD9BBB422D5
+  MODULE_TYPE = UEFI_APPLICATION
+  ENTRY_POINT = UefiMain
+[Sources]
+  shv.c
+  shvutil.c
+  shvvmx.c
+  shvvmxhv.c
+  shvvp.c
+  uefi/shvos.c
+[Sources.X64]
+  shvvmxhvx64.asm
+  uefi/shvosx64.asm
+[Packages]
+  MdePkg/MdePkg.dec
+  MdeModulePkg/MdeModulePkg.dec
+  IntelFrameworkPkg/IntelFrameworkPkg.dec 
+  IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec 
+  StdLib/StdLib.dec
+[LibraryClasses]
+  UefiLib
+  UefiApplicationEntryPoint
+  UefiBootServicesTableLib
+  MemoryAllocationLib
+  DebugLib
+[Protocols]
+  gEfiMpServiceProtocolGuid 
+[Depex]
+  TRUE \ No newline at end of file