diff options
Diffstat (limited to 'MdeModulePkg/Universal/VariablePei/Variable.dxs')
-rw-r--r-- | MdeModulePkg/Universal/VariablePei/Variable.dxs | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/MdeModulePkg/Universal/VariablePei/Variable.dxs b/MdeModulePkg/Universal/VariablePei/Variable.dxs new file mode 100644 index 0000000000..8c2255a446 --- /dev/null +++ b/MdeModulePkg/Universal/VariablePei/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
+
+
|