projects
/
platform
/
core
/
system
/
peripheral-bus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41db981
)
Move header files in daemon/ to include directory
92/138692/3
author
Hyeongsik Min
<hyeongsik.min@samsung.com>
Thu, 13 Jul 2017 07:57:01 +0000
(16:57 +0900)
committer
Hyeongsik Min
<hyeongsik.min@samsung.com>
Fri, 14 Jul 2017 09:53:44 +0000
(09:53 +0000)
Change-Id: Id8b9aa2e16fc9b604988075613aa53318e13883e
Signed-off-by: Hyeongsik Min <hyeongsik.min@samsung.com>
CMakeLists.txt
patch
|
blob
|
history
src/daemon/include/peripheral_bus.h
[moved from
src/daemon/peripheral_bus.h
with 100% similarity]
patch
|
blob
|
history
src/daemon/include/peripheral_bus_adc.h
[moved from
src/daemon/peripheral_bus_adc.h
with 100% similarity]
patch
|
blob
|
history
src/daemon/include/peripheral_bus_board.h
[moved from
src/daemon/peripheral_bus_board.h
with 100% similarity]
patch
|
blob
|
history
src/daemon/include/peripheral_bus_gpio.h
[moved from
src/daemon/peripheral_bus_gpio.h
with 100% similarity]
patch
|
blob
|
history
src/daemon/include/peripheral_bus_i2c.h
[moved from
src/daemon/peripheral_bus_i2c.h
with 100% similarity]
patch
|
blob
|
history
src/daemon/include/peripheral_bus_pwm.h
[moved from
src/daemon/peripheral_bus_pwm.h
with 100% similarity]
patch
|
blob
|
history
src/daemon/include/peripheral_bus_spi.h
[moved from
src/daemon/peripheral_bus_spi.h
with 100% similarity]
patch
|
blob
|
history
src/daemon/include/peripheral_bus_uart.h
[moved from
src/daemon/peripheral_bus_uart.h
with 100% similarity]
patch
|
blob
|
history
src/daemon/include/peripheral_bus_util.h
[moved from
src/daemon/peripheral_bus_util.h
with 100% similarity]
patch
|
blob
|
history
src/daemon/include/peripheral_common.h
[moved from
src/daemon/peripheral_common.h
with 100% similarity]
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
311b233
..
9893aae
100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-16,6
+16,7
@@
EXEC_PROGRAM(${GDBUS_CODEGEN} ARGS
")
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/src/daemon)
+INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/src/daemon/include)
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/src/interface/include)
SET(PERIPHERAL-BUS "peripheral-bus")
diff --git
a/src/daemon/peripheral_bus.h
b/src/daemon/include/peripheral_bus.h
similarity index 100%
rename from
src/daemon/peripheral_bus.h
rename to
src/daemon/include/peripheral_bus.h
diff --git
a/src/daemon/peripheral_bus_adc.h
b/src/daemon/include/peripheral_bus_adc.h
similarity index 100%
rename from
src/daemon/peripheral_bus_adc.h
rename to
src/daemon/include/peripheral_bus_adc.h
diff --git
a/src/daemon/peripheral_bus_board.h
b/src/daemon/include/peripheral_bus_board.h
similarity index 100%
rename from
src/daemon/peripheral_bus_board.h
rename to
src/daemon/include/peripheral_bus_board.h
diff --git
a/src/daemon/peripheral_bus_gpio.h
b/src/daemon/include/peripheral_bus_gpio.h
similarity index 100%
rename from
src/daemon/peripheral_bus_gpio.h
rename to
src/daemon/include/peripheral_bus_gpio.h
diff --git
a/src/daemon/peripheral_bus_i2c.h
b/src/daemon/include/peripheral_bus_i2c.h
similarity index 100%
rename from
src/daemon/peripheral_bus_i2c.h
rename to
src/daemon/include/peripheral_bus_i2c.h
diff --git
a/src/daemon/peripheral_bus_pwm.h
b/src/daemon/include/peripheral_bus_pwm.h
similarity index 100%
rename from
src/daemon/peripheral_bus_pwm.h
rename to
src/daemon/include/peripheral_bus_pwm.h
diff --git
a/src/daemon/peripheral_bus_spi.h
b/src/daemon/include/peripheral_bus_spi.h
similarity index 100%
rename from
src/daemon/peripheral_bus_spi.h
rename to
src/daemon/include/peripheral_bus_spi.h
diff --git
a/src/daemon/peripheral_bus_uart.h
b/src/daemon/include/peripheral_bus_uart.h
similarity index 100%
rename from
src/daemon/peripheral_bus_uart.h
rename to
src/daemon/include/peripheral_bus_uart.h
diff --git
a/src/daemon/peripheral_bus_util.h
b/src/daemon/include/peripheral_bus_util.h
similarity index 100%
rename from
src/daemon/peripheral_bus_util.h
rename to
src/daemon/include/peripheral_bus_util.h
diff --git
a/src/daemon/peripheral_common.h
b/src/daemon/include/peripheral_common.h
similarity index 100%
rename from
src/daemon/peripheral_common.h
rename to
src/daemon/include/peripheral_common.h