Skip to content

Commit

Permalink
Add com.webos.service.memorymanager=1,v0.1.0
Browse files Browse the repository at this point in the history
:Release Notes:
Add new memorymanager for webOS OSE

:Detailed Notes:
..submissions/1
2092985 Initial release of simple version memorymanager

:Testing Performed:
See jira ticket PLAT-58292 for results.

:QA Notes:

:Issues Addressed:
[PLAT-58292] [OSE] CCC: Add com.webos.service.memorymanager=1,v0.1.0
[PLAT-54925] Apply simple version memory manager to OSE
  • Loading branch information
sangwoo-kang authored and Changhyeok Bae committed Jun 15, 2018
1 parent c064061 commit 93250b1
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ inherit packagegroup

VIRTUAL-RUNTIME_appinstalld ?= "appinstalld2"
VIRTUAL-RUNTIME_event-monitor-network ?= "event-monitor-network"
VIRTUAL-RUNTIME_memorymanager ?= "com.webos.service.memorymanager"
VIRTUAL-RUNTIME_webappmanager ?= ""
VIRTUAL-RUNTIME_initscripts ?= "initscripts"
VIRTUAL-RUNTIME_librdx ?= "rdxd"
Expand Down Expand Up @@ -105,6 +106,7 @@ RDEPENDS_${PN} = " \
${VIRTUAL-RUNTIME_event-monitor-network} \
${VIRTUAL-RUNTIME_initscripts} \
${VIRTUAL-RUNTIME_librdx} \
${VIRTUAL-RUNTIME_memorymanager} \
${VIRTUAL-RUNTIME_novacomd} \
${VIRTUAL-RUNTIME_nyx_modules_providers} \
${VIRTUAL-RUNTIME_settingsapp} \
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Copyright (c) 2018 LG Electronics, Inc.

SUMMARY = "Memory Manager"
AUTHOR = "Sangwoo Kang <[email protected]>"
SECTION = "webos/base"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"

DEPENDS = "glib-2.0 luna-service2 libpbnjson pmloglib procps"

WEBOS_VERSION = "1.0.0-1_9ec0c00a92f5d59b89b43f30a6cf377f73942fd2"
PR = "r0"

inherit webos_component
inherit webos_cmake
inherit webos_enhanced_submissions
inherit webos_daemon
inherit webos_system_bus
inherit webos_public_repo

SRC_URI = "${WEBOSOSE_GIT_REPO_COMPLETE}"
S = "${WORKDIR}/git"

0 comments on commit 93250b1

Please sign in to comment.