Index: modules/crypto/META-INF/MANIFEST.MF =================================================================== --- modules/crypto/META-INF/MANIFEST.MF (revision 0) +++ modules/crypto/META-INF/MANIFEST.MF (revision 0) @@ -0,0 +1,21 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: Harmony Crypto +Bundle-SymbolicName: org.apache.harmony.crypto +Bundle-Version: 1.0.0 +Bundle-ClassPath: . +Eclipse-JREBundle: true +Import-Package: org.apache.harmony.security.asn1, + org.apache.harmony.security.fortress, + org.apache.harmony.security.x509, + java.io, + java.lang, + java.math, + java.nio, + java.security, + java.security.cert, + java.security.spec, + java.util, +Export-Package: javax.crypto, + javax.crypto.interfaces, + javax.crypto.spec Index: modules/crypto/make/common/hyproperties.xml =================================================================== --- modules/crypto/make/common/hyproperties.xml (revision 0) +++ modules/crypto/make/common/hyproperties.xml (revision 0) @@ -0,0 +1,45 @@ + + + + + + +
+ + +
+ + + + + +
+ +
+ + + + crypto + + + + + + + + + Index: modules/crypto/make/common/build.xml =================================================================== --- modules/crypto/make/common/build.xml (revision 0) +++ modules/crypto/make/common/build.xml (revision 0) @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: modules/crypto/make/build.xml =================================================================== --- modules/crypto/make/build.xml (revision 0) +++ modules/crypto/make/build.xml (revision 0) @@ -0,0 +1,114 @@ + + + + + Build for CRYPTO component + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: modules/security/META-INF/MANIFEST.MF =================================================================== --- modules/security/META-INF/MANIFEST.MF (revision 389716) +++ modules/security/META-INF/MANIFEST.MF (working copy) @@ -15,6 +15,7 @@ java.text, java.util, java.util.zip + org.apache.harmony.security.x.crypto.utils Export-Package: java.security, java.security.acl, java.security.cert, @@ -29,5 +30,7 @@ javax.security.cert, javax.security.sasl, org.ietf.jgss, + org.apache.harmony.security.asn1;version="1.0.0", + org.apache.harmony.security.x509;version="1.0.0", org.apache.harmony.security.utils;version="1.0.0";x-friends:="org.apache.harmony.archive,org.apache.harmony.luni", org.apache.harmony.security.fortress;version="1.0.0" Index: make/build-test.xml =================================================================== --- make/build-test.xml (revision 389716) +++ make/build-test.xml (working copy) @@ -76,6 +76,15 @@ + + + + + + + + + Index: make/build-java.xml =================================================================== --- make/build-java.xml (revision 389716) +++ make/build-java.xml (working copy) @@ -166,7 +166,8 @@ - + @@ -242,6 +243,7 @@ + @@ -300,6 +302,9 @@ + + +