Inital changes for new USB map

This commit is contained in:
Mykola Grymalyuk
2021-03-01 15:19:37 -07:00
parent 5495c480d7
commit 0cb98121e4
4 changed files with 10562 additions and 8 deletions
+4
View File
@@ -97,6 +97,10 @@ class Constants:
def kexts_path(self): return self.oc_folder / Path("Kexts")
@property
def resources_path(self): return self.oc_folder / Path("Resources")
@property
def map_kext_folder(self): return self.kexts_path / Path("USB-Map.kext")
@property
def map_contents_folder(self): return self.map_kext_folder / Path("Contents")
# Tools
@property