]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf
Adding support for BeagleBoard.
[mirror_edk2.git] / EmbeddedPkg / EmbeddedMonotonicCounter / EmbeddedMonotonicCounter.inf
diff --git a/EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf b/EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf
new file mode 100644 (file)
index 0000000..8508ac5
--- /dev/null
@@ -0,0 +1,29 @@
+#%HEADER%\r
+[Defines]\r
+  INF_VERSION                    = 0x00010005\r
+  BASE_NAME                      = EmbeddedMonotonicCounter\r
+  FILE_GUID                      = FCABE6A7-7953-4A84-B7EC-D29E89B62E87\r
+  MODULE_TYPE                    = DXE_RUNTIME_DRIVER\r
+  VERSION_STRING                 = 1.0\r
+\r
+  ENTRY_POINT                    = MonotonicCounterDriverInitialize\r
+\r
+[Sources.common]\r
+  EmbeddedMonotonicCounter.c\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+\r
+[LibraryClasses]\r
+  BaseLib\r
+  DebugLib\r
+  UefiBootServicesTableLib\r
+  UefiDriverEntryPoint\r
+  UefiRuntimeServicesTableLib\r
+\r
+[Protocols]\r
+  gEfiMonotonicCounterArchProtocolGuid\r
+\r
+[Depex]\r
+  TRUE\r
+\r