Apache Celix  2.3.0
An implementation of the OSGi specification adapted to C and C++
celix_api.h
Go to the documentation of this file.
1 /*
2  * Licensed to the Apache Software Foundation (ASF) under one
3  * or more contributor license agreements. See the NOTICE file
4  * distributed with this work for additional information
5  * regarding copyright ownership. The ASF licenses this file
6  * to you under the Apache License, Version 2.0 (the
7  * "License"); you may not use this file except in compliance
8  * with the License. You may obtain a copy of the License at
9  *
10  * http://www.apache.org/licenses/LICENSE-2.0
11  *
12  * Unless required by applicable law or agreed to in writing,
13  * software distributed under the License is distributed on an
14  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15  * KIND, either express or implied. See the License for the
16  * specific language governing permissions and limitations
17  * under the License.
18  */
19 
20 #ifndef CELIX_CELIX_API_H_
21 #define CELIX_CELIX_API_H_
22 
23 #include "properties.h"
24 #include "array_list.h"
25 #include "celix_constants.h"
26 #include "bundle.h"
27 #include "bundle_context.h"
28 #include "framework.h"
29 
30 #include "celix_properties.h"
31 #include "celix_array_list.h"
32 //#include "celix_constants.h"
33 #include "celix_utils_api.h"
34 #include "celix_bundle.h"
35 #include "celix_bundle_context.h"
36 
37 #include "celix_framework.h"
38 #include "celix_framework_factory.h"
39 #include "celix_launcher.h"
40 
41 #include "celix_dependency_manager.h"
42 #include "celix_dm_component.h"
43 #include "dm_service_dependency.h"
44 
45 #include "celix_bundle_activator.h"
46 #include "celix_framework_factory.h"
47 
48 #ifdef __cplusplus
49 #include "celix/BundleActivator.h"
50 #include "celix/BundleContext.h"
51 #endif
52 
53 #endif //CELIX_CELIX_API_H_
BundleActivator.h
celix_framework.h
BundleContext.h
celix_dm_component.h
celix_bundle_activator.h
celix_bundle.h
celix_bundle_context.h