| // This file is generated by cargo_embargo. |
| // Do not modify this file because the changes will be overridden on upgrade. |
| |
| package { |
| default_applicable_licenses: ["external_rust_crates_windows-sys_license"], |
| default_team: "trendy_team_android_rust", |
| } |
| |
| license { |
| name: "external_rust_crates_windows-sys_license", |
| visibility: [":__subpackages__"], |
| license_kinds: ["SPDX-license-identifier-Apache-2.0"], |
| license_text: ["LICENSE"], |
| } |
| |
| rust_library_host { |
| name: "libwindows_sys", |
| crate_name: "windows_sys", |
| cargo_env_compat: true, |
| cargo_pkg_version: "0.61.2", |
| crate_root: "src/lib.rs", |
| edition: "2021", |
| features: [ |
| "Wdk", |
| "Wdk_Foundation", |
| "Wdk_Storage", |
| "Wdk_Storage_FileSystem", |
| "Wdk_System", |
| "Wdk_System_IO", |
| "Win32", |
| "Win32_Foundation", |
| "Win32_NetworkManagement", |
| "Win32_NetworkManagement_IpHelper", |
| "Win32_NetworkManagement_Ndis", |
| "Win32_NetworkManagement_WiFi", |
| "Win32_Networking", |
| "Win32_Networking_WinSock", |
| "Win32_Security", |
| "Win32_Storage", |
| "Win32_Storage_FileSystem", |
| "Win32_System", |
| "Win32_System_IO", |
| "Win32_System_Memory", |
| "Win32_System_Pipes", |
| "Win32_System_Threading", |
| "Win32_System_WindowsProgramming", |
| ], |
| rustlibs: ["libwindows_link"], |
| target: { |
| windows: { |
| enabled: true, |
| }, |
| }, |
| enabled: false, |
| } |