/* * Copyright (c) 2019, Cypress Semiconductor Corporation, All Rights Reserved * SPDX-License-Identifier: LicenseRef-PBL * * This file and the related binary are licensed under the * Permissive Binary License, Version 1.0 (the "License"); * you may not use these files except in compliance with the License. * * You may obtain a copy of the License here: * LICENSE-permissive-binary-license-1.0.txt and at * https://www.mbed.com/licenses/PBL-1.0 * * See the License for the specific language governing permissions and * limitations under the License. */ #include "wiced_resource.h" #ifdef WLAN_MFG_FIRMWARE #if defined(CY_STORAGE_WIFI_DATA) CY_SECTION_WHD(CY_STORAGE_WIFI_DATA) __attribute__((used)) #endif const unsigned char wifi_mfg_firmware_image_data[397936] = { #include }; const resource_hnd_t wifi_mfg_firmware_image = { RESOURCE_IN_MEMORY, 397936, {.mem = { (const char *) wifi_mfg_firmware_image_data }}}; #endif /* WLAN_MFG_FIRMWARE */