+ \r
+ if self.DispatchList:\r
+ if FfsObj.Type in [0x04, 0x06]:\r
+ self.DispatchList.write("%s %s %s %s\n" % (FfsGuid, "P", FfsName, FfsPath))\r
+ if FfsObj.Type in [0x05, 0x07, 0x08, 0x0A]:\r
+ self.DispatchList.write("%s %s %s %s\n" % (FfsGuid, "D", FfsName, FfsPath))\r
+ \r