Skip to content

Commit

Permalink
Migrate equinox.security.win32 to JNA to enhance CPU-arch compatibility
Browse files Browse the repository at this point in the history
This allows to use equinox.security.win32 also on aarch64
CPU-architectures and not only on x86_64.

Rename the fragment from org.eclipse.equinox.security.win32.x86_64 to
org.eclipse.equinox.security.win32 to reflect that it's
not architecture specific anymore.
  • Loading branch information
HannesWell committed Mar 26, 2024
1 parent 6f662de commit 6ca1d70
Show file tree
Hide file tree
Showing 25 changed files with 34 additions and 613 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
*/
public class WinPreferencesTest extends SecurePreferencesTest {

final private static String WIN_64BIT_BUNDLE = "org.eclipse.equinox.security.win32.x86_64";
final private static String WIN_BUNDLE = "org.eclipse.equinox.security.win32";

@Before
public void setUp() {
org.junit.Assume.assumeTrue(hasBundle(WIN_64BIT_BUNDLE));
org.junit.Assume.assumeTrue(hasBundle(WIN_BUNDLE));
}

/**
Expand Down
84 changes: 0 additions & 84 deletions bundles/org.eclipse.equinox.security.win32.x86_64/cpp/jnicrypt.cpp

This file was deleted.

31 changes: 0 additions & 31 deletions bundles/org.eclipse.equinox.security.win32.x86_64/cpp/jnicrypt.h

This file was deleted.

0 comments on commit 6ca1d70

Please sign in to comment.