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 a90c944 commit 1f2c66f
Show file tree
Hide file tree
Showing 25 changed files with 34 additions and 613 deletions.
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 1f2c66f

Please sign in to comment.