[NUI] Revert the legacy Autofill code
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Wed, 17 Jul 2024 11:31:01 +0000 (20:31 +0900)
committerJoogabYun <40262755+JoogabYun@users.noreply.github.com>
Tue, 23 Jul 2024 05:59:16 +0000 (14:59 +0900)
commitf7dcf4dc41f90300da4190a18c2c74c21818f474
treee155fa07c7453ce90ca6737ce14e022129fc8418
parent1d5a357f116fdb40be652c895735dbfc3f92a34b
[NUI] Revert the legacy Autofill code

- NUI Autofill code was not removed together with dali ones.
- Now, all related codes should be deleted because there's no use case
anywhere and they don't have their internal implementation.

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
src/Tizen.NUI/src/internal/Common/AuthenticationSignalType.cs [deleted file]
src/Tizen.NUI/src/internal/Common/ListEventSignalType.cs [deleted file]
src/Tizen.NUI/src/internal/Interop/Interop.AuthenticationSignalType.cs [deleted file]
src/Tizen.NUI/src/internal/Interop/Interop.AutofillContainer.cs [deleted file]
src/Tizen.NUI/src/internal/Interop/Interop.ListEventSignalType.cs [deleted file]
src/Tizen.NUI/src/public/Input/AutofillContainer.cs [deleted file]
test/Tizen.NUI.Tests/Tizen.NUI.Devel.Tests/testcase/internal/Common/TSAuthenticationSignalType.cs [deleted file]
test/Tizen.NUI.Tests/Tizen.NUI.Devel.Tests/testcase/internal/Common/TSListEventSignalType.cs [deleted file]
test/Tizen.NUI.Tests/Tizen.NUI.Devel.Tests/testcase/public/Input/TSAutofillContainer.cs [deleted file]