Begin implementation of Crostini App Registry
This patch begins the implementation of the Crostini App Registry, which will be used to maintain a cache of the installed apps so that we can populate the app launcher without requiring Crostini to be running. For now we just support the most basic fields from .desktop files, but this will be expanded later to support other fields and localization. We key the stored data off an extension id generated from the desktop file id to simplify integration with the App List, which currently expects the id to be a valid extension id. Bug: 821662 Change-Id: I196de114cf975c1402dce4b7550bc4eb5ce0ef1e Reviewed-on: https://chromium-review.googlesource.com/961169Reviewed-by:Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Nicholas Verne <nverne@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Commit-Queue: Timothy Loh <timloh@chromium.org> Cr-Commit-Position: refs/heads/master@{#544929}
Showing
Please register or sign in to comment