]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Include/Base.h
BaseMemoryLib (BaseMemoryLibRepStr):
[mirror_edk2.git] / MdePkg / Include / Base.h
1 /** @file
2
3 Root include file for Mde Package Base type modules
4
5 This is the include file for any module of type base. Base modules only use
6 types defined via this include file and can be ported easily to any
7 environment. There are a set of base libraries in the Mde Package that can
8 be used to implement base modules.
9
10 Copyright (c) 2006, Intel Corporation
11 All rights reserved. This program and the accompanying materials
12 are licensed and made available under the terms and conditions of the BSD License
13 which accompanies this distribution. The full text of the license may be found at
14 http://opensource.org/licenses/bsd-license.php
15
16 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
17 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
18
19 **/
20
21
22 #ifndef __BASE_H__
23 #define __BASE_H__
24
25 #include <Common/BaseTypes.h>
26 #include <Common/EfiImage.h>
27
28 #endif