aboutsummaryrefslogtreecommitdiffstats
path: root/src/db
AgeCommit message (Collapse)AuthorFilesLines
2018-06-22Modify file name from app.db to drawing_name.dbYuta Doi1-1/+1
Change-Id: Idbe7bc37c549c759a74559cffdd6b5c2d1a1e11b Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>
2018-06-21OnScreen app can be displayed for pop_up roleYuta Doi1-1/+5
Change-Id: I53cdcd010c9e0b87cd4207d8bb81bb5784202f18 Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>
2018-06-05Add new roles and remove unnecessary role definitionYuta Doi1-4/+0
Change-Id: I228ffab3810675789dc9cf90a0e4683466f79b2f Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>
2018-06-05Add the role "launcher"Yuta Doi1-0/+4
Change-Id: Ied50062946952ccad265e496a038ca3394d9245b Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>
2018-05-10Modify for restriction roleYuta Doi1-0/+4
- Add policy for restriction to dummy stm. - Add the function which inputs json file because json_object_from_file can not allows up to only 4KB file. - Bug fix in json files. - Delete unexpected characters. - Delete description because it does not follow the format of json array. Change-Id: I2f8fba1d1001cf244e2531fe3a1a738d5a48091b Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>
2018-04-27Add PolicyManager, related classes and some config filesYuta Doi1-0/+68
- PolicyManager Decide next layout by using occured event and current state based on policy table. This PolicyManger is reference and the OEMs can replace it. - LayoutManager Change the current layout to the layout which decided by PolicyManager. NOTE: The functions of this class had been included in App class. The part of function of this class remain there yet. - LowCanClient Receive the CAN signal from low level CAN service. - app.db Define the applications name and its role. This file will be deleted when the names and roles can be given by other module. - layout.cb Define the layouts and areas which are included by the layout. - role.db Define the roles of the applications. Change-Id: I2f84bdf5e68355e022f516cee9a1db88efe58825 Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>