summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Variable/Pei/Variable.dxs
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Universal/Variable/Pei/Variable.dxs')
-rw-r--r--MdeModulePkg/Universal/Variable/Pei/Variable.dxs32
1 files changed, 32 insertions, 0 deletions
diff --git a/MdeModulePkg/Universal/Variable/Pei/Variable.dxs b/MdeModulePkg/Universal/Variable/Pei/Variable.dxs
new file mode 100644
index 0000000000..8c2255a446
--- /dev/null
+++ b/MdeModulePkg/Universal/Variable/Pei/Variable.dxs
@@ -0,0 +1,32 @@
+/*++
+
+Copyright (c) 2006, Intel Corporation
+All rights reserved. This program and the accompanying materials
+are licensed and made available under the terms and conditions of the BSD License
+which accompanies this distribution. The full text of the license may be found at
+http://opensource.org/licenses/bsd-license.php
+
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+
+Module Name:
+
+ Variable.dxs
+
+Abstract:
+
+ Dependency expression file for Variable PEIM.
+
+--*/
+//
+// Include common header file for this module.
+//
+#include "CommonHeader.h"
+
+#include <PeimDepex.h>
+
+DEPENDENCY_START
+ TRUE
+DEPENDENCY_END
+
+