]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/FWVolume.h
clean up the un-suitable ';' location when declaring the functions. The regular is...
[mirror_edk2.git] / EdkCompatibilityPkg / Sample / Tools / Source / ProcessDsc / FWVolume.h
CommitLineData
3eb9473e 1/*++\r
2\r
3Copyright (c) 2004, Intel Corporation \r
4All rights reserved. This program and the accompanying materials \r
5are licensed and made available under the terms and conditions of the BSD License \r
6which accompanies this distribution. The full text of the license may be found at \r
7http://opensource.org/licenses/bsd-license.php \r
8 \r
9THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
10WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
11\r
12Module Name:\r
13\r
14 FWVolume.h\r
15\r
16Abstract:\r
17\r
18 Include file for the module that keeps track of files for the firmware\r
19 volumes.\r
20\r
21--*/\r
22\r
23#ifndef _FW_VOLUME_H_\r
24#define _FW_VOLUME_H_\r
25\r
26//\r
27// class CFirmwareVolume\r
28// {\r
29// public:\r
30//\r
31void\r
32CFVConstructor (\r
33 VOID\r
e00e1d46 34 );\r
3eb9473e 35void\r
36CFVDestructor (\r
37 VOID\r
e00e1d46 38 );\r
3eb9473e 39\r
40int\r
41CFVAddFVFile (\r
42 char *Name,\r
43 char *ComponentType,\r
44 char *FVs,\r
45 int ComponentsInstance,\r
46 char *FFSExt,\r
47 char *Processor,\r
48 char *Apriori,\r
49 char *BaseName,\r
50 char *Guid\r
e00e1d46 51 );\r
3eb9473e 52\r
53int\r
54CFVSetXRefFileName (\r
55 char *FileName\r
e00e1d46 56 );\r
3eb9473e 57\r
58int\r
59CFVWriteInfFiles (\r
60 DSC_FILE *DSC,\r
61 FILE *MakeFptr\r
e00e1d46 62 );\r
3eb9473e 63\r
64int\r
65NonFFSFVWriteInfFiles (\r
66 DSC_FILE *DSC,\r
67 char *FileName\r
e00e1d46 68 );\r
3eb9473e 69\r
70#endif // ifndef _FW_VOLUME_H_\r