summaryrefslogtreecommitdiff
path: root/BeagleBoardPkg/SmbusDxe/Smbus.inf
diff options
context:
space:
mode:
Diffstat (limited to 'BeagleBoardPkg/SmbusDxe/Smbus.inf')
-rw-r--r--BeagleBoardPkg/SmbusDxe/Smbus.inf33
1 files changed, 33 insertions, 0 deletions
diff --git a/BeagleBoardPkg/SmbusDxe/Smbus.inf b/BeagleBoardPkg/SmbusDxe/Smbus.inf
new file mode 100644
index 0000000000..b13072054a
--- /dev/null
+++ b/BeagleBoardPkg/SmbusDxe/Smbus.inf
@@ -0,0 +1,33 @@
+#%HEADER%
+[Defines]
+ INF_VERSION = 0x00010005
+ BASE_NAME = Smbus
+ FILE_GUID = d5125e0f-1226-444f-a218-0085996ed5da
+ MODULE_TYPE = DXE_DRIVER
+ VERSION_STRING = 1.0
+
+ ENTRY_POINT = InitializeSmbus
+
+[Sources.common]
+ Smbus.c
+
+[Packages]
+ MdePkg/MdePkg.dec
+ BeagleBoardPkg/BeagleBoardPkg.dec
+
+[LibraryClasses]
+ PcdLib
+ UefiLib
+ UefiDriverEntryPoint
+ MemoryAllocationLib
+ IoLib
+
+[Guids]
+
+[Protocols]
+ gEfiSmbusHcProtocolGuid
+
+[Pcd]
+
+[depex]
+ TRUE \ No newline at end of file