summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/GenFds/Rule.py
diff options
context:
space:
mode:
authorvanjeff <vanjeff>2013-09-25 03:27:00 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2013-09-25 03:27:00 +0000
commite45567f3c78f20a637dbe8f7c18b4be11af45585 (patch)
tree0a5eae88064d3af9b67ff20fc68a377be28e4928 /BaseTools/Source/Python/GenFds/Rule.py
parent278dd382285fa87a30a695f4caed1cefbadcc49e (diff)
downloadedk2-e45567f3c78f20a637dbe8f7c18b4be11af45585.tar.gz
Delete old BaseTools, ShellPkg and ShellBinPkg from UDK2010.SR1 Branch.
git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2010.SR1@14722 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools/Source/Python/GenFds/Rule.py')
-rw-r--r--BaseTools/Source/Python/GenFds/Rule.py29
1 files changed, 0 insertions, 29 deletions
diff --git a/BaseTools/Source/Python/GenFds/Rule.py b/BaseTools/Source/Python/GenFds/Rule.py
deleted file mode 100644
index 0e112cf15e..0000000000
--- a/BaseTools/Source/Python/GenFds/Rule.py
+++ /dev/null
@@ -1,29 +0,0 @@
-## @file
-# Rule object for generating FFS
-#
-# Copyright (c) 2007, Intel Corporation. All rights reserved.<BR>
-#
-# This program and the accompanying materials
-# are licensed and made available under the terms and conditions of the BSD License
-# which accompanies this distribution. The full text of the license may be found at
-# http://opensource.org/licenses/bsd-license.php
-#
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-#
-
-##
-# Import Modules
-#
-from CommonDataClass.FdfClass import RuleClassObject
-
-## Rule base class
-#
-#
-class Rule(RuleClassObject):
- ## The constructor
- #
- # @param self The object pointer
- #
- def __init__(self):
- RuleClassObject.__init__(self)