1 /*
2  * Copyright (C) 2017 The Android Open Source Project
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  *      http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16 module java.base {
17     // oj
18     exports com.sun.net.ssl.internal.ssl;
19     exports com.sun.nio.file;
20     exports com.sun.security.cert.internal.x509;
21     exports java.awt.font;
22     exports java.beans;
23     exports java.io;
24     exports java.lang;
25     exports java.lang.annotation;
26     exports java.lang.invoke;
27     exports java.lang.ref;
28     exports java.lang.reflect;
29     exports java.net;
30     exports java.nio;
31     exports java.nio.channels;
32     exports java.nio.channels.spi;
33     exports java.nio.charset;
34     exports java.nio.charset.spi;
35     exports java.nio.file;
36     exports java.nio.file.attribute;
37     exports java.nio.file.spi;
38     exports java.security;
39     exports java.security.acl;
40     exports java.security.cert;
41     exports java.security.interfaces;
42     exports java.security.spec;
43     exports java.sql;
44     exports java.text;
45     exports java.time;
46     exports java.time.chrono;
47     exports java.time.format;
48     exports java.time.temporal;
49     exports java.time.zone;
50     exports java.util;
51     exports java.util.concurrent;
52     exports java.util.concurrent.atomic;
53     exports java.util.concurrent.locks;
54     exports java.util.function;
55     exports java.util.jar;
56     exports java.util.logging;
57     exports java.util.prefs;
58     exports java.util.regex;
59     exports java.util.stream;
60     exports java.util.zip;
61     exports javax.crypto;
62     exports javax.crypto.interfaces;
63     exports javax.crypto.spec;
64     exports javax.net;
65     exports javax.net.ssl;
66     exports javax.security.auth;
67     exports javax.security.auth.callback;
68     exports javax.security.auth.login;
69     exports javax.security.auth.x500;
70     exports javax.security.cert;
71     exports javax.sql;
72     exports jdk.internal.util;
73     exports jdk.internal.vm.annotation;
74     exports jdk.net;
75     exports sun.invoke.util;
76     exports sun.misc;
77     exports sun.net;
78     exports sun.net.ftp;
79     exports sun.net.ftp.impl;
80     exports sun.net.spi;
81     exports sun.net.spi.nameservice;
82     exports sun.net.util;
83     exports sun.net.www;
84     exports sun.net.www.protocol.file;
85     exports sun.net.www.protocol.ftp;
86     exports sun.net.www.protocol.jar;
87     exports sun.nio;
88     exports sun.nio.ch;
89     exports sun.nio.cs;
90     exports sun.nio.fs;
91     exports sun.reflect;
92     exports sun.reflect.misc;
93     exports sun.security.action;
94     exports sun.security.jca;
95     exports sun.security.pkcs;
96     exports sun.security.provider;
97     exports sun.security.provider.certpath;
98     exports sun.security.timestamp;
99     exports sun.security.util;
100     exports sun.security.x509;
101     exports sun.util;
102     exports sun.util.calendar;
103     exports sun.util.locale;
104     exports sun.util.locale.provider;
105     exports sun.util.logging;
106     exports sun.util.resources;
107     // non-oj
108     exports android.system;
109     exports android.icu.impl;
110     exports android.icu.math;
111     exports android.icu.text;
112     exports android.icu.util;
113     exports dalvik.annotation.optimization;
114     exports dalvik.system;
115     exports java.math;
116     exports javax.xml.parsers;
117     exports libcore.io;
118     exports libcore.icu;
119     exports libcore.net;
120     exports libcore.net.event;
121     exports libcore.net.http;
122     exports libcore.reflect;
123     exports libcore.util;
124     exports org.json;
125 }
126