/* * Copyright 2026, Andrew Lindesay <apl@lindesay.co.nz>. * All rights reserved. Distributed under the terms of the MIT License. */ #include "HaikuDepotConstants.h" const char* const shared_message_keys::kKeyPackageName = "package_name"; const char* const shared_message_keys::kKeyDepotName = "depot_name"; const char* const shared_message_keys::kKeyCode = "code"; const char* const shared_message_keys::kKeyLanguageId = "language_id";