Skip to content

Commit

Permalink
[mms-ofono] Renamed mms-ofono into mms-connman-ofono
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed Jan 30, 2016
1 parent 86e18c6 commit 9ed9450
Show file tree
Hide file tree
Showing 12 changed files with 178 additions and 178 deletions.
6 changes: 3 additions & 3 deletions mms-ofono/Makefile → mms-connman-ofono/Makefile
Expand Up @@ -16,8 +16,8 @@ all: debug release
#

SRC = \
mms_ofono_connection.c \
mms_ofono_connman.c
mms_connection_ofono.c \
mms_connman_ofono.c

#
# Directories
Expand Down Expand Up @@ -82,7 +82,7 @@ $(RELEASE_OBJS): | $(RELEASE_BUILD_DIR)
#
# Rules
#
LIB = libmms-ofono.a
LIB = libmms-connman-ofono.a
DEBUG_LIB = $(DEBUG_BUILD_DIR)/$(LIB)
RELEASE_LIB = $(RELEASE_BUILD_DIR)/$(LIB)

Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2015 Jolla Ltd.
* Copyright (C) 2013-2016 Jolla Ltd.
* Contact: Slava Monich <slava.monich@jolla.com>
*
* This program is free software; you can redistribute it and/or modify
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2015 Jolla Ltd.
* Copyright (C) 2013-2016 Jolla Ltd.
* Contact: Slava Monich <slava.monich@jolla.com>
*
* This program is free software; you can redistribute it and/or modify
Expand All @@ -13,17 +13,17 @@
*
*/

#ifndef JOLLA_MMS_OFONO_LOG_H
#define JOLLA_MMS_OFONO_LOG_H
#ifndef JOLLA_MMS_CONNMAN_OFONO_LOG_H
#define JOLLA_MMS_CONNMAN_OFONO_LOG_H

#include "mms_log.h"

#define MMS_OFONO_LOG_MODULES(log) \
#define MMS_CONNMAN_LOG_MODULES(log) \
log(gofono_log)

MMS_OFONO_LOG_MODULES(GLOG_MODULE_DECL)
MMS_CONNMAN_LOG_MODULES(GLOG_MODULE_DECL)

#endif /* JOLLA_MMS_OFONO_LOG_H */
#endif /* JOLLA_MMS_CONNMAN_OFONO_LOG_H */

/*
* Local Variables:
Expand Down
Expand Up @@ -16,13 +16,12 @@ CONFIG(debug, debug|release) {
}

SOURCES += \
src/mms_ofono_connection.c \
src/mms_ofono_connman.c
src/mms_connection_ofono.c \
src/mms_connman_ofono.c

HEADERS += \
src/mms_ofono_connection.h \
src/mms_ofono_context.h
src/mms_connection_ofono.h

HEADERS += \
include/mms_ofono_connman.h \
include/mms_ofono_log.h
include/mms_connman_ofono.h \
include/mms_connman_ofono_log.h

0 comments on commit 9ed9450

Please sign in to comment.