]> git.proxmox.com Git - mirror_edk2.git/blame - Tools/Python/far-template
Added a template mechanism to act as the user interface in far creation.
[mirror_edk2.git] / Tools / Python / far-template
CommitLineData
fb96878e 1# This file is a template to be used in creating a Framework Archive Manifest.\r
2# Each entry can be assigned to a string, which is quoted, or to a string that\r
3# spans mutliple lines, which is triple quoted.\r
4# This file should be passed as a command line argument to the MkFar.py script. \r
5# It is used to help the user control how the far is created.\r
6\r
7far.FileName = "my.far"\r
8far.FarName = "My Far"\r
9far.Version = "0.3"\r
10far.License="""This program and the accompanying materials are licensed and made\r
11available under the terms and conditions of the BSD License which accompanies\r
12this distribution. The full text of the license may be found at\r
13http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER\r
14THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF\r
15ANY KIND, EITHER EXPRESS OR IMPLIED."""\r
16far.Description="""This Package provides headers and libraries that conform to\r
17my wishes."""\r
18far.Copyright="Copyright (c) 2006, My Corporation."\r
19far.SpdFiles=""\r
20far.FpdFile=""\r
21far.ExtraFile=""\r
22\r
23# vim:syntax=python\r