From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4003:c0f::22a; helo=mail-ot0-x22a.google.com; envelope-from=moheban79@gmail.com; receiver=edk2-devel@lists.01.org Received: from mail-ot0-x22a.google.com (mail-ot0-x22a.google.com [IPv6:2607:f8b0:4003:c0f::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 43BB420954BB9 for ; Wed, 14 Mar 2018 16:08:40 -0700 (PDT) Received: by mail-ot0-x22a.google.com with SMTP id r30-v6so5053440otr.2 for ; Wed, 14 Mar 2018 16:15:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=6AXXTQVmFyxT+C7Hw4IEWExICWRcJuJxCdTi9ain4iA=; b=ozupyr/BDEG6UUzriXCgmNv7H0DGfUFfsmycrS4zYj5GNyFh8ztluW+m1MDD89Vesl Sf5T9n2QR/h1BlEgH0BAU+PDBqeBHRlSyV8sekLfzC9maN9QPrVyxktCeC+IrV7eBByB UsNQsUWFNEaKAe+bYpo0zujPbL5+Hywvt8Vt6UfrF/mUPe4BMT9asHYqRJM4Ugh2Tuon 9BwOhFDJWe2GIC8jeqoqwNwOka3kNItN39PYW0OALceK2Sxrm8zM4IpdtfrXrOwn5bpE S7uY/PURCUqUv2ASAwDk0Ng1M1VrnZKy6duC+hK5eF/AIKAzwqskM8VVt5sbfUVBBhlI +1ow== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=6AXXTQVmFyxT+C7Hw4IEWExICWRcJuJxCdTi9ain4iA=; b=qs0Kdlqdl7BWoOf76YpmqNlTAH/3nxWf2gCY6Wx97B7r5pjtOYkasPB6rf+LPsWvBn adktHPPa3MOOOs3FVEyUGrNEVrxLFW4Teghccx51himPTybhIKq8gqhrFxq39AfHNt2p JPxUG1LRPV9ViwR+dDI4+loyWBomxeB5AdT9/GXT8CMW31hz+bBhYyp/JEoaEEtV6RmB L//Bwli2Q5wWvFqSZnnGSHPX56zdb2sB3uK87eyXQEhP/XFnJfGTq2+3LH2Ss0p4Zow4 5JskFgNTgHNL+XI8fccyWj4n60Pmdag7kYhmkcsbocnpFdpVEf2rkG1CYOqwL8Xr8jov pfEA== X-Gm-Message-State: AElRT7ExID8C5AyKyjSYiZ1gITuZESOG8fU3eEvXRdkNG1SuJohPJO8A D0Femyz2Bwwfm1Tmkoqc1DF+vg5cSbkcIZRGHpo= X-Google-Smtp-Source: AG47ELsy0+Kg+ggpGJ1LrKbqvtH1ZqFQRrU+pUJpXZnFojU6yx1FiESs+pEI0Mho0d5dQztK80VWJy6rKriBcnJx2wo= X-Received: by 10.157.3.6 with SMTP id 6mr3965035otv.39.1521069302170; Wed, 14 Mar 2018 16:15:02 -0700 (PDT) MIME-Version: 1.0 Received: by 10.74.211.143 with HTTP; Wed, 14 Mar 2018 16:15:01 -0700 (PDT) From: david moheban Date: Wed, 14 Mar 2018 19:15:01 -0400 Message-ID: To: edk2-devel@lists.01.org X-Content-Filtered-By: Mailman/MimeDel 2.1.23 Subject: To save size, use NULL library for DebugLib and ReportStatusCodeLib X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Mar 2018 23:08:41 -0000 Content-Type: text/plain; charset="UTF-8" What does that mean?? Sorry for asking beginner questions but was just wondering. Trying to shrink the size of the Duet image. Thank you