Skip to content

Commit

Permalink
sam=12-r23 com.webos.service.memorymanager=13
Browse files Browse the repository at this point in the history
:Release Notes:
sam:
Code base to support multiple instances

com.webos.service.memorymanager:
Change MM to aware multiple instances

:Detailed Notes:
sam: submissions/8..submissions/12
18f2e3d Remove unused boost library
b9f17dc Disable 'keepAlive' feature before WAM CCC
8d587b4 Fix CCC bugs about 'multiple instances'
2d9a126 Refine 'listRunningApps' handler logic
17ab27e Change logic about determine *FOREGROUND* status
fc8892d Fix a bug in add/remove LaunchPoint
91a6d04 Support multiple instance feature for WAM
1103064 Revert "Add 'system_ui' type to defaultWindowType"
30e55c3 Support 'preload' policy
d91887b Support 'instanceId' requestPayload and responsePayload
997e1e6 Remove RuntimeStatus enum variable
dccc4ba Base code for multiple instance support
0abbf1b Change Log framwork
81102f8 Change API handler structure
0a60915 Codebase for webOS auto#3
c653836 Codebase for webOS auto#2
d1917b6 Codebase for webOS auto
249a6a2 Rename files based on CamelCase
78f98d2 Rename enum classes
b0b9617 API clean up
7429cb8 [FINAL] Remove *mime subsystem* in applicationManager
19a1425 Revert "Remove *mime subsystem* in applicationManager"
883b9b9 Remove *mime subsystem* in applicationManager
a7fad2e Apply common conding convension#2
7bf6912 Apply common coding convension

com.webos.service.memorymanager: submissions/12..submissions/13
afb216a Adding 'instanceId' parameter in 'getCloseAppId'

:Testing Performed:
Refer PLAT-96123 for test results

:QA Notes:

:Issues Addressed:
[PLAT-96123] CCC: sam=12-r23 com.webos.service.memorymanager=13
[PLAT-85618] Add 'UUID' to SAM APIs to support multiple instance

Change-Id: I6cd986b5bf583df966ffeec8c600d09567748e21
  • Loading branch information
sangwoo-kang authored and Minjae Kim committed Jan 22, 2020
1 parent fdda1a6 commit daec227
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 158 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=89aea4e17d99a7cacdbeed46a0096b10"

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

WEBOS_VERSION = "1.0.0-12_d28b5b449db549a57d5bc85e5a806a2f68ec67ba"
WEBOS_VERSION = "1.0.0-13_23554aea291d76150aa58772841185036f334dd9"
PR = "r2"

inherit webos_component
Expand Down
9 changes: 3 additions & 6 deletions meta-webos/recipes-webos/sam/sam.bb
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ SECTION = "webos/base"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"

DEPENDS = "gtest glib-2.0 luna-service2 libpbnjson boost icu pmloglib librolegen procps libwebosi18n"
DEPENDS = "glib-2.0 luna-service2 libpbnjson boost icu pmloglib procps libwebosi18n"
RDEPENDS_${PN} = "ecryptfs-utils"
RDEPENDS_${PN} += "${VIRTUAL-RUNTIME_webos-customization}"

VIRTUAL-RUNTIME_webos-customization ?= ""

WEBOS_VERSION = "2.0.0-8_5850f576c4daed1a08d57ae9d8f68955bb3c54a9"
PR = "r22"
WEBOS_VERSION = "2.0.0-12_7fbcb08ae0d2e4dc6602da4e2e00fa42fdf0edd5"
PR = "r23"

inherit webos_component
inherit webos_cmake
Expand All @@ -28,6 +28,3 @@ S = "${WORKDIR}/git"
PACKAGES =+ "${PN}-tests"
ALLOW_EMPTY_${PN}-tests = "1"
FILES_${PN}-tests = "${libexecdir}/tests/*"

SRC_URI += "file://0001-CMakeLists.txt-don-t-check-for-signals-Boost-library.patch \
file://0002-Remove-prerequisite-for-sam-initialize.patch"

This file was deleted.

This file was deleted.

0 comments on commit daec227

Please sign in to comment.