]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/PcdTools/org/tianocore/pcd/entity/UsageIdentification.java
Abstract the logic of Platform pcd preprocess according to FPD file to a class. And...
[mirror_edk2.git] / Tools / Source / PcdTools / org / tianocore / pcd / entity / UsageIdentification.java
index 0f52b22d7869586bf09c2549289c65a9d2c102e8..0c54525661e9bf4482ca7529e592a1ad1cb4c6a7 100644 (file)
@@ -17,33 +17,41 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 package org.tianocore.pcd.entity;\r
 \r
 /**\r
-   \r
+   The identification for a UsageInstance. \r
+   It should be extend from ModuleIdentification in future.\r
+\r
 **/\r
 public class UsageIdentification {\r
     ///\r
     /// The module CName: one key of Identification\r
     /// \r
     public String moduleName;\r
+\r
     /// \r
     /// The module Guid String: one key of Identification\r
     /// \r
     public String moduleGuid;\r
+\r
     /// \r
     /// The package CName: one key of Identification \r
     ///\r
     public String packageName;\r
+\r
     /// \r
     /// The package Guid: one key of Identification\r
     /// \r
     public String packageGuid;\r
+\r
     /// \r
     /// Module's Arch: one key of Identification\r
     /// \r
     public String arch;\r
+\r
     /// \r
     /// Module's version: one key of Identification\r
     /// \r
     public String version;\r
+\r
     ///\r
     /// Module's type\r
     /// \r