]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Library/RpmcLibNull/RpmcLibNull.inf
SecurityPkg: add null version of RpmcLib
[mirror_edk2.git] / SecurityPkg / Library / RpmcLibNull / RpmcLibNull.inf
diff --git a/SecurityPkg/Library/RpmcLibNull/RpmcLibNull.inf b/SecurityPkg/Library/RpmcLibNull/RpmcLibNull.inf
new file mode 100644 (file)
index 0000000..500edfa
--- /dev/null
@@ -0,0 +1,33 @@
+## @file\r
+#  Provides Null version of RpmcLib for build purpose.\r
+#\r
+#  Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>\r
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+#\r
+##\r
+\r
+[Defines]\r
+  INF_VERSION                    = 0x00010029\r
+  BASE_NAME                      = RpmcLibNull\r
+  FILE_GUID                      = FAE0BA22-92E2-4334-8F0F-96AFF9BAE360\r
+  MODULE_TYPE                    = BASE\r
+  VERSION_STRING                 = 1.0\r
+  LIBRARY_CLASS                  = RpmcLib\r
+\r
+#\r
+# The following information is for reference only and not required by the build tools.\r
+#\r
+#  VALID_ARCHITECTURES           = IA32 X64 Arm AArch64\r
+#\r
+\r
+[Sources]\r
+  RpmcLibNull.c\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+  SecurityPkg/SecurityPkg.dec\r
+\r
+[LibraryClasses]\r
+  BaseLib\r
+  DebugLib\r
+\r