Beispiel #1
0
 def GetObj(self, Content):
     Obj = _DecPcd(FileContent('dummy', Content.splitlines()))
     Obj._RawData.CurrentLine = Obj._RawData.GetNextLine()
     Obj._RawData.CurrentScope = [('PcdsFeatureFlag'.upper(), 'COMMON')]
     return Obj
Beispiel #2
0
 def GetObj(self, Content):
     Obj = _DecPcd(FileContent('dummy', Content.splitlines()))
     Obj._RawData.CurrentLine = Obj._RawData.GetNextLine()
     Obj._RawData.CurrentScope = [('PcdsFeatureFlag'.upper(), 'COMMON')]
     return Obj