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