diff --git a/core/modules/entity/entity.info b/core/modules/entity/entity.info
new file mode 100644
index 0000000..5887b39
--- /dev/null
+++ b/core/modules/entity/entity.info
@@ -0,0 +1,6 @@
+name = Entity
+description = Generic entity functionality.
+package = Core
+version = VERSION
+core = 8.x
+required = TRUE
diff --git a/core/modules/entity/entity.module b/core/modules/entity/entity.module
new file mode 100644
index 0000000..efb7e44
--- /dev/null
+++ b/core/modules/entity/entity.module
@@ -0,0 +1,9 @@
+<?php
+
+/**
+ * @file
+ * Manage the entity system.
+ *
+ * The module is mostly an anchor point for configuration items owned by the
+ * entity system.
+ */
