]> git.proxmox.com Git - mirror_edk2.git/blob - Tools/CCode/Source/GenDepex/DepexParser.h
More moves for Tool Packages
[mirror_edk2.git] / Tools / CCode / Source / GenDepex / DepexParser.h
1 /*++
2 Copyright (c) 2004, Intel Corporation
3 All rights reserved. This program and the accompanying materials
4 are licensed and made available under the terms and conditions of the BSD License
5 which accompanies this distribution. The full text of the license may be found at
6 http://opensource.org/licenses/bsd-license.php
7
8 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
9 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
10
11 Module Name:
12 GenDepex.h
13
14 Abstract:
15 This file contains the relevant declarations required
16 to generate a binary Dependency File
17
18 Complies with Tiano C Coding Standards Document, version 0.31, 12 Dec 2000.
19
20 --*/
21
22 // TODO: fix comment to set correct module name: DepexParser.h
23 #ifndef _EFI_DEPEX_PARSER_H_
24 #define _EFI_DEPEX_PARSER_H_
25 #include "GenDepex.h"
26 #endif