diff options
author | Scott Murray <scott.murray@konsulko.com> | 2019-08-30 11:43:58 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2019-08-30 11:45:55 -0400 |
commit | ededa7e3ef24a8cea9e513fa008ef481c1675457 (patch) | |
tree | 86a4c79d066b9638b11c0f127ad8f3c66c38c4f7 /yelp-client.qrc | |
parent | 706ad73eb02caf8532deaf5d38995bd258725cb8 (diff) |
Initial check in
Initial check in of the original repository:
git://github.com/AGLExport/genivi-navi-yelp-client.git
as of commit c2691cb265d9198542482a860f1df378e8c2708b.
Bug-AGL: SPEC-2787
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I7405367387622fb788a5712ed24005ee6d7ce495
Diffstat (limited to 'yelp-client.qrc')
-rw-r--r-- | yelp-client.qrc | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/yelp-client.qrc b/yelp-client.qrc new file mode 100644 index 0000000..b25ff70 --- /dev/null +++ b/yelp-client.qrc @@ -0,0 +1,52 @@ +<RCC> + <qresource prefix="/"> + <file>images/stars_map_www.png</file> + <file>images/loupe-90.png</file> + <file>images/0.png</file> + <file>images/1.png</file> + <file>images/2.png</file> + <file>images/3.png</file> + <file>images/4.png</file> + <file>images/5.png</file> + <file>images/6.png</file> + <file>images/7.png</file> + <file>images/8.png</file> + <file>images/9.png</file> + <file>images/A.png</file> + <file>images/B.png</file> + <file>images/C.png</file> + <file>images/D.png</file> + <file>images/E.png</file> + <file>images/F.png</file> + <file>images/G.png</file> + <file>images/H.png</file> + <file>images/I.png</file> + <file>images/J.png</file> + <file>images/K.png</file> + <file>images/L.png</file> + <file>images/M.png</file> + <file>images/N.png</file> + <file>images/O.png</file> + <file>images/P.png</file> + <file>images/Q.png</file> + <file>images/R.png</file> + <file>images/S.png</file> + <file>images/T.png</file> + <file>images/U.png</file> + <file>images/V.png</file> + <file>images/W.png</file> + <file>images/X.png</file> + <file>images/Y.png</file> + <file>images/Z.png</file> + <file>images/apostrophe.png</file> + <file>images/back.png</file> + <file>images/et.png</file> + <file>images/exclam.png</file> + <file>images/minus.png</file> + <file>images/slash.png</file> + <file>images/space.png</file> + <file>images/background.png</file> + <file>fonts/DroidSansJapanese.ttf</file> + <file>images/AGL_POI_Background.png</file> + </qresource> +</RCC> |