Skip to content

Commit

Permalink
gh-685: Removing manifest attribute name from celix_constants.h
Browse files Browse the repository at this point in the history
  • Loading branch information
pnoltes committed Jul 26, 2024
1 parent 89bafcb commit 4822eed
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions libs/framework/include/celix_constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,22 +121,11 @@ extern "C" {
*/
#define CELIX_FRAMEWORK_SERVICE_VERSION "service.version"

#define CELIX_FRAMEWORK_BUNDLE_ACTIVATOR "Bundle-Activator"

#define CELIX_FRAMEWORK_BUNDLE_ACTIVATOR_CREATE "celix_bundleActivator_create"
#define CELIX_FRAMEWORK_BUNDLE_ACTIVATOR_START "celix_bundleActivator_start"
#define CELIX_FRAMEWORK_BUNDLE_ACTIVATOR_STOP "celix_bundleActivator_stop"
#define CELIX_FRAMEWORK_BUNDLE_ACTIVATOR_DESTROY "celix_bundleActivator_destroy"

#define CELIX_FRAMEWORK_BUNDLE_SYMBOLICNAME "Bundle-SymbolicName"
#define CELIX_FRAMEWORK_BUNDLE_NAME "Bundle-Name"
#define CELIX_FRAMEWORK_BUNDLE_GROUP "Bundle-Group"
#define CELIX_FRAMEWORK_BUNDLE_DESCRIPTION "Bundle-Description"
#define CELIX_FRAMEWORK_BUNDLE_VERSION "Bundle-Version"
#define CELIX_FRAMEWORK_PRIVATE_LIBRARY "Private-Library"
#define CELIX_FRAMEWORK_EXPORT_LIBRARY "Export-Library"
#define CELIX_FRAMEWORK_IMPORT_LIBRARY "Import-Library"

/**
* @brief Celix framework environment property (named "CELIX_FRAMEWORK_CACHE_DIR") specifying the cache
* directory used for the bundle caches.
Expand Down

0 comments on commit 4822eed

Please sign in to comment.