Revert "[Non-ACR][Remove NUI package in tct of wearable profile]" 23/275123/1
authorTan Nguyen <nguyen.vtan@samsung.com>
Tue, 17 May 2022 04:17:49 +0000 (04:17 +0000)
committerTan Nguyen <nguyen.vtan@samsung.com>
Tue, 17 May 2022 04:17:49 +0000 (04:17 +0000)
This reverts commit ffd9adb9a0bd48b32d00c35ce5111baa60c21839.

Change-Id: I84bfac32d17e760a5bcc9271e50cbdddbac64fcc

tool/script/auto_binary.py
tool/script/pack.py

index db5bfdf..dbc4348 100755 (executable)
@@ -36,8 +36,6 @@ if __name__ == "__main__":
 
     # pack tv package
     os.system(LINUX_PERMISSION+' python pack.py '+'all')
-    os.system(LINUX_PERMISSION+' python pack.py '+'auto NUI')
-    os.system(LINUX_PERMISSION+' python pack.py '+'manual NUI')
 
     # Copy mobile package folder to tv package.
     # set tv_pkg_info.xml
@@ -66,8 +64,6 @@ if __name__ == "__main__":
 
     # pack tizeniot package
     os.system(LINUX_PERMISSION + ' python pack.py ' + 'all')
-    os.system(LINUX_PERMISSION+' python pack.py '+'auto NUI')
-    os.system(LINUX_PERMISSION+' python pack.py '+'manual NUI')
 
     # Copy mobile package folder to tizeniot package.
     # set tizeniot_pkg_info.xml
@@ -84,8 +80,6 @@ if __name__ == "__main__":
     # pack mobile package
     create_folder('../../release/csharp-tct_7.0_dotnet/csharp-tct_7.0_dotnet/package/mobile')
     os.system(LINUX_PERMISSION+' python pack.py '+'all')
-    os.system(LINUX_PERMISSION+' python pack.py '+'auto NUI')
-    os.system(LINUX_PERMISSION+' python pack.py '+'manual NUI')
 
 
 
index 471f091..acc6010 100755 (executable)
@@ -89,12 +89,6 @@ def folder_list(path):
             if "WatchfaceComplication" in name :
                 continue
 
-            if "Tizen.NUI.Tests" in name :
-                continue
-
-            if "Tizen.NUI.Manual.Tests" in name :
-                continue
-
             splitwords = name.split(".")
             splitwords.pop()
             splitwords.pop(0)