Esempio n. 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
Esempio n. 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