Add necessary files (such as *.h) in module msa and remove unused msa files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@882 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
27
EdkModulePkg/Universal/Variable/Pei/Ebc/VarMachine.h
Normal file
27
EdkModulePkg/Universal/Variable/Pei/Ebc/VarMachine.h
Normal file
@ -0,0 +1,27 @@
|
||||
/*++
|
||||
|
||||
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:
|
||||
|
||||
VarMachine.h
|
||||
|
||||
Abstract:
|
||||
|
||||
Variable Machine Type
|
||||
|
||||
--*/
|
||||
|
||||
#ifndef _VAR_MACHINE_H
|
||||
#define _VAR_MACHINE_H
|
||||
|
||||
#define ALIGNMENT 1
|
||||
|
||||
#endif
|
@ -19,10 +19,7 @@ Abstract:
|
||||
|
||||
--*/
|
||||
|
||||
|
||||
#include <Ppi/ReadOnlyVariable.h>
|
||||
#include <Variable.h>
|
||||
#include <Library/BaseLib.h>
|
||||
|
||||
//
|
||||
// Module globals
|
||||
|
@ -26,8 +26,7 @@ Abstract:
|
||||
// BugBug: We need relcate the head file.
|
||||
//
|
||||
#include <Common/Variable.h>
|
||||
|
||||
#define ALIGNMENT 1
|
||||
#include <VarMachine.h>
|
||||
|
||||
//
|
||||
// Define GET_PAD_SIZE to optimize compiler
|
||||
|
@ -30,6 +30,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
|
||||
<OutputFileBasename>PeiVariable</OutputFileBasename>
|
||||
</ModuleDefinitions>
|
||||
<LibraryClassDefinitions>
|
||||
<LibraryClass Usage="ALWAYS_CONSUMED">
|
||||
<Keyword>BaseLib</Keyword>
|
||||
</LibraryClass>
|
||||
<LibraryClass Usage="ALWAYS_CONSUMED">
|
||||
<Keyword>DebugLib</Keyword>
|
||||
</LibraryClass>
|
||||
@ -44,8 +47,13 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
|
||||
</LibraryClass>
|
||||
</LibraryClassDefinitions>
|
||||
<SourceFiles>
|
||||
<Filename>Variable.h</Filename>
|
||||
<Filename>Variable.c</Filename>
|
||||
<Filename>Variable.dxs</Filename>
|
||||
<Filename SupArchList="IA32">Ia32/VarMachine.h</Filename>
|
||||
<Filename SupArchList="EBC">Ebc/VarMachine.h</Filename>
|
||||
<Filename SupArchList="X64">x64/VarMachine.h</Filename>
|
||||
<Filename SupArchList="IPF">Ipf/VarMachine.h</Filename>
|
||||
</SourceFiles>
|
||||
<PackageDependencies>
|
||||
<Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
|
||||
|
@ -65,7 +65,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
|
||||
</LibraryClass>
|
||||
</LibraryClassDefinitions>
|
||||
<SourceFiles>
|
||||
<Filename>Variable.h</Filename>
|
||||
<Filename>Variable.c</Filename>
|
||||
<Filename>reclaim.h</Filename>
|
||||
<Filename>reclaim.c</Filename>
|
||||
<Filename SupArchList="IA32">InitVariable.c</Filename>
|
||||
<Filename SupArchList="IA32">Ia32Variable.dxs</Filename>
|
||||
|
Reference in New Issue
Block a user