summaryrefslogtreecommitdiffstats
path: root/service/system/resource_manager/server/src/resm.cpp
AgeCommit message (Collapse)AuthorFilesLines
2022-07-20Fixed Build error.needlefish_13.93.0needlefish/13.93.013.93.0Toshiaki Takeuchi1-3/+3
fgets return should be compared with NULL not 0. Bug-AGL: SPEC-4376 Signed-off-by: Toshiaki Takeuchi <toshiaki.takeuchi@woven-planet.global>
2020-11-23Fix the path to user commandsTadao Tanikawa1-2/+2
Fix the path to the user commands, '/usr/agl/bin' to follow the standard '/usr/bin'. Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> Change-Id: Ia10b428baf832b3db8f15a04605dc9c25ce14fe8
2020-11-22Re-organized sub-directory by categoryTadao Tanikawa1-0/+2667
Since all the sub-directories were placed in the first level, created sub-directories, "hal", "module", and "service" for classification and relocated each component. Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> Change-Id: Ifdf743ac0d1893bd8e445455cf0d2c199a011d5c