/* * All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or * its licensors. * * For complete copyright and license terms please see the LICENSE at the root of this * distribution (the "License"). All use of this software is governed by the License, * or, if provided, by the license below or the license accompanying this file. Do not * remove or modify any license notices. This file is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * */ #pragma once namespace DynamicContent { extern const char* KEY_FILES_SECTION; extern const char* KEY_PAKS_SECTION; extern const char* KEY_PLATFORMS_SECTION; extern const char* KEY_PAKSTATUS_SECTION; extern const char* KEY_BUCKET_PREFIX; extern const char* KEY_CACHE_ROOT; extern const char* KEY_HASH; extern const char* KEY_IS_MANIFEST; extern const char* KEY_KEY_NAME; extern const char* KEY_LOCAL_FOLDER; extern const char* KEY_OUTPUT_ROOT; extern const char* KEY_PAK_FILE; extern const char* KEY_PLATFORM_TYPE; extern const char* KEY_NEW; extern const char* KEY_OUTDATED; extern const char* KEY_MATCH; extern const char* KEY_FILE_NAME; extern const char* KEY_MESSAGE; extern const char* KEY_KEY_EXISTS; extern const char* KEY_PUBLIC_KEY_FILE; extern const char* ARGS_REQUEST_ID; extern const char* ARGS_NEW_FILE_NAME; extern const char* ARGS_MANIFEST_PATH; extern const char* ARGS_SECTION; extern const char* ARGS_FILE_LIST; extern const char* ARGS_PAK_FILE; extern const char* ARGS_FILE_DATA; extern const char* ARGS_GUI; extern const char* ARGS_SIGNING; extern const char* ARGS_PLATFORM_TYPE; extern const char* ARGS_PLATFORM_LIST; extern const char* MIME_TYPE_TEXT; }